Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup Part 2 #3

Merged
merged 13 commits into from
Jul 19, 2023
Prev Previous commit
Next Next commit
another attempt at fixing MacOS ctests
  • Loading branch information
drowe67 authored and drowemyriota committed Jul 15, 2023
commit 0979e796782633338241248bdd7031c30caa02dc
2 changes: 1 addition & 1 deletion octave/ofdm_ldpc_rx.m
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ function ofdm_ldpc_rx(filename, mode="700D", varargin)
% Generate tx frame for BER calcs

payload_bits = round(ofdm_rand(code_param.data_bits_per_frame)/32767);
tx_bits = fec_encode(states, code_param, mode, payload_bits, Ncodecframespermodemframe, Nbitspercodecframe);
tx_bits = fec_encode(states, code_param, mode, payload_bits);

% Some handy constants