How to use DWT block in simulink for sinusoidal signal?

3 次查看(过去 30 天)
Hii all,
I am facing problem while connecting sinewave signal to DWT block in simulink, It asks 2-dimensional input, I want to know how convert sinusoidal siganl to suitable input form of DWT block.
Thanks in advance.
With regards
Manikandan.R
  2 个评论
Sharmin Kibria
Sharmin Kibria 2022-5-23
Hi Manikandan,
Simulink generally passes one sample at a time to each block.As the DWT block is receiving one sample, it is erroring out. To ensure you DWT block receives a vector you need to add a buffer block after your input signal. The buffer block will collect the number of samples you want and pass it to your DWT block.
Thanks
Sharmin

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Continuous Wavelet Transforms 的更多信息

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by