swharden / Spectrogram

.NET library for creating spectrograms (visual representations of frequency spectrum over time)
https://nuget.org/packages/Spectrogram
MIT License
308 stars 56 forks source link

automatic gain control #17

Closed swharden closed 4 years ago

swharden commented 4 years ago

Add a feature to do some type of moving window automatic gain control... this is a pretty niche requirement, but it seems to belong in the Spectrogram library where it can be easily tested and documented. See https://github.com/swharden/FSKview/issues/15 for details

swharden commented 4 years ago

after thinking some more, there's more than 1 AGC algorithm that could be applied, and the right one for the job is application-specific, so this should really be implemented in the target application