mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-08-04 14:42:26 -04:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
55a1a7c43b
@ -62,6 +62,8 @@ void DemodulatorThread::threadMain() {
|
|||||||
firStereoLeft = firfilt_rrrf_create(h, h_len);
|
firStereoLeft = firfilt_rrrf_create(h, h_len);
|
||||||
firStereoRight = firfilt_rrrf_create(h, h_len);
|
firStereoRight = firfilt_rrrf_create(h, h_len);
|
||||||
|
|
||||||
|
delete h;
|
||||||
|
|
||||||
liquid_float_complex x, y;
|
liquid_float_complex x, y;
|
||||||
|
|
||||||
firhilbf firStereoR2C = firhilbf_create(5, 60.0f);
|
firhilbf firStereoR2C = firhilbf_create(5, 60.0f);
|
||||||
@ -86,6 +88,8 @@ void DemodulatorThread::threadMain() {
|
|||||||
|
|
||||||
firfilt_crcf firSSB = firfilt_crcf_create(ssb_h, h_len);
|
firfilt_crcf firSSB = firfilt_crcf_create(ssb_h, h_len);
|
||||||
|
|
||||||
|
delete ssb_h;
|
||||||
|
|
||||||
// Automatic IQ gain
|
// Automatic IQ gain
|
||||||
iqAutoGain = agc_crcf_create();
|
iqAutoGain = agc_crcf_create();
|
||||||
agc_crcf_set_bandwidth(iqAutoGain, 0.9);
|
agc_crcf_set_bandwidth(iqAutoGain, 0.9);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user