连续小波变换与离散小波变换的区别

来源:互联网 发布:mysql 设置编码 utf8 编辑:程序博客网 时间:2024/05/23 18:26

 

What's Continuous About the Continuous Wavelet
Transform?


Any signal processing performed on a computer using real-world data must be performed on a discrete signal -- that is, on a signal that has been measured at discrete time. So what exactly is "continuous" about it?

What's "continuous" about the CWT, and what distinguishes it from the discrete wavelet transform (to be discussed in the following section), is the set of scales and positions at which it operates.

Unlike the discrete wavelet transform, the CWT can operate at every scale, from that of the original signal up to some maximum scale that you determine by trading off your need for detailed analysis with available computational horsepower.

The CWT is also continuous in terms of shifting: during computation, the analyzing wavelet is shifted smoothly over the full domain of the analyzed function.

原创粉丝点击