diff options
| author | drowe67 <[email protected]> | 2024-05-01 15:56:01 +0930 |
|---|---|---|
| committer | David Rowe <[email protected]> | 2024-05-01 15:56:01 +0930 |
| commit | 7f6188ccce691d8d93a1dd98ab86a9f0b23ffe36 (patch) | |
| tree | b5565a3ada8cd51e998686fb59815502fc390586 /src | |
| parent | 23a7d60bf8269db6d11d106dc70df001e26f9933 (diff) | |
adjusted clipper in C & octave, regerenerated curvesdr-datac14
Diffstat (limited to 'src')
| -rw-r--r-- | src/ofdm_mode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ofdm_mode.c b/src/ofdm_mode.c index f92d288..df0b4f5 100644 --- a/src/ofdm_mode.c +++ b/src/ofdm_mode.c @@ -247,8 +247,8 @@ void ofdm_init_mode(char mode[], struct OFDM_CONFIG *config) { memcpy(config->tx_uw, uw, sizeof(uw)); memcpy(&config->tx_uw[config->nuwbits - sizeof(uw)], uw, sizeof(uw)); config->data_mode = "streaming"; - config->amp_scale = 2.5 * 300E3; - config->clip_gain1 = 1.2; + config->amp_scale = 2.0 * 300E3; + config->clip_gain1 = 2.0; config->clip_gain2 = 1.0; config->rx_bpf_en = true; } else { |
