From: baobrien Date: Thu, 21 Jan 2016 22:02:59 +0000 (+0000) Subject: Removed kahan summation as no improvement was observed X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=c75dd98ecbb425174a8ff51eed4671ef9f845b2e;p=freetel-svn-tracking.git Removed kahan summation as no improvement was observed git-svn-id: https://svn.code.sf.net/p/freetel/code@2639 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/codec2-dev/src/fsk.c b/codec2-dev/src/fsk.c index 8e2c9fed..f767cc10 100644 --- a/codec2-dev/src/fsk.c +++ b/codec2-dev/src/fsk.c @@ -387,10 +387,6 @@ void fsk_demod(struct FSK *fsk, uint8_t rx_bits[], float fsk_in[]){ } cbuf_i = dc_i; - float f1_strs,f1_stis,f2_strs,f2_stis; - float f1_strc,f1_stic,f2_strc,f2_stic; - float y,t; - /* Integrate over Ts at offsets of Ts/P */ for(i=0; i<(nsym+1)*P; i++){ /* Downconvert and Place Ts/P samples in the integration buffers */ @@ -428,31 +424,6 @@ void fsk_demod(struct FSK *fsk, uint8_t rx_bits[], float fsk_in[]){ f1_strs = f1_stis = 0; f2_strs = f2_stis = 0; for(j=0; j