mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
reduced buffering
This commit is contained in:
parent
4706f00281
commit
9a4fc65d1e
1 changed files with 2 additions and 2 deletions
|
|
@ -189,8 +189,8 @@ struct Decoder
|
|||
static const int mls1_len = 255;
|
||||
static const int mls1_off = - mls1_len / 2;
|
||||
static const int mls1_poly = 0b100101011;
|
||||
static const int buffer_len = 6 * extended_len;
|
||||
static const int search_pos = buffer_len - 4 * extended_len;
|
||||
static const int buffer_len = 4 * extended_len;
|
||||
static const int search_pos = extended_len;
|
||||
DSP::ReadPCM<value> *pcm;
|
||||
DSP::FastFourierTransform<symbol_len, cmplx, -1> fwd;
|
||||
DSP::BlockDC<value, value> blockdc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue