What actually this code explains? where it is used and how to interpret it?

2 vues (au cours des 30 derniers jours)
Vishwaraj Manur
Vishwaraj Manur le 21 Oct 2019
y=norm(x,2)^2/numel(x)
x is compelex vector.

Réponses (1)

Yuan Li
Yuan Li le 21 Oct 2019
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.

Catégories

En savoir plus sur Signal Processing Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by