]> git.rkrishnan.org Git - dttsp.git/blobdiff - jDttSP/correctIQ.h
changes to speechproc, correct IQ -- restore squelch in sdr.c -- other minor stuff
[dttsp.git] / jDttSP / correctIQ.h
index 0077a0ad7112314e41c2dc5b4e4ca082ed51cb39..fcbf7496287d6b08177609d4c5e7280ca2346eae 100644 (file)
@@ -7,7 +7,7 @@ typedef  struct _iqstate {
   REAL phase, gain;
 } *IQ, iqstate;
 
-extern IQ newCorrectIQ(REAL phaseadjusment, REAL gainadjustment);
+extern IQ newCorrectIQ(REAL phase, REAL gain);
 extern void delCorrectIQ(IQ iq);
 extern void correctIQ(CXB sigbuf, IQ iq);