diff options
| author | drowe67 <[email protected]> | 2024-03-29 07:18:31 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-03-29 07:18:31 +1030 |
| commit | 2ee2989c9cc54dd30b94b1a2cfda0db5975d3cc8 (patch) | |
| tree | 3e4c4c575c8656fb1b4101f2cccd06d6c8c24d7b /src/interldpc.c | |
| parent | 3c761467659fb6d4776fc59075d7d32e99b9b156 (diff) | |
ofdm_mod/ofdm_demod working with datac14
Diffstat (limited to 'src/interldpc.c')
| -rw-r--r-- | src/interldpc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interldpc.c b/src/interldpc.c index 24f4b2a..8cec647 100644 --- a/src/interldpc.c +++ b/src/interldpc.c @@ -78,6 +78,7 @@ void ldpc_mode_specific_setup(struct OFDM *ofdm, struct LDPC *ldpc) { } if (!strcmp(ofdm->mode, "datac4")) set_data_bits_per_frame(ldpc, 448); if (!strcmp(ofdm->mode, "datac13")) set_data_bits_per_frame(ldpc, 128); + if (!strcmp(ofdm->mode, "datac14")) set_data_bits_per_frame(ldpc, 40); } /* LDPC encode frame - generate parity bits and a codeword, applying the |
