how to process equation in summation

1 次查看(过去 30 天)
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 中查找有关 Signal Generation and Preprocessing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by