mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-15 05:57:40 +00:00
Rebake of AM, NFM demodulators -- more flexible filtering/configuration.
Also make SpectrumCollector dynamically configurable. Add deemphasis filter to NFM.
This commit is contained in:
@@ -38,7 +38,7 @@ public:
|
||||
private:
|
||||
size_t sample_count = 0;
|
||||
|
||||
SpectrumCollector channel_spectrum { 1 };
|
||||
SpectrumCollector channel_spectrum;
|
||||
|
||||
std::array<complex16_t, 256> spectrum;
|
||||
};
|
||||
|
Reference in New Issue
Block a user