i want to implement speech separation on c6713 kit. i have two prerecorded .wav files and matlab code that works on them to give two separated signals. how to implement this on dsp???
i tried to convert matlab functions in C using matlab coder, but the problem is that my program is not realtime, that is it does not work sample by sample. it takes all the samples of both the files and then process them.(is it true that your c program must take a sample from codec then algorithm runs and waits for the next sample?)
secondly, i am not sure how to use pre recorded files with dsp. Since, wavread function in matlab is not allowed for conversion in C.
please point me in right direction. thank you in advance.