mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
use the faster second version of the estimator
This commit is contained in:
parent
c223befa1a
commit
ca8546deb1
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ struct Decoder
|
|||
DSP::BlockDC<value, value> blockdc;
|
||||
DSP::Hilbert<cmplx, filter_len> hilbert;
|
||||
DSP::BipBuffer<cmplx, buffer_len> input_hist;
|
||||
DSP::RepeatedMedianEstimator<value, cols_max> rme;
|
||||
DSP::RepeatedMedianEstimator2<value, cols_max> rme;
|
||||
SchmidlCox<value, cmplx, search_pos, symbol_len/2, guard_len> correlator;
|
||||
CODE::CRC<uint16_t> crc0;
|
||||
CODE::CRC<uint32_t> crc1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue