diff options
| author | drowe67 <[email protected]> | 2023-07-20 08:59:48 +0930 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-20 08:59:48 +0930 |
| commit | 06d4c11e699b0351765f10398abb4f663a984f36 (patch) | |
| tree | 33e22af0814c5b6c3d676f096ae8c2ac8a3ed9f0 /octave/ofdm_ldpc_tx.m | |
| parent | 6588e77f38bdebd7adffe091b22e7760d95d0ccb (diff) | |
| parent | 4d6c143c0abec15e1d6ed1fd95d36f80e6cb7df8 (diff) | |
Merge pull request #3 from drowe67/dr-cleanup21.2.0
Cleanup Part 2
Diffstat (limited to 'octave/ofdm_ldpc_tx.m')
| -rw-r--r-- | octave/ofdm_ldpc_tx.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/octave/ofdm_ldpc_tx.m b/octave/ofdm_ldpc_tx.m index 031c20d..1cdcef5 100644 --- a/octave/ofdm_ldpc_tx.m +++ b/octave/ofdm_ldpc_tx.m @@ -80,7 +80,7 @@ function ofdm_ldpc_tx(filename, mode="700D", N, SNR3kdB=100, channel='awgn', var payload_bits(end-15:end) = unpacked_crc16; end end - [packet_bits bits_per_packet] = fec_encode(states, code_param, mode, payload_bits, Ncodecframespermodemframe, Nbitspercodecframe); + [packet_bits bits_per_packet] = fec_encode(states, code_param, mode, payload_bits); % modulate to create symbols and interleave tx_symbols = []; |
