matlab小波分析工具箱是一款非常实用的函数分析工具,它包含了图像化的工具和命令行函数,它可以实现测试、探索小波和小波包的特性,测试信号的统计特性和信号的组分,对一维信号执行连续小波变换等功能,需要的朋友快来本站下载吧!
matlab小波分析工具箱
功能说明
对一维、二维信号执行离散小波分析和综合
对一维、二维信号执行小波包分解(参见帮助Using Wavelet Packets)
对信号或图像进行压缩、去噪
测试、探索小波和小波包的特性
测试信号的统计特性和信号的组分
对一维信号执行连续小波变换
使用说明
运行install_emd.m文件可以实现此工具箱的安装,uninstall_emd.m实现卸载。
1、首先在本站下载emd工具箱,下载后解压放在matlab的work工作路径下package_emd文件夹。
2、打开matlab,选择File- Set Path- Add with Subfolders-你刚才下载的工具箱(package_emd)点进去- Save- Close。
3、此时选择work下package_emd文件夹作为工作路径,即是C:\Program Files\MATLAB\R2010a\toolbox\package_emd。
4、在Command Window里面输入mex -setup回车,问是否选择已有的编译器你选y回车,再问选择哪个编译器,你可以选择C++的那个选择相应的编号(如 2)回车,然后让你核对是否选择对了编译器等等,你输入y回车。就安装成功了
>> mex -setup
Please choose your compiler for building external interface (MEX) files:
Would you like mex to locate installed compilers [y]/n? y
Select a compiler:
[1] Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2010a\sys\lcc
[2] Microsoft Visual C++ 6.0 in C:\Program Files\Microsoft Visual Studio
[0] None
Compiler: 2
Please verify your choices:
Compiler: Microsoft Visual C++ 6.0
Location: C:\Program Files\Microsoft Visual Studio
Are these correct [y]/n? y
Trying to update options file: C:\Users\Administrator\AppData\Roaming\MathWorks\MATLAB\R2010a\mexopts.bat
From template: C:\PROGRA~1\MATLAB\R2010a\bin\win32\mexopts\msvc60opts.bat
Done . . .
Warning: The MATLAB C and Fortran API has changed to support MATLAB
variables with more than 2^32-1 elements. In the near future
you will be required to update your code to utilize the new
API. You can find more information about this at:
http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9
Building with the -largeArrayDims option enables the new API.
MATLAB的emd的工具箱 可是不知道怎么用 也不知道怎么用它来处理txt中的数据