How can i discretize a signal within simulink?

50 vues (au cours des 30 derniers jours)
Mohab Anwar
Mohab Anwar le 8 Fév 2020
I have a signal in simulink (X) that i wish to discretize it and get X(k) and X(k+1) so i can work with them later, within simulink. How is that possible?

Réponses (2)

Walter Roberson
Walter Roberson le 9 Fév 2020

Les Beckham
Les Beckham le 9 Fév 2020
Look at the ZOH (https://www.mathworks.com/help/simulink/slref/zeroorderhold.html) and Unit Delay (https://www.mathworks.com/help/simulink/slref/unitdelay.html) blocks. These are for sampling signals at a specific sampling rate (specific time intervals) and introducing specific time delays (multiples of the sampling rate).
The quantizer block is for forcing the output to only have specific values (with a specific resolution).
In other words, ZOH and Unit Delay operate on the 'x' (time) axis of the signal, while Quantizer operates on the 'y' (signal output) axis of the signal.

Community Treasure Hunt

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

Start Hunting!

Translated by