- 5
- 0
- 约3.34千字
- 约 11页
- 2016-04-12 发布于安徽
- 举报
Matlab小波工具箱入门.doc
使用 MATLAB 小波工具箱进行小波分析:
??
?
如上图所示的小波分解过程,可以调用 wfilters 来获得指定小波的分解和综合滤波器系数,例如:
% Set wavelet name.
wname = db5;
% Compute the four filters associated with wavelet name given
% by the input string wname.
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname);
subplot(221); stem(Lo_D);
title(Decomposition low-pass filter);
subplot(222); stem(Hi_D);
title(Decomposition high-pass filter);
subplot(223); stem(Lo_R);
title(Reconstruction low-pass filter);
subplot(224); stem(Hi_R);
title(Reconstruction high-pass filter);
xlabel(The four filters for db5)
% Editing some graphical properties,
% the followin
您可能关注的文档
最近下载
- 光伏员工培训.pptx VIP
- 超星尔雅学习通《中国陶瓷鉴赏与器物陈设》章节测试答案.docx VIP
- 光伏发电设备培训课件.ppt VIP
- 光伏发电知识培训 适用于业务培训 商务培训 销售课程 主题宣传培训PPT课件.pptx VIP
- 光伏业务培训课件.pptx VIP
- 天然气燃烧器设计计算书.xlsx VIP
- AP宏观经济学(2019年真题)全套含选择题.pdf VIP
- AP宏观经济学(2017年真题)全套含选择题.pdf VIP
- AP宏观经济学 2014年真题 附答案和评分标准 AP Macroeconomics 2014 Real Exam with Answers and Scoring Guidelines.pdf VIP
- 2022年郑州电力高等专科学校单招综合素质考试试题及答案解析.docx VIP
原创力文档

文档评论(0)