Compandor: Remove unused option for unaffected level

This commit is contained in:
Andreas Eversberg
2018-10-14 13:07:25 +02:00
parent 56d8df5351
commit e9a7f610ee
7 changed files with 14 additions and 30 deletions

View File

@@ -99,7 +99,6 @@
#define PI M_PI
#define COMPANDOR_0DB 1.0 /* A level of 0dBm (1.0) shall be unaccected */
#define AMPS_MAX_DEVIATION 8000.0
#define AMPS_MAX_MODULATION 10000.0
#define AMPS_DBM0_DEVIATION 2900.0 /* deviation of dBm0 at 1 kHz */
@@ -195,7 +194,7 @@ int dsp_init_sender(amps_t *amps, int tolerant)
int half;
/* attack (3ms) and recovery time (13.5ms) according to amps specs */
init_compandor(&amps->cstate, 8000, 3.0, 13.5, COMPANDOR_0DB);
init_compandor(&amps->cstate, 8000, 3.0, 13.5);
PDEBUG_CHAN(DDSP, DEBUG_DEBUG, "Init DSP for transceiver.\n");