필터 지우기
필터 지우기

Calculate the mean amplitude of a signal

조회 수: 8 (최근 30일)
Elysi Cochin
Elysi Cochin 2017년 3월 6일
답변: Walter Roberson 2017년 3월 6일
Calculate the mean amplitude of the entire signal (i.e., by determining the root means squared)
please can someone tell how to compute mean amplitude by determining the root means squared
i did,
Y = rms(X);
next what to do?

채택된 답변

Walter Roberson
Walter Roberson 2017년 3월 6일
That is it. rms() does all of the work.
If this is part of an assignment (which the phrasing suggests to me) then you are probably expected to implement your own code that does what rms() is supposed to do.

추가 답변 (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