1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

SSB Modulator: implemented hard limiter on compressor to prevent overload

This commit is contained in:
f4exb
2019-05-07 02:50:05 +02:00
parent a9a149ec4b
commit a69d8a6422
3 changed files with 20 additions and 5 deletions
+1
View File
@@ -110,6 +110,7 @@ SSBMod::SSBMod(DeviceSinkAPI *deviceAPI) :
m_inAGC.setGate(m_settings.m_agcThresholdGate);
m_inAGC.setStepDownDelay(m_settings.m_agcThresholdDelay);
m_inAGC.setClamping(true);
m_inAGC.setHardLimiting(true);
applyChannelSettings(m_basebandSampleRate, m_outputSampleRate, m_inputFrequencyOffset, true);
applySettings(m_settings, true);