Jump to content

speech recognition using labview


Yren

Recommended Posts

QUOTE (Yren @ Jun 19 2008, 04:20 PM)

guys, i m doing speech recognition using labview for my final year project. Can anyone guide me on this ? thanks a lot and appreciate it much. :worship:

Hello,

Well... First question : have you ever used LabVIEW on other project or are you completely new ?

Speech recognition... Ok, that's vast... what exactly do you want to achieve ? Could you tell more precisely your goals, I guess you don't need a LabVIEW program that writes what you speak-up :rolleyes:

On what part do you need help ? Maybe on acquiring sound ? Maybe on processing the acquire signal ? Maybe something else...

Do you know what hardware/software you'll be able to use ? Do you need advice to choose them ?

A well set problem is half solved !

Help us to help you.

Link to comment

QUOTE (Yren @ Jun 19 2008, 09:20 AM)

guys, i m doing speech recognition using labview for my final year project. Can anyone guide me on this ? thanks a lot and appreciate it much. :worship:

You should at least start doing something before asking the question. I also feel interesting about your topic, but you should provide more information like Antonie questions.

Link to comment

thanks for the replies, I m quite new to Labview currently but i m having my labview tutorial class so i m still a learner. Ok, here is what i plan to do in my project. i would like to control a simple dc motor in terms of speed and direction with speech recognition using labview. For example, when a input human voice = "faster", the dc motor will drive faster.

I think i can input the voice from my integrated mic of my laptop by using the "acquire sound" (programming > graphics and sounds > sound > input > acquire sound) and display it in a waveform graph. But, how m i able to save the pattern of certain voice so that i can compare it with my new input voice ? or this is the wrong way to do it ? any other suggestion on the signal processing? Currently i m having the NI DAQ usb-6008. Anyone can give me a guide on this ? Thanks a lot guys.

Link to comment

Hi Yren,

Speech recognition is complex. Good luck! I'm not sure how well you can have LabVIEW decipher words from spectra acquired this way. If I were to attempt this, I'd probably try using a software that already does it, put the words it detects in a buffer and then read the buffer with LabVIEW. Then you can have your program trigger on specific words and actuate your motor...

I might be completely wrong about this, but that must take real good signal analysis. I suspect most speech recognition softwares utilize existing libraries of subroutines. Maybe some of these are freely available and documented? You could definitely access those from within LabVIEW using ActiveX or dlls.

Link to comment
  • 2 weeks later...

It most definitely is using some .NET code.

But this would not be speech recognition using LabVIEW, as you mentioned is necessary for this class. Not really at least.

If you are using LV and speech recognition is just part of what needs to be done in a bigger project, then using the built in windows speech to text ability is probably fair game.

You are in luck though, because although the demo showcases vista you can do this in XP also.

Link to comment
  • 5 weeks later...

QUOTE (Yren @ Jun 19 2008, 11:31 AM)

thanks for the replies, I m quite new to Labview currently but i m having my labview tutorial class so i m still a learner. Ok, here is what i plan to do in my project. i would like to control a simple dc motor in terms of speed and direction with speech recognition using labview. For example, when a input human voice = "faster", the dc motor will drive faster.

I think i can input the voice from my integrated mic of my laptop by using the "acquire sound" (programming > graphics and sounds > sound > input > acquire sound) and display it in a waveform graph. But, how m i able to save the pattern of certain voice so that i can compare it with my new input voice ? or this is the wrong way to do it ? any other suggestion on the signal processing? Currently i m having the NI DAQ usb-6008. Anyone can give me a guide on this ? Thanks a lot guys.

Here are two strategies you could take for your course (this thread is a month old, are you already done with class?).

#1 -- Choose two words (one for faster, one for slower) that are uniquely different. You don't want to write a "speech recognition" package that understands many words, just the difference between two. I would recommend writing a labview program that can measure,save and display your microphone output, this way you can experiment and find two unique 'signatures'. There are many ways to process your raw microphone analog input once you get it on your computer,.. getting it into a frequency domain would be a start, that way you can statistically measure the difference between two chunks of analog audio data (words, phrase).. Does this make sense?

#2 -- The easy way, measure and record the audio in chunks... say you hit a button and labview records your voice for 1 second, you could make a noise with increasing pitch(frequency) over that one second which would denote "faster" motor speed, and vice-versa. This would be simpler (I believe) as you would only need to track the derivative of the frequency over time. In other words, taking the 1 second of audio and chopping it up into 10 pieces (100 millisecond) chunks, and grabbing the frequency for each increment, and tracking the direction (increasing/decreasing)..

Hope this helps!

-Scott

Link to comment
  • 2 months later...

i m also using labview 8.6 for speech processing .......

i need some example vi's to know about adaptive filters in addition to the examples provided in the labview8.6 itself.....

i m also using labview 8.6 for speech processing .......

i need some example vi's to know about adaptive filters in addition to the examples provided in the labview8.6 itself.....

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.