mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-20 15:22:42 +00: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