Rebake of AM, NFM demodulators -- more flexible filtering/configuration.

Also make SpectrumCollector dynamically configurable.
Add deemphasis filter to NFM.
This commit is contained in:
Jared Boone
2015-12-29 10:58:53 -08:00
parent df593c2f0f
commit bbfcca8ec0
8 changed files with 249 additions and 64 deletions

View File

@@ -38,7 +38,7 @@ public:
private:
size_t sample_count = 0;
SpectrumCollector channel_spectrum { 1 };
SpectrumCollector channel_spectrum;
std::array<complex16_t, 256> spectrum;
};