odas icon indicating copy to clipboard operation
odas copied to clipboard

Filtering based on audio frequency.

Open luc2yj opened this issue 6 years ago • 2 comments

Hello,

I am planning to add a filter in order to analyze audio signals within a certain range; e.g., over XXXhz and less than XXXhz. Where would be the best place to modify to add such feature?

Thanks,

Peter

luc2yj avatar Apr 30 '18 05:04 luc2yj

Hi Peter,

The spectral information for each channel is stored in the messages amsg_spectra/msg_spectra. If you want to modify the frequency range, maybe the neat solution would be to create a new module that accepts a spectra message, changes the frequencies, and output the modified spectra.

Is this for localization purpose?

Francois

FrancoisGrondin avatar May 03 '18 19:05 FrancoisGrondin

I am interested in this as well. I am looking to be able to supply a frequency or range of frequencies and be able to locate the source.

chrisvwn avatar Nov 01 '23 14:11 chrisvwn