mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-01 13:44:56 -04:00
Fix/add FMS as temporary FM-Stereo mode
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "ModemFMStereo.h"
|
||||
|
||||
ModemFMStereo::ModemFMStereo() {
|
||||
demodFM = freqdem_create(0.5);
|
||||
|
||||
firStereoR2C = firhilbf_create(5, 60.0f);
|
||||
firStereoC2R = firhilbf_create(5, 60.0f);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user