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일

0 개 추천

Tl = 0; % initilization of summation
alphaNs = 2;
for k = 01:alphaNs
Tl = Tl + abs(x(k)^2);
end
Tl = (1/alphaNs)*Tl;

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

태그

질문:

2014년 9월 25일

답변:

2014년 9월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by