- 38
- 0
- 约8.78千字
- 约 18页
- 2017-10-07 发布于河南
- 举报
小波降噪的函数(Wavelet denoising function)
小波降噪的函数(Wavelet denoising function)
Wavelet transform compression and denoising algorithm program 2009-10-04 14:27 recently busy do design, there is the National Day chores more, havent the space. Ha ha, take out something to bask in today, some applications of wavelet transform, compression and noise filtering.
No. 1, No.
Ddencmp function
% fill zero when current extension mode
% produces Gauss white noise
Init = 2055415866; randn (seed, init);
X = randn (11000);
% looking for 3 default values using wavelet noise reduction output
Disp (the 3 default value of the wavelet noise reduction output )
[thr, sorh, keepapp] = ddencmp (den,wv, x)
% seek 3 default values using wavelet compression output
Disp (wavelet compression output 3 default values)
[thr, sorh, keepapp] = ddencmp (cmp,wv, x)
% looking for 3 default values using wavelet packet noise reduction output
Disp ([wavelet packet noise reduction output 4 default values)
[thr, sorh, keepapp, crit] = ddencmp (den,wp, x)
% seek 3 default values that use wavelet packet compression output
Disp (wavelet packet compression output 4 default values)
[thr, sorh, keepapp, crit] = ddencmp (cmp,wp, x)
No. 1, No.
Thselect function
% the current extension model is zero padding
% produces Gauss white noise
Init = 2055415866; randn (seed, init);
X = randn (11000);
% to find thresholds for each threshold selection rule
% uses SUREs adaptive threshold
Thr1 = thselect (x,rigrsure)
% fixed form threshold
Thr2 = thselect (x,sqtwolog)
% heuristic threshold
Thr3 = thselect (x,heursure)
Max min max threshold
Thr4 = thselect (x,minimaxi)
No. 1, No.
Wbmpen function
% load the noise signal of bumps
Load noisbump; X = noisbump;
% uses sym6 to perform 5 layer wavelet decomposition
Wname =sym6; Lev = 5;
[c, l] = wavedec (x, LEV, wname);
% noise standard deviations are estimated by the high-frequency coefficients of the first layers
Sigma = wnoisest (C, l, 1);
When the% signal is denoise, the global threshold is selected by adjusting parameters
A
您可能关注的文档
- 吸引力法则经典语录(The law of attraction).doc
- 咖啡馆的大锅饭时代(The cafe mess era).doc
- 咖啡小知识(Coffee knowledge).doc
- 品牌与销量是最重要的(Brand and sales are the most important).doc
- 品牌商与代理商的破冰之路(The broken road of brands and agents).doc
- 品牌建设一途(Brand building).doc
- 品牌形象塑造传播的五种人性化趋势(Five humanistic trends of brand image creation and dissemination).doc
- 员工绩效考核表格(Employee performance appraisal form).doc
- 品牌形象塑造的途径(Ways of brand image building).doc
- 品牌的dna――品牌核心价值(Brand DNA - brand core value).doc
- 2026年及未来5年内中国液体氩气行业投资前景及策略咨询研究报告.docx
- 2026年及未来5年内中国黄铜合页行业投资前景及策略咨询研究报告.docx
- 2026年及未来5年内中国竹工艺家具行业投资前景及策略咨询研究报告.docx
- 2025年中国微机数显自动分析仪市场调查研究报告.docx
- 2026年及未来5年内中国微尘白色粉笔行业投资前景及策略咨询研究报告.docx
- 2025年中国微电脑型压胶机市场调查研究报告.docx
- 2026年及未来5年内中国数字化等功游泳训练测试系统行业投资前景及策略咨询研究报告.docx
- 2025年中国圆形花瓶市场调查研究报告.docx
- 2026年及未来5年内中国植物纤维静淀过滤器行业投资前景及策略咨询研究报告.docx
- 2025年中国超音波手套机市场调查研究报告.docx
最近下载
- 四川省2025年中考数学真题试卷十五套附答案.pdf VIP
- 《数据库原理与应用》课程标准.pdf VIP
- 本科论文毕设-基于JAVA酒店管理系统毕业设计论文.doc VIP
- 2025年德州职业技术学院单招笔试数学试题库含答案解析.docx VIP
- 氟化物微纳复合玻璃与透明陶瓷:设计原理、制备工艺与性能研究.docx VIP
- 2025海上风电系统智能运维的数字孪生技术(英文).pdf VIP
- 2025年德州职业技术学院单招《数学》真题(重点)附答案详解.docx VIP
- 牵引供电变电所-分区所-AT所.pdf VIP
- 投标产品质量、供货、售后服务、残次品退换承诺方案.docx VIP
- 子宫肌瘤的诊治中国专家共识解读.docx VIP
原创力文档

文档评论(0)