mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
relaxed dc blocker
This commit is contained in:
parent
e27c8e1e06
commit
4706f00281
1 changed files with 1 additions and 1 deletions
|
|
@ -280,7 +280,7 @@ struct Decoder
|
|||
0b101011111, 0b111111001, 0b111000011, 0b100111001,
|
||||
0b110101001, 0b000011111, 0b110000111, 0b110110001});
|
||||
|
||||
blockdc.samples(2*extended_len);
|
||||
blockdc.samples(filter_len);
|
||||
DSP::Phasor<cmplx> osc;
|
||||
const cmplx *buf;
|
||||
bool okay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue