how to process equation in summation

1 回表示 (過去 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 Center および File ExchangeSignal Generation and Preprocessing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by