Signal power and energy calculation

One of frequently used signal characteristics are energy and power. In signal theory these therms require additional comments because they are a bit different from these what we are used to use in AC or DC systems.

What is power and energy? If wee connect R resistor to voltage U, then resistor will dissipate some power which is equal P=U2/R. During time T the energy loss on this resistor will be: E= TU2/R.

Now lets say that we ad some signal s() instead of DC voltage. In this case the power will depend on time as signal is time dependant. The therm is called instantaneous power: p(s)=s(t)2/R

in order to calculate energy loss during time T wee need to integrate:

power_integrate.PNG

Sometimes its is more convenient to calculate average power during some time T:

avg_power_integrate.PNG

When talking about signal power we don’t care about R load. Therm Signal power usually is used for comparing different signals. For this it is agreed to use R=1, then we exclude resistance from formulation and then wee can talk about signal power and energy in signal theory:

signal_power.PNG

Signal e3nergy may be finite and infinite. For instance finite signal will have finite length energy while its level wont go to infinite. Any periodical signal has infinite energy. If signal energy is infinite, then we can only talk about average power over all time axis:

avg_signal_power.PNG

Square root of average power gives root mean square (RMS) of signal:

RMS.PNG

Well for signals with period T you don’t have to calculate average power or RMS using lim function. This is enough to calculate average values during one period.

Blogsphere: TechnoratiFeedsterBloglines
Bookmark: Del.icio.usSpurlFurlSimpyBlinkDigg
RSS feed for comments on this post
 |  TrackBack URI for this post

New on WinAVR Tutorial
Running TX433 and RX433 RF modules with AVR microcontrollers,
Sometimes in embedded design you may want to go wireless. Might be you will want to log various readi …
Programming AVR ADC module with WinAVR,
Most of AVR microcontrollers have Analog to Digital Converter (ADC) integrated in to chip. Such solut …
New on WinARM Tutorial
What are differences between WinARM and WinAVR,
Everyone who is working with AVR microcontrollers knows this powerful tool – WinAVR (http://win …
LPC2000 watchdog timer,
As in all microcontrollers watchdog timers purpose isto reset microcontroller after reasonable amount …

Leave a Reply