diff _peck_fft_guts.h @ 12:655dc5c14169

backup
author Peter Meerwald <p.meerwald@bct-electronic.com>
date Thu, 22 Sep 2011 16:58:25 +0200
parents fee54f1878f7
children
line wrap: on
line diff
--- a/_peck_fft_guts.h	Thu Sep 22 15:19:18 2011 +0200
+++ b/_peck_fft_guts.h	Thu Sep 22 16:58:25 2011 +0200
@@ -13,16 +13,15 @@
 */
 
 /* peck_fft.h
-   defines peck_fft_scalar as either short or a float type
-   and defines
-   typedef struct { peck_fft_scalar r; peck_fft_scalar i; }peck_fft_cpx; */
+ * defines peck_fft_scalar as either short or a float type and defines
+ * typedef struct { peck_fft_scalar r; peck_fft_scalar i; } peck_fft_cpx; 
+ */
 #include "peck_fft.h"
 #include <limits.h>
 
 #define MAXFACTORS 32
 /* e.g. an fft of length 128 has 4 factors 
- as far as kissfft is concerned
- 4*4*4*2
+ * as far as kissfft is concerned: 4*4*4*2
  */
 
 struct peck_fft_state{

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.