i have oscillating signal at scope in simulink, how i can get the average of this signal?
Ältere Kommentare anzeigen
i have oscillating signal at scope in simulink, how i can get the average of this signal?
Antworten (1)
nl2605
am 12 Mär. 2014
0 Stimmen
Well, I don't think there is a Mean block or Average block for this operation. What you can do is use an 'Outport'. This will take the values of your signal out to MATLAB. There you can calculate the mean of the data using 'mean' function.
Kategorien
Mehr zu Scopes and Data Logging finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!