energy signal

16 visualizaciones (últimos 30 días)
k.v.swamy
k.v.swamy el 22 de Feb. de 2012
Comentada: Paul el 1 de En. de 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.

Respuestas (1)

David Goodmanson
David Goodmanson el 1 de En. de 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 comentario
Paul
Paul el 1 de En. de 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.

Iniciar sesión para comentar.

Categorías

Más información sobre Spectral Measurements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by