i have oscillating signal at scope in simulink, how i can get the average of this signal?
이전 댓글 표시
i have oscillating signal at scope in simulink, how i can get the average of this signal?
답변 (1개)
nl2605
2014년 3월 12일
0 개 추천
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.
카테고리
도움말 센터 및 File Exchange에서 Scopes and Data Logging에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!