查看文章 |
it++ 信号处理的一个库
2011-10-12 16:33
http://itpp.sourceforge.net/devel/tutorial.html 看看上面的介绍吧。 在ubuntu 下可以通过新立得安装的。 运行了它的一个例子,感觉还不错阿。 http://itpp.sourceforge.net/devel/vector__and__matrix.html 上面的文件存成 .cpp 然后编译: g++ `pkg-config --cflags itpp` -o main.exe main.cpp `pkg-config --libs itpp` 注意上面的 ` 是在键盘的左上角的那个,而不是在enter 旁边的那个。 运行结果在http://itpp.sourceforge.net/devel/vector__and__matrix.html 有。
|
最近读者:

