Sunteți pe pagina 1din 9

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M.

M. Tech MBA - Industrial Implementation - IEEE based Projects available

Synopsis for,

Speech Recognition Robot


INTRODUCTION:-

Here we are going to performing a wireless voice controlled robot as RF it is a uninterruptible signal form that is always working within its rang. RF control system includes RF transmitter and Receiver ckt. The Transmitter ckt. Contain RF encoder IC and RF TX Module. RF Receiver CKT contain RF decoder IC and RX Module. RF TX and RX working with 433 Mhz Freq. which can covers around 700 sq.ft. Area. The system work with OOK modulation. OOK modulation is a very popular modulation used in control applications. This is in part due to its simplicity and low implementation time. OOK modulation has the advantage of allowing the transmitter to idle during the transmission of a zero, therefore conserving the power. RF Encoder Ckt received signal from keypad and appropriate signal transmit by transmitter. Transmitted signal captured by RF receiver and finally decode by RF Decoder. Decoder output goes to Uln2803 IC For Driving High Voltage Relay and out put generated for motors operation. output is sufficient to drive device. We have to include high voltage Darlington ICs and necessary circuitry to operate respective device.

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

What is Speech Recognition In Current Computer Generation: One of the newest extensions for the Windows 95 operating system is the Speech Application Programming Interface (SAPI). This Windows extension gives workstations the ability to recognize human speech as input, and create humanlike audio output from printed text. This ability adds a new dimension to human/pc interaction. Speech recognition services can be used to extend the use of pcs to those who find typing too difficult or too timeconsuming. Text-to-speech services can be used to provide aural representations of text documents to those who cannot see typical display screens because of physical limitations or due to the nature of their work. Like the other Windows services described in this book, SAPI is part of the Windows Open Services Architecture (WOSA) model. Speech recognition (SR) and text-to-speech (TTS) services are actually provided by separate modules called engines. Users can select the speech engine they prefer to use as long as it conforms to the SAPI interface. In this chapter you'll learn the basic concepts behind designing and implementing a speech recognition and text-to-speech engine using the SAPI design model. You'll also learn about creating grammar definitions for speech recognition. Speech Recognition Any speech system has, at its heart, a process for recognizing human speech and turning it into something the computer understands. In effect, the computer needs a translator. Research into effective speech recognition algorithms and processing models has been going on almost ever since the computer was invented. And a great deal of mathematics and linguistics go into the design and implementation of a speech recognition system. A detailed discussion of speech recognition algorithms is beyond the scope of this book, but it is important to have a good idea of the commonly used techniques for turning human speech into something a computer understands. Every speech recognition system uses four key operations to listen to and understand human speech. They are: Word separation-This is the process of creating discreet portions of human speech. Each portion can be as large as a phrase or as small as a single syllable or word part. Vocabulary-This is the list of speech items that the speech engine can identify.

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available Word matching-This is the method that the speech system uses to look

up a speech part in the system's vocabulary-the search engine portion of the system. Speaker dependence-This is the degree to which the speech engine is dependent on the vocal tones and speaking patterns of individuals.

Voice Command

Machine Code

Verification Handler

Attached Events

The SAPI model is divided into two distinct levels: High-level SAPI-This level provides basic speech services in the form of command-and-control speech recognition and simple text-to-speech output. Low-level SAPI-This level provides detailed access to all speech services, including direct interfaces to control dialogs and manipulation of both speech recognition (SR) and text-to-speech (TTS) behavior attributes.

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Above Concept In Block Diagram MIC

230VA.C 50Hz

CUP

12v,1A Step down Transformer

Parallel Port Rectifier, Filter, Regulator LF17c5 Opto Isolator

Transmitter Abs Computers - Courses Projects Implant Training for DiplomaSectionME - BE B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Receiver Section

Decoder & Address latch

Switching Network

Interfacing

Amplifier Stage

Semiconductor Voice storage

Driving Chopper

Loud Speake r

Robot assembly

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Robot assembly

Motors R, L, FF, BW

Rotted Timer for arm Right 90 Degrees Rotted Timer for arm Left 90 Degrees

Arm assembly

Advantages

XML documentation generated from source code comments. (This is coming in VB.NET with Whidbey (the code name for the next version of Visual Studio and .NET), and there are tools which will do it with existing VB.NET code already.) Operator overloading - again, coming to VB.NET in Whidbey. Language support for unsigned types (you can use them from VB.NET, but they aren't in the language itself). Again, support for these is coming to VB.NET in Whidbey.

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

The using statement, which makes unmanaged resource disposal simple. Explicit interface implementation, where an interface which is already implemented in a base class can be reimplemented separately in a derived class. Arguably this makes the class harder to understand, in the same way that member hiding normally does.

Unsafe code. This allows pointer arithmetic etc, and can improve performance in some situations. However, it is not to be used lightly, as a lot of the normal safety of C# is lost (as the name implies). Note that unsafe code is still managed code, i.e. it is compiled to IL, JITted, and run within the CLR.

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available *********************************************************************** *

Abs Computers
- All Types of Engineering Projects for Diploma - BE- ME - B.Tech - M. Tech - MBA Students - IEEE based Projects and Implementation for PG Students. - For an added advantage we provide an Implant Training for your Engineering Project that you have selected. We also provide training for further courses like, Embedded System, Advanced Embedded Systems, Robotics, Embedded C, PIC Microcontroller, AVR Microcontroller, ARM Processor, Cortex Processor, MPC55xx, MPC56xx, MIPS Systems, SH4 Processor, QualComm Processors, PowerPC G4 Series, OMAP Processors, FPGA and VLSI Implementation, MATLAB , Embedded MATLAB, LabVIEW, Image Processing, Digital Signal Processing ( DSP ), DOT.NET ( VB.NET, C#.NET, ASP.NET), Advanced Java, Embedded Java, JSP, ORACLE, MS SQL, DB2, MySQL, SharePoint, Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available DOT.NET Microframework, J2ME, Windows Mobile, Android, Objective C for iPhone ( X-Code ), IVRS ( Speech Recognition), NS2 ... Industrial Automation and Implementation for Small And Mid size Industries Contact: Office Address: #2, Above Lucky Xerox, Near Tarapan Center, Osmanpura, Aurangabad. Maharashtra. India. Mobile No: 9561121234 Email-Id: info@theabscomputers.com Website: www.theabscomputers.com *********************************************************************** *

Abs Computers - Courses Projects Implant Training for Diploma - BE - ME B.Tech - M. Tech MBA - Industrial Implementation - IEEE based Projects available

S-ar putea să vă placă și