- 46
- 0
- 约8.81千字
- 约 17页
- 2018-08-22 发布于江苏
- 举报
Matlab之小波滤波函数3
PAGE
PAGE 8
Matlab之小波滤波函数
南京理工大学仪器科学与技术专业 谭彩铭
2010-
1 wfilters函数
[Lo_D,Hi_D,Lo_R,Hi_R] = wfilters(wname) computes four filters associated with the orthogonal or biorthogonal wavelet named in the string wname.
The four output filters are
Lo_D, the decomposition low-pass filter
Hi_D, the decomposition high-pass filter
Lo_R, the reconstruction low-pass filter
Hi_R, the reconstruction high-pass filter
2 biorfilt函数
The biorfilt command returns either four or eight filters associated with biorthogonal wavelets.
3 orthfilt函数
[Lo_D,Hi_D,Lo_R,Hi_R] = orthfilt(W) computes the four filters associated with the scaling filter W corresponding to a wavelet
4 biorwaef函数
[RF,DF] = biorwavf(W) returns two scaling filters associated with the biorthogonal wavelet specified by the string W.
5 coifwavf函数
F = coifwavf(W) returns the scaling filter associated with the Coiflet wavelet specified by the string W where W = coifN. Possible values for N are 1, 2, 3, 4, or 5
6 dbaux函数
W = dbaux(N,SUMW) is the order N Daubechies scaling filter such that sum(W) = SUMW. Possible values for N are 1, 2, 3, ...
W = dbaux(N) is equivalent to W = dbaux(N,1)
W = dbaux(N,0) is equivalent to W = dbaux(N,1)
7 dbwavf函数
F = dbwavf(W) returns the scaling filter associated with Daubechies wavelet specified by the string W where W = dbN. Possible values for N are 1, 2, 3, ..., 45.
8 mexihat函数
[PSI,X] = mexihat(LB,UB,N) returns values of the Mexican hat wavelet on an N point regular grid, X, in the interval [LB,UB].
Output arguments are the wavelet function PSI computed on the grid X.
This wavelet has [-5 5] as effective support.
This function is proportional to the second derivative function of the Gaussian probability density function.
9 waveinfo函数
waveinfo provides information on all wavelets within the toolbox.
10 meyer函数
11 meyeraux函数
12 morlet函数
13 symwavf函数
F = symwavf(W) returns the scaling filter associated with the symlet wavelet specified by the string W where W = symN. Possible values for N
您可能关注的文档
最近下载
- 揭煤地质说明书2020.5.28.doc VIP
- CB 20652-2018CN 舰船燃气轮机轮盘超转试验方法.docx
- DB37_T 5345-2025《建筑工程流态固化土应用技术规程》.pdf
- 2025年房地产经纪人智慧社区数据化运营与决策支持专题试卷及解析.pdf VIP
- 2025年拍卖师拍卖活动备案与监管流程专题试卷及解析.pdf VIP
- 2025年特许金融分析师行为经济学与宏观经济决策专题试卷及解析.pdf VIP
- 2025年拍卖师无形资产拍卖纠纷的典型案例分析与裁判思路专题试卷及解析.pdf VIP
- 面向自动驾驶场景的联邦学习硬件加速与车载通信协议深度集成研究.pdf VIP
- 2025《基于NB-IoT的烟雾报警系统设计》21000字.docx
- 小吃街夜市规划方案 (2).docx VIP
原创力文档

文档评论(0)