mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-10 19:15:31 +02:00
bugfix + work on scanner
This commit is contained in:
@ -80,6 +80,7 @@ namespace dsp::demod {
|
||||
_rrcBeta = rrcBeta;
|
||||
taps::free(rrcTaps);
|
||||
rrcTaps = taps::rootRaisedCosine<float>(_rrcTapCount, _rrcBeta, _symbolrate, _samplerate);
|
||||
rrc.setTaps(rrcTaps);
|
||||
base_type::tempStart();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user