diff options
| author | drowe67 <[email protected]> | 2024-05-01 16:59:08 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-05-01 16:59:08 +0930 |
| commit | d321ccf46fa12b62a6a229749f2deb9701b8a805 (patch) | |
| tree | 693a798f2266c496792eff6102f705ecfe866ee3 /octave/ofdm_mode.m | |
| parent | 2841e6c50982d559831a21cccddd74a69e2798f0 (diff) | |
| parent | 7f6188ccce691d8d93a1dd98ab86a9f0b23ffe36 (diff) | |
Merge branch 'dr-datac14' into dr-freedata-001
Diffstat (limited to 'octave/ofdm_mode.m')
| -rw-r--r-- | octave/ofdm_mode.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/octave/ofdm_mode.m b/octave/ofdm_mode.m index a56edac..d88f960 100644 --- a/octave/ofdm_mode.m +++ b/octave/ofdm_mode.m @@ -144,7 +144,7 @@ function config = ofdm_init_mode(mode="700D") config.tx_uw(end-24+1:end) = [1 1 0 0 1 0 1 0 1 1 1 1 0 0 0 0 1 1 1 1 0 0 0 0]; config.amp_est_mode = 1; config.EsNodB = 3; config.state_machine = "data"; - config.amp_scale = 2.5*300E3; config.clip_gain1 = 1.2; config.clip_gain2 = 1.0; + config.amp_scale = 2*300E3; config.clip_gain1 = 2; config.clip_gain2 = 1; config.txbpf_width_Hz = 400; elseif strcmp(mode,"1") Ns=5; config.Np=10; Tcp=0; Tframe = 0.1; Ts = Tframe/Ns; Nc = 1; |
