Skip to content

Implement 'frequency scrunching' (averaging across frequency) to improve channel isolation #15

@telegraphic

Description

@telegraphic

It would be nice to be able to use rawspect to do a longer-than-required FFT, then average neighboring frequency channels together. This improves inter-channel isolation (@david-macmahon and I have confirmed this works!)

For example, if you had 100 MHz bandwidth data, and wanted spectra with 1 MHz channel, 100 us resolution you might do a 100-channel FFT then average in time until you reach 100 us. However, it is actually better to do a much longer, 100000 channel FFT, then average back down to get to MHz channel width.

Better again is to do a polyphase filterbank, but that's more complicated ;)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions