What actually this code explains? where it is used and how to interpret it?
2 次查看(过去 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!