21
Presented by:- Nitin Rawat TT-ET

Speech Recognition System Using Ic Hm2007

Embed Size (px)

DESCRIPTION

speech recognition system

Citation preview

Page 1: Speech Recognition System Using Ic Hm2007

Presented by:- Nitin

Rawat TT-ET (0909533046)

Page 2: Speech Recognition System Using Ic Hm2007

INDEXObjectivesIntroductionDifference between speech and voice

recognitionThe logicStudy of components usedMethodologyChallenges faced and their solutionAdvantages and disadvantages

Page 3: Speech Recognition System Using Ic Hm2007

OBJECTIVESTo develop a speech recognition system

capable of recognizing the words spoken by

the user.

To make the system speaker independent.

Remove external noise using filters.

Retain data in RAM.

Remove external noise.

Page 4: Speech Recognition System Using Ic Hm2007

INTRODUCTIONSpeech is a natural mode of communication for people by

which they express their views and messages as voice utterances.

The electronic approach of speech recognition is to convert the speech into an electronic signal.

Analog representation of speech.

Page 5: Speech Recognition System Using Ic Hm2007

DIFFERENCE BETWEEN SPEECH AND VOICE RECOGNITION

Speech recognition Voice recognition

It is a speaker independent system.

The main function of this system is to recognize the word spoken by the speaker.

It concerns with what is being spoken and not who the speaker is.

It is a speaker dependent system

The main function of this system is to recognize the speaker first and then the words

It concerns with who is speaking and what is being spoken.

Page 6: Speech Recognition System Using Ic Hm2007

THE LOGIC

Page 7: Speech Recognition System Using Ic Hm2007

STUDY OF COMPONENTS USED The programming board

Page 8: Speech Recognition System Using Ic Hm2007

IC HM2007Single chip voice recognition CMOS. Speaker dependent. External RAM support. Maximum 40 word recognition (.96

second). Maximum word length 1.92 seconds

(20 word).Microphone support.Manual and CPU modes available.Response time less than 300

milliseconds. 5V power supply.

Page 9: Speech Recognition System Using Ic Hm2007

INTERNAL FUNCTIONS OF HM2007The chip provides the following error codes.

55 = word to long

66 = word to short

77 = no matchPressing “99” and then clear clears all the data inside the

RAM.

Page 10: Speech Recognition System Using Ic Hm2007

8k x 8 SRAMTTL-compatible inputs

and outputs.13 address pins8 I/O pins.Automatic power-down

when deselected.Static RAM organized

as 8192 words by 8 bits.

Page 11: Speech Recognition System Using Ic Hm2007

IC 74lS373Consists of eight latches

with 3-state outputs for bus

organized system applications.

D1-D8 are data inputs.Q1-Q8 are output pins.Used for controlling two

7 segment drivers.

Page 12: Speech Recognition System Using Ic Hm2007

IC 7448 (7 segment driver)Converts BCD data

into control signals for 7 segment display.

ABCD are the BCD inputs.

a-f are outputs for the 7 segment display.

Page 13: Speech Recognition System Using Ic Hm2007

7 SEGMENT DISPLAY

a-g are the connected to output of IC 7448.

Can display all hexadecimal digits from 0-9 and A-F.

Page 14: Speech Recognition System Using Ic Hm2007

METHODOLOGY

Data from RAM to latch

Speech input from mic

Trained words and codes fed in RAM

To & segment display or any other processing unit or interface.

Page 15: Speech Recognition System Using Ic Hm2007

• The IC HM2007 is the heart of this speech recognition circuit.

• The IC provides an analog front end, voice analysis, speech recognition and system control.

• The IC gets the analog signal from mic and converts it into digital codes.

• These codes are given specific notations or codes by the user and are stored in the RAM this is called as training.

• Now whenever the IC gets the same speech input it will give the same notation as given before.

Page 16: Speech Recognition System Using Ic Hm2007

CHALLENGES FACED AND THEIR SOLUTIONSExternal Noise reduction- it has been reduced by using a band pass

filter of range 300Hz - 3.1kHz .

Page 17: Speech Recognition System Using Ic Hm2007

•HomonymsHomonyms are words that sound alike. For instance the words cat, bat, sat and fat sound alike. Because of their like sounding nature they can confuse the speech recognition circuit.

•The Voice with Stress & ExcitementStress and excitement alters ones voice. This affects the accuracy of the circuit’s recognition. To achieve a higher accuracy word recognition one needs to mimic the excitement in ones voice when programming the circuit. These factors should be kept in mind to achieve the high accuracy possible from the circuit. This becomes increasingly important when the speech recognition circuit is taken out of the lab and put to work in the outside world.

Page 18: Speech Recognition System Using Ic Hm2007

ADVANTAGES AND DISADVANTAGESAdvantages• This technology is great boon for blind and handicapped as they can utilize

the voice recognition technology for their works. • As the speech recognition technology needs only voice and irrespective of

the language in which it is delivered it is recorded, due to this perspective this is helpful to be used in any language.

DRAWBACKS:• If the system has to work under noisy environments, background noise may

corrupt the original data and leads to SS misinterpretation. • If words that are pronounced similar for example, their, there, this

technology face difficulty in distinguishing them.

Page 19: Speech Recognition System Using Ic Hm2007

FUTURE SCOPENo typing by keyboard would be required as your voice will act as an interface between you and your computer

using speech for controlling various devices like car stereos,

GPS ,home appliances and various

other devices.

Page 20: Speech Recognition System Using Ic Hm2007

•Sub vocal speech recognition- The normal speech recognition can be extended to sub vocal speech recognition. This technology enables speech recognition through the vocal utterances. It is a boon to all the dumb people or people who face problems in speaking.

Page 21: Speech Recognition System Using Ic Hm2007