]> git.rkrishnan.org Git - dttsp.git/blobdiff - jDttSP/cxops.h
Bug fixes to jsdr, keyer
[dttsp.git] / jDttSP / cxops.h
index 83d2e26bdf86e60ace421b13119b6f99adeaa595..00ebae87acfeeb12ab4954178b6930ed7eecb189 100644 (file)
@@ -35,6 +35,7 @@ Bridgewater, NJ 08807
 #define _cxops_h
 
 #include <datatypes.h>
+#include <fastrig.h>
 
 extern COMPLEX cxzero;
 extern COMPLEX cxone;
@@ -54,5 +55,8 @@ extern INLINE COMPLEX Cmplx(REAL, IMAG);
 extern INLINE COMPLEX Conjg(COMPLEX);
 extern INLINE COMPLEX Cexp(COMPLEX);
 
+extern INLINE COMPLEX Cp2r(COMPLEX);
+extern INLINE COMPLEX Cr2p(COMPLEX);
+
 #endif