- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
图形图像处理(第十一讲)【荐】.ppt
图形图像处理 信息与计算科学系 张宝雷 上节内容回顾 小波分析简史 小波与小波变换 小波分析工具箱 小波变换DWT DWT Single-level discrete 1-D wavelet transform. DWT performs a single-level 1-D wavelet decomposition with respect to either a particular wavelet (wname, see WFILTERS for more information) or particular wavelet filters (Lo_D and Hi_D) that you specify. 小波变换DWT [CA,CD] = DWT(X,wname) computes the approximation coefficients vector CA and detail coefficients vector CD, obtained by a wavelet decomposition of the vector X. wname is a string containing the wavelet name. 小波变换DWT [CA,CD] = DWT(X,Lo_D,Hi_D) computes the wavelet decomposition as above given these filters as input: Lo_D is the decomposition low-pass filter. Hi_D is the decomposition high-pass filter. Lo_D and Hi_D must be the same length. DWT Let LX = length(X) and LF = the length of filters; then length(CA) = length(CD) = LA where LA = CEIL(LX/2), if the DWT extension mode is set to periodization. LA = FLOOR((LX+LF-1)/2) for the other extension modes. For the different signal extension modes, see DWTMODE. [CA,CD] = DWT(...,mode,MODE) computes the wavelet decomposition with the extension mode MODE you specify. MODE is a string containing the extension mode. DWT示例 x = [1 1 0 0 1 1 0 0]; [ca,cd] = dwt(x,db1,mode,sym) DWT示例 x=[1 0 1 0 1 0 1 0]; [ca,cd] = dwt(x,haar,mode,sym) ca =0.7071 0.7071 0.7071 0.7071 cd = 0.7071 0.7071 0.7071 0.7071 DWT示例 [F1,F2] = WFILTERS(haar,l) F1 = 0.7071 0.7071 F2 = 0.7071 0.7071 WFILTERS WFILTERS Wavelet filters. [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 reconstruct
您可能关注的文档
最近下载
- 我爱这土地公开课一等奖市赛课一等奖课件.pptx VIP
- 2025社区工作者招聘考试综合基础知识试题(附答案).docx VIP
- 基于Javaweb的图书管理系统的设计与实现.docx VIP
- 医院危重孕产妇新生儿急救应急演练脚本.docx VIP
- 小学科学新教科版二年级上册1.6.“小房子”展示会教案(2025秋版).doc VIP
- 网络安全等级保护-重大风险隐患项描述实践指南(【2025】测评报告新增).docx VIP
- 社区工作者综合能力考试基础知识试题及答案.docx VIP
- 2025年秋新人教版数学三年级上册整册教案.pdf
- 抗菌药物临床应用分级管理目录(2023年版).doc VIP
- 急性左心衰护理课件ppt.pptx
文档评论(0)