Signal Fundamentals Flashcards
(42 cards)
Signal Classifications:
Pairs/Axes (7)
Continuous or Discrete
Analog or Digital
Periodic or Aperiodic
Deterministic or Random/Probabilistic
Energy or Power
Causal or Non-Causal
Even or Odd
What is a Signal?
A set of data or information.
Typically represented as a function of the independent variable time, but not always.
Can include anything that ‘transmits’ information, energy, power:
Examples:
- Telephone signal
- A companies’ monthly sales
- Power delivery from an engine to wheels
- Stock prices
Signal Classifications:
Analog Signals
Analog signals have a signal amplituded
which can take an infinite number of possible values, bounded by some range.
Signal Classifications:
Digital Signals
In a digital signal, the amplitude is restricted to a set of distinct possible values.
The most common digital signal is binary, taking only the values 0 or 1
Signal Classifications:
Periodic Signals
A signal is periodic if it repeats in constant intervals.
Formally:
For some positive constant, T0 - Called the period,
x(t) = x(t + T0) for all t
The signal repeats with a period of T0
The smallest value of T0 that satisfies this is called the Fundamental Period of the signal.
Signal Classifications:
What is the Fundamental Period
of a Periodic Signal?
The smallest change of time that the signal repeats itself in.
Formally, the smallest value T0 that satisfies:
x(t) = x( t + T0 ) for all t
Signal Classifications:
Aperiodic Signal
A signal that is not periodic.
It either has no repeating values, such as an exponential function, or it’s values do not repeat in a regular fashion.
Signal Classifications:
Analog vs Digital
Analog signals can take infinite values within a range.
Digital signals can only take specific values, usually 0 or 1
Signal Classifications:
Periodic Signals
vs
Aperiodic Signals
Periodic Signals have a repeating pattern.
Aperiodic signals do not.
Signal Classifications:
Continous Time Signal
A signal where there are an infinite number of values within a portion of the domain.
There is a value of x(t) for every value of t in the domain.
Example: t can be 0, 0.1, 0.0000000001, etc
Signal Classifications:
Discrete Time Signals
In Discrete Time Signals,
the domain is separated into discrete steps.
The function is only defined at these steps.
For a function x(t), only some values of t have a corresponding x(t).
The steps are usually very small and spread regularly.
Example: A signal recorded by taking regular samples
Signal Classifications:
Continuous vs Discrete Time Signals
Continous Time Signals
have a value for any possible t in the domain
Discrete Time Signals
are only defined at values of t within a particular set
Signal Classifications:
Energy Signals
Refers to how the “size” of the signal is measured.
An Energy Signal
is one that has finite energy, basically one that “dies out”
Formally:
x(t) → 0 as | t | → infinity
Signal Classifications:
Power Signals
Refers to how the “size” of the signal is measured
A Power Signal
is one that doesn’t “die out” over time
Formally:
x(t) does not approach 0 as | t | → infinity
All Periodic Signals are Power Signals
Trying to measure the Energy would yield an infinite result, so the signal size is measured as “Power”
Signal Classfications:
Energy vs Power Signals
Energy Signals
The amplitude approaches 0 over time, so the signal size can be measured as “Energy”
Power Signals
The amplitude does not approach 0 over time, signal size must be measured as “Power”
Important Note:
A signal belongs in neither classification if it’s Power, Px is calculated to be infinite
Signal Classifications:
Causal
vs
Non-causal
Causal Signals
- Begin at or after t=0
- Do not extend to t= -inf
- Signal amplitude is not affected by “future” values
- Implies that changes are “caused” by something immediate
Non-Causal Signals
- Continuos towards t= -inf
- “Future” values may affect “current” values
Signal Classfications:
Deterministic
vs
Random(Probabilistic)
Deterministic Signals
- The signal x(t) is a function of t
Random or Probabilistic Signals
- The signal x(t) is NOT a function of t
- But it may be related with probabilities
Signal Classification:
Even Signals
vs
Odd Signals
Refers to the type of Symmetry a signal/function may have
Even Signals/Functions
- Reflect across the Y-axis, so the “left” is a mirror image of the “right”
- No sign change
- x(-t) = x(t)
Odd Signals/Functions
- Reflect across the Y-axis AND the X-axis
- Sign change
- x(-t) = - x(t)
Even and Odd Functions:
What is their importance in analyzing signals?
Every signal x(t) can be expressed as a sum of Even and Odd component functions:
x(t) =
(1/2)[x(t) + x(-t)] (Even component)
+ (1/2)[x(t) - x(-t)] (Odd component)
Even and Odd Functions:
Multiplication Rules
Apply when multiplying two functions together
Even X Odd = Odd
Odd X Odd = Even
Even X Even = Even
Note: It sort of parallels the rules of multiplying positive and negative values
Signal Size:
Two ways to measure the
size of a signal
Signal Energy
Used when signal exists for finite time
Signal Power
Used when signal exists for infinite(in effect) time, such as a periodic signal
Signal Size:
Why is signal size NOT just the integral of the signal?
The integral of the signal would calculate the area under the curve.
BUT, in most signals, this includes both negative and positive areas that cancel each other out.
This would show a signal size that is much smaller than the actual signal in many instances.
Signal Size:
What conditions are required for
Energy to be an appropriate measure of
signal size?
Signal energy must be finite
in order to be a useful measure.
So:
The signal amplitude must approach 0 as time approaches infinity and negative infinity:
lim|t|→inf x(t) = 0
If this condition is not met, Power of the signal should be used to measure the signal size
Signal Size:
Energy of a Signal
Formula
The Energy of the Signal, Ex
is the Integral of the square of the amplitude, wrt time
Ex = INT( x(t)2 )dt
Note: More generally, use the absolute value of x(t) for complex valued signals