mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-12-23 01:55:48 -05:00
M17 mod: updated lowpass filter gain so that FM deviation is correct
This commit is contained in:
parent
8bc1a204c5
commit
b69275949a
@ -175,7 +175,7 @@ void M17ModSource::modulateSample()
|
||||
if (carrier)
|
||||
{
|
||||
calculateLevel(t);
|
||||
t1 = m_lowpass.filter(t) * 1.2f;
|
||||
t1 = m_lowpass.filter(t) * 1.5f;
|
||||
|
||||
m_modPhasor += (m_settings.m_fmDeviation / (float) m_audioSampleRate) * t1;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user