01-29-2008 04:41 PM
01-29-2008 04:50 PM
The program and the wave file is taken from NI's tutorial examples on Mathscript. noise cancellation algorithm is modified which is more computational expensive than the one which is mentioned in the tutorial. The website referenced is the following:-
http://zone.ni.com/devzone/cda/epd/p/id/4183
While running the VI that I have attached in earlier post, please select the input wave as 'SaveFile' and not 'WindowsStartup'. Both of these files are in the above website.
Thanks for any help.
01-31-2008 01:21 AM
01-31-2008 06:05 AM
02-01-2008 12:50 PM
I wouldn't say that the Mathscript would not be able to handle the operation, but more that it is harder to debug than LabView code. As you can see, once the program runs, you really can't tell where the code is getting held up. LabView can handle the operations that I see in your code, so I do suggest, as the other applications engineer you have spoken with, that you try writing this in LabView instead.
After writing the code in LabView, let me know. If it works, and the code in LabView matches the MatLab code, then perhaps there's a bug in the Mathscript translation. If it does not work, then perhaps more debugging is needed.
02-01-2008 01:49 PM