Technical discussions related to Audio Signal Processing (digital effects, acoustics, noise reduction, musical signal processing, etc).
Hi I would like to implement in C an envelope detector filter. The input is a WORD (16 bit) array representing the voice echo signal of a transducer transmitting in 50 KHz (what should be the size?) It also should represent 10 meters distance. The output is an array containing the signal's envelope The Filter is: envelope detection = sqrt (Hilbert transform^2 + Signal^2) I will appreciate it very much if somebody could advice and also send me a code implementation (or pseudo code). Thanks Eyal ------------------------------------