Problem with signal processing on sinewave using Simulink

I have a function which takes 32 samples of a sinewave at a time and returns a single value as an output.Functions works fine by giving 32 samples at time.I need to implement a system on simulink such that there is sinewave in the input side and 32 samples per cycle of the sinewave has to be passed at a time to my function and gets the output.How to do this ,I'm not able to configure the buffer correctly as per my needs

1 comentario

Please suggest a method which include these, such that sampling of a continous sinewave at input stage ,which gives 32 samples per cycle ,give to my function,produce the output

Iniciar sesión para comentar.

Respuestas (1)

Pramil
Pramil el 28 de Jun. de 2023
You can set the sample time in sine wave block to (2*pi)/32 to get 32 samples of sine waves per cycle as input to your function block.

Productos

Versión

R2022a

Preguntada:

el 28 de Jun. de 2023

Comentada:

el 29 de Jun. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by