摘要: 1 #include 2 #include 3 4 typedef char int8_t; 5 typedef unsigned char uint8_t; 6 typedef unsigned short uint16_t; 7 typedef short int16_t; 8 9 #define N 64 //傅里叶变换的点数 10 #define M 6 //蝶形运算的级数,N = 2^M 11 #define N2 32 //N/2 12 #define N4 16 //N/4 13 14 #define... 阅读全文
posted @ 2014-01-06 16:04 ★行云流水★ 阅读(298) 评论(0) 推荐(0) 编辑