LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Voice recognition in labview

Solved!
Go to solution

Hy Everyone

I am new to labview. My project consists of voice recognition elevator system. my first task is to go ahead with voice recognition. I really need help. Smiley Sad

 

 

Regards

kunal

Message 1 of 20
(14,079 Views)

Hello! 

What exactly does "voice recognition" means? Does system have to recognize the orders from user, or does it need to recognize the user?

0 Kudos
Message 2 of 20
(14,075 Views)

Ahh the system have to recognize the orders from user. For example if someone calls the lift by saying "1" the lift should go to level one. It should recognize from any user. 

0 Kudos
Message 3 of 20
(14,050 Views)
Solution
Accepted by topic author KunalNayak2015

There are two ways of achieving voice recognition in LabVIEW... One way is to use the existing Microsoft Speech API to acquire sound and generate text to compare the text with the string input. The other way is to acquire sound within LabVIEW, do some signal processing to generate spectral components and store them within a dictionary matrix, and then match the input signal with the stored signal to actuate an output.

*Thanks in kudos ^^*

Message 4 of 20
(14,038 Views)

Can I have some sort of block diagrams to work with. I have been searching and doing some work but it doesnt end up anywhere. A similar example orsomething. 😞

0 Kudos
Message 5 of 20
(14,026 Views)

Okay I will try to work on this.

0 Kudos
Message 7 of 20
(14,019 Views)

Hey can anyone give a similar example or a bit soloution where I can work on.

0 Kudos
Message 8 of 20
(13,916 Views)
Besides the middle link above, do a search for 'LabVIEW Speak'.
0 Kudos
Message 9 of 20
(13,884 Views)

Okay I did come up with something like this. Please see if this correct.

sample.PNG

0 Kudos
Message 10 of 20
(13,812 Views)