energy signal

16 vues (au cours des 30 derniers jours)
k.v.swamy
k.v.swamy le 22 Fév 2012
Commenté : Paul le 1 Jan 2023
can any body pl tell me why to calculate the energy or power of a signal.what is the need and why energy signals have zero average power and power signals have infinite energy.

Réponses (1)

David Goodmanson
David Goodmanson le 1 Jan 2023
Hi k.v.
For a given real signal y(n) of length N, n = 1 to N, the power at any point n is y(n)^2, the average power P is
Pave = (1/N)*sum(y.^2)
(the Matlab sum is autmatically from n = 1 to N),
and the total energy is
E = sum(y.^2)
So E = N*Pave, and for very large N then [1] if E is some nonzero (bounded) quantity then Pave is almost zero and [2] if Pave is some nonzero (bounded) quantity, E is almost infinite
  1 commentaire
Paul
Paul le 1 Jan 2023
Hi David,
I just want to point out that some (actually most in my experience, though admittedly not all) treatments of the concepts of energy and (average) power don't distinguish between finite and non-finite duration signals; there is only one definition that applies to a signal in general. Here is one link: EEE 5502 UFL. Under those definitions, the energy in a finite duration signal is finite, but the average power in a finite duration signal is zero.

Connectez-vous pour commenter.

Community Treasure Hunt

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

Start Hunting!

Translated by