How to solve rms calculation problem ?

조회 수: 1 (최근 30일)
Leonardo Wayne
Leonardo Wayne 2016년 5월 6일
댓글: Leonardo Wayne 2016년 5월 6일
I have the following error:
Undefined function 'rms' for input a
rguments of type 'double'.

채택된 답변

Azzi Abdelmalek
Azzi Abdelmalek 2016년 5월 6일
The rms function requires a signal processing toolbox
  댓글 수: 1
Leonardo Wayne
Leonardo Wayne 2016년 5월 6일
Thanks. It worked before though, so its a bit weird. I just solved it using: outrms = sqrt(mean(y.^2))

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Multirate Signal Processing에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by