- Use "cwt" function to calculate the continuous wavelet transform of the required signal: https://www.mathworks.com/help/wavelet/ref/cwt.html
- Modify the coefficients of the frequencies or wavelets as per your need.
- Use "icwt" function to reconstruct the signal by using inverse continuous wavelet transform: https://www.mathworks.com/help/wavelet/ref/icwt.html
continuous wavelet transform- modify and reconstruct
5 次查看(过去 30 天)
显示 更早的评论
Hi,
I want to use CWT to modify the amplitude of signal in frequency domain (in a specific frequency band) and then reconstruct the signal. I want to do it by changing the wavelet coefficients at that band. Is that the right way?
Thanks in advance for your help.
Best,
Behrang
0 个评论
回答(1 个)
Binaya
2024-8-20
Hi Behrang
Yes, changing the coefficients of the wavelets is the right way for modifying the a signal.
You can follow the below detailed steps to modify the signal:
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!