mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-04 06:07:49 -04: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)
|
if (carrier)
|
||||||
{
|
{
|
||||||
calculateLevel(t);
|
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;
|
m_modPhasor += (m_settings.m_fmDeviation / (float) m_audioSampleRate) * t1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user