Hi,
According to the AWE MATLAB API documentation the process_example.m scripts show how to use the process function when the system is built for MATLAB.
How can I modify this script to build for the Audio Server so that the processing happens on my target processor?
Thanks.
Pablo F. Hoffmann
3:07pm
Hey Pablo,
I believe the section you're referring to in the MATLAB API has a typo. :(
To create a MATLAB system, use 'SYS = matlab_target_system(...)', and to create a system to run on the target specified by the AWE_Server use 'SYS=target_system(...)' instead. See section 4.4 of the MATLAB API document for more detail on this.
I apologize for the oversight in our docs, but thanks for pointing it out. I'll make sure it gets fixed. Let us know if you have any other questions about using Audio Weaver.
Thank you
Axel