当前位置:网站首页>小波变换--dwt2 与wavedec2
小波变换--dwt2 与wavedec2
2022-07-25 15:21:00 【町棠棠】
https://www.cnblogs.com/xfzhang/p/7295041.html
https://www.ilovematlab.cn/thread-45020-1-1.html
dwt2是二维单尺度小波变换,其可以通过指定小波或者分解滤波器进行二维单尺度小波分解。而wavedec2是二维多尺度小波分解.
尺度可理解为级,即wavedec2可用于多级小波分解
dwt2: [cA,cH,cV,cD]=dwt2(X,'wname');
wavedec2: [C,S]=wavedec2(X,N,'wname'),其中N为大于1的正整数。
也就是说dwt2只能对某个输入矩阵X进行一次分解,而wavedec2可以对输入矩阵X进行N次分解。
appcoef2:二维离散小波变换低频部分系数提取
A = appcoef2(C,S,'wname',N)
A = appcoef2(C,S,'wname')
A = appcoef2(C,S,Lo_R,Hi_R)
A = appcoef2(C,S,Lo_R,Hi_R,N)
detcoef2:二维离散小波变换高频部分系数提取
cH1 表示水平 cV1表示垂直 cD1表示对角 N表示级数
[cH1,cV1,cD1] = detcoef2('all',C,S,N)
appcodef2 与 detcoef2 区别:
app是近似,也就是信号的低频部分,dec是细节,也就是信号的高频部分,
appcoef(s)就是信号s的低频系数
deccoef(s)就是信号的高频系数

边栏推荐
- node学习
- 记一次Yarn Required executor memeory is above the max threshold(8192MB) of this cluster!
- Spark提交参数--files的使用
- Hbck 修复问题
- Use the command to check the WiFi connection password under win10 system
- Example of password strength verification
- How much memory can a program use at most?
- 如何解决Visual Studio中scanf编译报错的问题
- spark分区算子partitionBy、coalesce、repartition
- Xcode添加mobileprovision证书文件报错:Xcode encountered an error
猜你喜欢

Application of object detection based on OpenCV and yolov3

Use the command to check the WiFi connection password under win10 system

How to solve the login problem after the 30 day experience period of visual stuido2019

Spark memory management mechanism new version

延迟加载源码剖析:

如何解决Visual Studio中scanf编译报错的问题

Yan required executor memory is above the max threshold (8192mb) of this cluster!

ML - 语音 - 语音处理介绍

ML - 自然语言处理 - 关键技术

图片裁剪cropper 示例
随机推荐
Ml speech depth neural network model
浏览器工作流程(简化)
ML - 语音 - 深度神经网络模型
ML - 自然语言处理 - 关键技术
用setTimeout模拟setInterval定时器
NPM's nexus private server e401 E500 error handling record
请问seata中mysql参数每个客户端连接最大的错误允许数量要怎么理解呢?
How to finally generate a file from saveastextfile in spark
任务、微任务、队列和调度(动画展示每一步调用)
树莓派入门:树莓派的初始设置
Submarine cable detector tss350 (I)
了解一下new的过程发生了什么
Instance Tunnel 使用
深入:微任务与宏任务
The implementation process of inheritance and the difference between Es5 and ES6 implementation
Object.prototype. Hasownproperty() and in
看到很多App出现闪烁的图片,特别是会员页面
什么是物联网
JVM parameter configuration details
Understanding the execution order of T-SQL query from the execution order of join on and where