aboutsummaryrefslogtreecommitdiff
path: root/octave/ofdm_mode.m
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2024-05-01 17:03:16 +0930
committerDavid Rowe <[email protected]>2024-05-01 17:03:16 +0930
commit6aeb1f52d62a0eea28273990c0df47c21e6ef639 (patch)
tree674da31cae9d979c5c43c227d349d2601bf9884b /octave/ofdm_mode.m
parent15f565ea0090831fc5ce40e4d40e31fc6184d167 (diff)
parentd321ccf46fa12b62a6a229749f2deb9701b8a805 (diff)
Merge branch 'dr-freedata-001' into dr-qam16-cportdr-qam16-cport
Diffstat (limited to 'octave/ofdm_mode.m')
-rw-r--r--octave/ofdm_mode.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/octave/ofdm_mode.m b/octave/ofdm_mode.m
index 12470e8..87009e7 100644
--- a/octave/ofdm_mode.m
+++ b/octave/ofdm_mode.m
@@ -143,7 +143,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;