Why does convolution work differently on matlab and simulink?

3 visualizaciones (últimos 30 días)
상규 이
상규 이 el 16 de Mayo de 2023
Respondida: Ganapathi Subramanian el 23 de Mayo de 2023
I want to convolution two functions.
I'm going to create each function in a simulink
and then
I'm going to bring it to Matlab
and then
If I do the convolution that
I can get the function I want.
(But it is unnecessarily long in the back.)
But if I do the convolution in a simulink
The results are different, and the results are wrong.
like this
(two sine waves)
right one
wrong one
How I get the right result in simulink?

Respuestas (1)

Ganapathi Subramanian
Ganapathi Subramanian el 23 de Mayo de 2023
Hi ,
It is my understanding that you are working on convolution of two signals and have trouble in performing the convolution operation in Simulink. The Convolution Simulink block works when discrete signals is given as input. Since, the input which you are giving to the convolution block is continuous, it produces a wrong result.
For further information regarding Convolution Simulink block, refer to the below documentation

Categorías

Más información sobre Array and Matrix Mathematics en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by