energy signal

조회 수: 16 (최근 30일)
k.v.swamy
k.v.swamy 2012년 2월 22일
댓글: Paul 2023년 1월 1일
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.

답변 (1개)

David Goodmanson
David Goodmanson 2023년 1월 1일
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
Paul
Paul 2023년 1월 1일
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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by