signal processing help

S

sandipbiranwar

hi i'm sandip. i'm doing a project in signal processing . i'm
imlementing a c program for acoustic echo canceller for texas dps. i
waana know that how could open and write signal file like wav/ raw/ au
format files in c program. and how could i do algebric oprations on the
signal using c . is there any toolbox present for signal processing in
c language?
 
G

Grumble

sandipbiranwar said:
i'm doing a project in signal processing . i'm imlementing a c
program for acoustic echo canceller for texas dps. i waana know that
how could open and write signal file like wav/ raw/ au format files
in c program.

fopen("in.wav" , "rb");
fopen("out.wav", "wb");
and how could i do algebric oprations on the signal using c .

+ - * / % & | ^ >> <<

P.S. I have a spare SHIFT key. I could lend it to you.
 
J

Jack Klein

hi i'm sandip. i'm doing a project in signal processing . i'm
imlementing a c program for acoustic echo canceller for texas dps. i
waana know that how could open and write signal file like wav/ raw/ au
format files in c program. and how could i do algebric oprations on the
signal using c . is there any toolbox present for signal processing in
c language?

In addition to what Grumble said, the place to ask about signal
processing algorithms is They can help you find your
shift key.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top