how to process equation in summation

조회 수: 2 (최근 30일)
nkumar
nkumar 2014년 9월 25일
답변: David Sanchez 2014년 9월 25일
i have a code kindly tell how to process,the signal is a sine signal and i want to process as like the equation in the image

채택된 답변

David Sanchez
David Sanchez 2014년 9월 25일
Tl = 0; % initilization of summation
alphaNs = 2;
for k = 01:alphaNs
Tl = Tl + abs(x(k)^2);
end
Tl = (1/alphaNs)*Tl;

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by