How to store data and use data at particular instant in Simulink?
Mostra commenti meno recenti
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?
Risposte (1)
ES
il 13 Mag 2019
0 voti
Use delay block value to reload the last value whenever the RMS value changes.
1 Commento
Tushar Mahalle
il 13 Mag 2019
Categorie
Scopri di più su Sources in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!