Borrar filtros
Borrar filtros

How to use DWT block in simulink for sinusoidal signal?

2 visualizaciones (últimos 30 días)
Manikandan Raju
Manikandan Raju el 9 de Dic. de 2021
Comentada: Manikandan Raju el 25 de Mayo de 2022
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 comentarios
Sharmin Kibria
Sharmin Kibria el 23 de Mayo de 2022
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
Manikandan Raju
Manikandan Raju el 25 de Mayo de 2022
Thanks Sharmin for your response

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Discrete Multiresolution Analysis en Help Center y File Exchange.

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by