mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-10 19:15:31 +02:00
attemt at a CI build with new DSP
This commit is contained in:
@ -32,7 +32,7 @@ namespace dsp::demod {
|
||||
_bandwidth = bandwidth;
|
||||
_samplerate = samplerate;
|
||||
xlator.init(NULL, getTranslation(), _samplerate);
|
||||
agc.init(NULL, 1.0, agcRate);
|
||||
agc.init(NULL, 1.0, agcRate, 10e6, 10.0);
|
||||
base_type::init(in);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user