Hi all,
We are trying to implement pattern recognition algorithms in real-time using Labview. Currently, the code is in Matlab 7.0 format. We use Matlab since we have to input large amount of template files that we are trying to match the pattern to. Matlab makes file I/O and signal processing algorithms easy, so we have chosen that as of now.
We would like to do this real time in Labview. However, rather than rewrite the code (which is very large and took a lot of manpower), I was wondering if there was a way to port Matlab code into Labview and preserve the functionality INTACT.
I know there are .DLL's and other modules within Labview for C Code, but do any facilities exist for Matlab code? It would be all the better if all the I/O functions and DSP algorithms were preserved intact (instead of having to buy the DSP Module for Labview and rewriting the code).
Thanks,
Sam