![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/177380/image.jpeg)
RMS of continous signal
조회 수: 12 (최근 30일)
이전 댓글 표시
How can I calculate moving 3 sec RMS value of a continuous signal in Simulink?
댓글 수: 0
답변 (1개)
Akhilesh Mishra
2017년 7월 11일
The moving RMS can be taken using the Moving RMS block. The Solver setting for the model has to be set as 'Fixed-step' with Fixed-step size set.
Please refer to the snapshot attached below for an example. The sample time is 0.01, and a Moving RMS block is used to calculate the RMS of the sine wave for 3s.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/177380/image.jpeg)
The documentation link for this block can be found in the following link- https://www.mathworks.com/help/dsp/ref/movingrms.html
댓글 수: 2
참고 항목
카테고리
Help Center 및 File Exchange에서 Sources에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!