aboutsummaryrefslogtreecommitdiff
path: root/octave/ofdm_rx.m
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2024-05-06 06:19:24 +0930
committerDavid Rowe <[email protected]>2024-05-06 06:19:24 +0930
commite9f64066a5fb8079cc8d217a4c494930ffda2bf4 (patch)
treeec4171cd3f2b16179545e96b00186cff48c772f7 /octave/ofdm_rx.m
parentaebdd11464a6632c9722cf2db2a4494437404674 (diff)
parentd21ff74c5f830a275d291a00043b2526a1bf9e62 (diff)
merge with main and fix conflict (I hope)dr-codec2-doc
Diffstat (limited to 'octave/ofdm_rx.m')
-rw-r--r--octave/ofdm_rx.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/octave/ofdm_rx.m b/octave/ofdm_rx.m
index fea4b33..6dbe8f6 100644
--- a/octave/ofdm_rx.m
+++ b/octave/ofdm_rx.m
@@ -83,7 +83,9 @@ function ofdm_rx(filename, mode="700D", varargin)
Nerrs = 0; rx_uw = zeros(1,states.Nuwbits);
% main loop ----------------------------------------------------------------
-
+
+ rx = ofdm_rx_filter(states, mode, rx);
+
f = 1;
while(prx < Nsam)