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 /src | |
| parent | 2841e6c50982d559831a21cccddd74a69e2798f0 (diff) | |
| parent | 7f6188ccce691d8d93a1dd98ab86a9f0b23ffe36 (diff) | |
Merge branch 'dr-datac14' into dr-freedata-001
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 { |
