How to store data and use data at particular instant in Simulink?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I am using sine signal having 50Hz frequency. RMS value of this signal is being used for some calculation (calculation number 1) which is done after every 50msec. So here I am taking RMS value input after every 50msec. Output of calculation 1 is increases initially and then settles down (saturates). When input RMS is changed, output of calculation 1 approaches new threshold value (takes some time to reach there). With the new RMS value, once the threshold is crossed the next calculation (number 2) is initiated. But this next calculaton is having the terms from initial steady state RMS input of signal (RMS value corresponding to initial saturated value of calculation 1) (like previous signal value). I want to get that value here. The time interval after which this value is required is variable and depends on calculation of calculation number 1. How can I achieve this?
0 comentarios
Respuestas (1)
ES
el 13 de Mayo de 2019
Use delay block value to reload the last value whenever the RMS value changes.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!