01-20-2018 09:02 AM
Thankyou so much for your kind reply sir......I tried comparing the array of waveforms by using auto indexing loop and successfully found the results.... thank you sooo much sirr....
01-22-2018 05:14 AM
I have done comparing waveforms in normal labVIEW.It had sound options and the code ran without any error.But when I opened the same code in LabVIEW myRIO ,SubVI not supported in current target occurs.Please help me as soon as possible
01-22-2018 07:10 AM
Hi riah,
code in LabVIEW myRIO ,SubVI not supported in current target occurs.
Those sound file functions aren't supported on RT targets like your myRIO.
Please help me as soon as possible
Which help do you expect?
Either convert your wave files to "raw" data file and use ReadBinaryFile function - or write your own function to read WAVE files on the myRIO…
01-22-2018 08:28 AM
There's absolutely no way that comparing two waveforms to see if they're exactly identical is going to work in practice. Even if you used the same recording for both the reference and the input command, any slight change in amplitude, added noise, or phase offset is going to make the two waveforms different.
01-22-2018 07:51 PM
Thankyou for your kind reply sir.... I will work on it
01-22-2018 07:59 PM
I am also facing the same problem..... I am doing a project in Voice controlled wheelchair.I implemented comparing of waveforms in normal LabVIEW and when I tried to implement in MyRIO,an error occurs stating,
"The SubVI is not supported in the current target".
Does this mean that the sound input files can never be used in myRIO or the software is not installed propoerly... Please help me with this
01-23-2018 02:59 AM
01-23-2018 04:01 AM
Is there any alternate way to use sound input files in LabVIEW myRIO
01-23-2018 04:10 AM
01-23-2018 05:10 AM
Sir,
Is it possible to interface voice recognition module in myRIO...........