Change NBFM audio fs->24k, AM ->12k.

Send channel decimation factor from application to baseband.
This commit is contained in:
Jared Boone 2016-01-29 19:23:30 -08:00
parent 65d224be14
commit aead1d8798
6 changed files with 18 additions and 14 deletions

View file

@ -40,8 +40,6 @@ public:
private:
static constexpr size_t baseband_fs = 3072000;
static constexpr size_t channel_filter_decimation_factor = 1;
static constexpr size_t post_channel_decimation_factor = 3;
std::array<complex16_t, 512> dst;
const buffer_c16_t dst_buffer {