This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

calling matlab function in tiva

hey all,

I am designing low pass filter to reduce noise in audio file ( like whistling in between singing) using inline assembly programming using tiva C.

I am using matlab and tiva c.i am having 1 audio file which i converted into wav format to get read by matlab so as to get samples(floating point values) of that audio file then i am using that samples(floating point values) into my tiva program as input & processing that values  then these output need to be converted back into audio file..I don't know how to call matlab program using my tiva asm programming so that i just need to input my audio file & it automatically gets converted into samples value by matlab & i can use that values (interfacing matlab with ccs tiva prog). & i dont know how to convert my output samples (floating point values) back to audio file using matlab??..if any alternate option is there in which i don't require matlab is very helpful.