11-03-2001 10:20 PM
11-05-2001 12:14 PM
02-28-2008 11:36 PM
03-02-2008 08:34 PM
Hi Suneel.V,
I was reading your question and I have a few suggestions for you. You first have to bring in the .wav files into the LabVIEW environment. Once the .wav files are there, you could use a case structure or the Select VI to compare the .wav files. You can then put the extra code that you want implemented in the case structure (which would be implemented depending if the comparison turns out to be true or false). There are some great examples of using the case structure in the NI Example Finder. I hope this helps!
Carla
03-11-2008 08:21 AM
Hi Boltz,,,,
Thanks for the reply....
Could you be more specific in telling me how to bring the .wav files to Labview environment.,...
For my application i am just taking the files from the path
and then using the sound2 library present in the Labview examples
and doing the manipulation....
I am looking for a proper speech recogntion engine....
WHich should have a proper accessing...
I've gone thru the example (203644.zip)
but that didnt helped me much....
And to be frank my applcation is not that complicated....
Here's a briefing about my application
One .wav file is a library file (already stored in a folder)
Second .wav file is recorded as .wav from the Microphone for a specific time...
And finally these two need to be compared.....
One thought of comaprison i thought is to change this .wav to array of points
and then compare point to point.....
So please let me know if u have any idea or any VI worked on any such kind of VI....
Cheers,
Suneel.V
03-12-2008 11:00 PM
Hi Suneel.V,
There is a great NI Developer Zone example that converts a .wav file into waveform data that can be used in LabVIEW. You can input the .wav file a few different ways but I think you might have to convert this data into a waveform in order for you to compare the two .wav files. Once the .wav files are waveforms, then you can use the selector VI or the case structure to see if they are equal or not. Please take a look at the NI Developer Zone example and let us know if you have any more questions.
Carla
03-13-2008 10:18 AM
03-13-2008 07:25 PM
You may find the short time FFT, the intensity plots, waterfall plots of the sound and vibration toolset to be useful.
http://zone.ni.com/devzone/cda/tut/p/id/6685
You might also consider the advanced signal processing library and its wavelets.
Preston
11-26-2013 08:00 AM
please guide me how to record speech signal in labview
11-26-2013 08:00 AM
please guide me how to record speech signal in labview