What actually this code explains? where it is used and how to interpret it?
1 回表示 (過去 30 日間)
古いコメントを表示
y=norm(x,2)^2/numel(x)
x is compelex vector.
回答 (1 件)
Yuan Li
2019 年 10 月 21 日
In the signal processing field, y is the power of signal x.
the square of 2-norm of x can be seen as energy of x, numel(x) is the length of x, then the ratio of energy and signal length is the signal power.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Signal Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!