RMS of sampled signal

2 ビュー (過去 30 日間)
carlo mars
carlo mars 2016 年 1 月 25 日
コメント済み: dpb 2024 年 7 月 19 日
I have a signal sampled at 5000 samples per second . and I have 5 second . plz help me to find the RMS value of the ac component of the waveform of this signal

採用された回答

Walter Roberson
Walter Roberson 2016 年 1 月 25 日
ac_signal = YourSignal - mean(YourSignal(:));
rms = sqrt( mean(ac_signal.^2) );
  1 件のコメント
dpb
dpb 2024 年 7 月 19 日
Stumbled on this from suggested links -- beginning with R2012a the Signal Processing TB contains rms which was subsequently moved into MATLAB proper with R2022a.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDescriptive Statistics についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by