mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-03 12:06:52 -04:00
Change NBFM audio fs->24k, AM ->12k.
Send channel decimation factor from application to baseband.
This commit is contained in:
parent
65d224be14
commit
aead1d8798
6 changed files with 18 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue