1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-18 21:58:37 -04:00

NFM, SSB and WFM Mods : use specific method to apply channelizer sample rate and frequency offset changes. Separate this data from settings

This commit is contained in:
f4exb
2017-12-30 00:18:51 +01:00
parent 6041530353
commit e5baca1a37
17 changed files with 207 additions and 279 deletions
@@ -45,8 +45,6 @@ SSBModSettings::SSBModSettings() :
void SSBModSettings::resetToDefaults()
{
m_basebandSampleRate = 48000;
m_outputSampleRate = 48000;
m_inputFrequencyOffset = 0;
m_bandwidth = 3000.0;
m_lowCutoff = 300.0;