ha7ilm / csdr

A simple DSP library and command-line tool for Software Defined Radio.
523 stars 171 forks source link

Add support for FFT integration #22

Open dbrll opened 8 years ago

dbrll commented 8 years ago

Could you add the support of FFT integration, aka, averaging x number of FFTs?

This has numerous uses, including better power measurements and smaller FFT files (used in radar and radio-astronomy applications).

Thanks!

ha7ilm commented 8 years ago

Please check this pull request:

https://github.com/simonyiszk/csdr/pull/19

Does this help you?

dbrll commented 8 years ago

Sorry for the late answer. From what I see, and unless I'm wrong, logaveragepower_cf would work but seems to average the whole FFT power, whereas I would need an average of each FFT bin from several FFTs. This is required for spectral analysis of low power signals.