csdr
csdr copied to clipboard
Add support for FFT integration
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!
Please check this pull request:
https://github.com/simonyiszk/csdr/pull/19
Does this help you?
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.