diff options
| author | drowe67 <[email protected]> | 2024-03-27 19:07:07 +1030 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-03-27 19:07:07 +1030 |
| commit | b6faec2ac3a527cad63dd0f19cc1a3347d199dc3 (patch) | |
| tree | 7302a5df1bdfcbb900565ca60c25b470223ad3c6 /octave/ofdm_lib.m | |
| parent | cdd51b01a0c68606221582dcd0e024f96975d439 (diff) | |
first pass at datac14, 5 byte, < 1s signalling mode
Diffstat (limited to 'octave/ofdm_lib.m')
| -rw-r--r-- | octave/ofdm_lib.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/octave/ofdm_lib.m b/octave/ofdm_lib.m index 2d3a16e..e4ae35a 100644 --- a/octave/ofdm_lib.m +++ b/octave/ofdm_lib.m @@ -1254,7 +1254,7 @@ endfunction % with acquisition function [rx delay_samples] = ofdm_rx_filter(states, mode, rx) delay_samples = 0; - if strcmp(mode,"datac4") || strcmp(mode,"datac13") + if strcmp(mode,"datac4") || strcmp(mode,"datac13") || strcmp(mode,"datac14") w_centre = mean(states.w); centre_norm = w_centre/(2*pi); n_coeffs = 100; cutoff_Hz = 400; cutoff_norm = cutoff_Hz/states.Fs; |
