mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-19 23:02:43 +00: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