rms of signal

4 views (last 30 days)
siddhartha chandel
siddhartha chandel on 26 Jun 2012
Commented: dpb on 19 Jul 2024
How we can caculate rms of a signal? plz help me.

Answers (1)

Walter Roberson
Walter Roberson on 26 Jun 2012
sqrt(mean(Signal.^2))
  2 Comments
Jan
Jan on 26 Jun 2012
Impressing and exhaustive. +1
dpb
dpb on 19 Jul 2024
Stumbled on this from suggested links -- beginning with R2012a the Signal Processing TB contains rms which was subsequently moved into MATLAB proper with R2022a.

Sign in to comment.

Community Treasure Hunt

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

Start Hunting!