是否可以通过将输入信号与 MATLAB/python 中的特定小波(不同尺度)进行卷积来计算离散小波变换
Is it possible to compute the discrete wavelet transform by convolving the input signal with a specific wavelet (at different scales) in MATLAB/python
下面是我打算如何进行 DWT 的图表。如何使用 Matlab 完成此操作?我不想通过子带编码。
这是如何习惯MATLAB中的离散小波变换https://au.mathworks.com/help/wavelet/,以上是MATLAB小波工具箱的link。
查看以下功能。
dwt-https://au.mathworks.com/help/wavelet/ref/dwt.html?s_tid=doc_ta
wavedec- https://au.mathworks.com/help/wavelet/ref/wavedec.html?s_tid=doc_ta
PS如果你不想在每个阶段抽取样本,试试MATLAB中的平稳小波变换。 (根据我的理解,您的结果是多余的。)https://au.mathworks.com/help/wavelet/ref/swt.html
下面是我打算如何进行 DWT 的图表。如何使用 Matlab 完成此操作?我不想通过子带编码。
这是如何习惯MATLAB中的离散小波变换https://au.mathworks.com/help/wavelet/,以上是MATLAB小波工具箱的link。 查看以下功能。
dwt-https://au.mathworks.com/help/wavelet/ref/dwt.html?s_tid=doc_ta
wavedec- https://au.mathworks.com/help/wavelet/ref/wavedec.html?s_tid=doc_ta
PS如果你不想在每个阶段抽取样本,试试MATLAB中的平稳小波变换。 (根据我的理解,您的结果是多余的。)https://au.mathworks.com/help/wavelet/ref/swt.html