摘要: #include #include #include "wavIo.h"#include "PreAccent.h"#include "HammingWindow.h"#include "Enframe.h"#define factor 0.97void main(){ int len... 阅读全文
posted @ 2014-04-24 11:29 小幽66 阅读(156) 评论(0) 推荐(0) 编辑
摘要: Main#include #include #include "wavIo.h"//#include "PreAccent.h"//#include "HammingWindow.h"//#include "Enframe.h"#define factor 0.97void main(){ ... 阅读全文
posted @ 2014-04-24 11:26 小幽66 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 对分帧后的二维数组用printf函数输出,结果全为零,不解,昨天程序显示正常,调试中数组的值也是有的,后来一想是输出格式不对,因为frame是二维的,应该写成frame[][],这样就能输出正确的值。 阅读全文
posted @ 2014-04-24 11:20 小幽66 阅读(103) 评论(0) 推荐(0) 编辑