DSPRelated.com
Forums

simple real time implementation

Started by Syed Moinuddin January 31, 2001
Hi all, i am now looking for simple realtime implementation of codec
(pseudo-celp) . The codec api gives me samples in array buffer
#define BUF_SIZE 240
int buffer[BUF_SIZE];
now i start in this way
dc_rmv(buffer,filtersp);
and carry on with rest of modules , like lpc,lpc2lsp ,vq,cbsearch etc

is'nt the above approach simple and correct ????????

any suggestions