mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
use a larger list
This commit is contained in:
parent
20fd39c280
commit
d565750bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ template <typename value, typename cmplx, int rate>
|
|||
struct Decoder
|
||||
{
|
||||
typedef int16_t code_type;
|
||||
typedef SIMD<code_type, 16> mesg_type;
|
||||
typedef SIMD<code_type, 32> mesg_type;
|
||||
typedef DSP::Const<value> Const;
|
||||
static const int guard_len = rate / 100;
|
||||
static const int symbol_len = guard_len * 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue