diff options
| author | drowe67 <[email protected]> | 2024-05-06 06:11:39 +0930 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-06 06:11:39 +0930 |
| commit | d21ff74c5f830a275d291a00043b2526a1bf9e62 (patch) | |
| tree | 17b1f1003a76d2db0e26a6113a9c631dd3549bdd /octave/ofdm_lib.m | |
| parent | 609ece431cf7ee5fd6ba6acc32c4ff6ffce30f52 (diff) | |
| parent | 7f6188ccce691d8d93a1dd98ab86a9f0b23ffe36 (diff) | |
Merge pull request #44 from drowe67/dr-datac14
datac14 - FreeDATA Feature Request 002 for a < 1s, 5 byte 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; |
