mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-07-09 18:45:22 +02:00
bugfix + work on scanner
This commit is contained in:
@ -74,6 +74,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