aboutsummaryrefslogtreecommitdiff
path: root/octave
diff options
context:
space:
mode:
authordrowe67 <[email protected]>2024-05-01 15:56:01 +0930
committerDavid Rowe <[email protected]>2024-05-01 15:56:01 +0930
commit7f6188ccce691d8d93a1dd98ab86a9f0b23ffe36 (patch)
treeb5565a3ada8cd51e998686fb59815502fc390586 /octave
parent23a7d60bf8269db6d11d106dc70df001e26f9933 (diff)
adjusted clipper in C & octave, regerenerated curvesdr-datac14
Diffstat (limited to 'octave')
-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 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;