use a larger list

This commit is contained in:
Ahmet Inan 2025-07-02 06:49:38 +02:00
commit d565750bf7

View file

@ -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;