mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-10 11:05:22 +02:00
Fixes
This commit is contained in:
@ -22,8 +22,12 @@ namespace dsp::demod {
|
||||
_mode = mode;
|
||||
_bandwidth = bandwidth;
|
||||
_samplerate = samplerate;
|
||||
|
||||
xlator.init(NULL, getTranslation(), _samplerate);
|
||||
agc.init(NULL, 1.0, agcAttack, agcDecay, 10e6, 10.0);
|
||||
|
||||
agc.out.free();
|
||||
|
||||
base_type::init(in);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user