From 2d0c0ee5fd44106e56b70e5925cec7776b7ea786 Mon Sep 17 00:00:00 2001 From: suikan Date: Sun, 13 Dec 2015 16:16:27 +0900 Subject: [PATCH] =?utf8?q?=E3=83=81=E3=82=B1=E3=83=83=E3=83=88=20#35726=20?= =?utf8?q?=E3=80=8C=E3=82=B5=E3=83=B3=E3=83=97=E3=83=AB=E3=83=BB=E3=82=AA?= =?utf8?q?=E3=82=B7=E3=83=AC=E3=83=BC=E3=82=BF=E3=83=BC=E3=81=AE=E5=91=A8?= =?utf8?q?=E6=B3=A2=E6=95=B0=E8=AA=A4=E5=B7=AE=E3=80=8D=20=E5=95=8F?= =?utf8?q?=E9=A1=8C=E4=BF=AE=E6=AD=A3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- hirado/demodulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hirado/demodulator.c b/hirado/demodulator.c index e20afeb..00ecf92 100644 --- a/hirado/demodulator.c +++ b/hirado/demodulator.c @@ -77,7 +77,7 @@ void radio_demodulate_non_wide_FM( int idata, int qdata, short* left, short* rig float f; static short phase = 0; - f = sinf( 2 * 3.14 * phase / 32768 ) * 32767 * 0.999; + f = sinf( 2 * 3.14 * phase / 31738 ) * 32767 * 0.999; phase += 880 ; * right = *left = f; -- 2.11.0