Chapter 3 Flashcards

(36 cards)

1
Q

What is Time shifting (also called translation)

A

maps the input function x to the output function y as given by y(t) = x(t −b).

If b > 0, y is shifted to the right by |b|, relative to x (i.e., delayed in time).
If b < 0, y is shifted to the left by |b|, relative to x (i.e., advanced in time).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Time reversal (also known as reflection)

A

maps the input function x to the output function y as given by y(t) = x(−t).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Time compression/expansion (also called dilation)

A

maps the input
function x to the output function y as given by
y(t) = x(at), where a is a strictly positive real number.

If a > 1, y is compressed along the horizontal axis by a factor of a, relative
to x.
If a < 1, y is expanded (i.e., stretched) along the horizontal axis by a factor
of 1
a
, relative to x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

In what order would you do the time scaling and time shifting of
y(t) = x(at −b)

A

You would first time shift by b, then scale by a.

Or if you factor the a out you get y(t) = x(a(t −(b/a))) and would first scale by a, then shift by b/a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Time scaling

A

The combination of Time compression and Time reversal, maps the input function x to the output function y as given by y(t) = x(at), where a is a nonzero real number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is amplitude scaling?

A

maps the input function x to the output function y as
given by y(t) = ax(t),
where a is a real number.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is amplitude shifting?

A

maps the input function x to the output function y as
given by y(t) = x(t) +b,
where b is a real number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In what order would you do the amplitude scaling and amplitude shifting of
y(t) = ax(t)+b

A

first amplitude scaling x by a, and then amplitude shifting the resulting
function by b

Or if you factor out the a you get y(t) = a(x(t) + (b/a)) where it would then be first amplitude shifting x by b/a, and then amplitude scaling the resulting
function by a

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the resulting symmetry from an addition of all different combinations of even and odd symmetry

A

1) The sum of two even functions is even.
2) The sum of two odd functions is odd.
3) The sum of an even function and odd function is neither even nor odd,
provided that neither of the functions is identically zero

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the resulting symmetry from an multiplication of all different combinations of even and odd symmetry

A

1) The product of two even functions is even.
2) The product of two odd functions is even.
3) The product of an even function and an odd function is odd.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How can a function be broken down into its even and odd parts? And what are the formulas of those even and odd parts?

A

X(t) = Xe(t) +Xo(t)
where:
Xe(t) = (1/2)[x(t)+x(−t)] and Xo(t) = (1/2)[x(t)−x(−t)].

Xe(t) is also labeled Even(x)
Xo(t) is also labeled Odd(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

For two periodic functions x1 and x2 with fundamental periods T1 and T2, respectively, and the sum y = x1 +x2: How do you find if y is periodic? And if it is, how do you find the fundamental period?

A

The sum y is periodic if and only if the ratio T1/T2 is a rational number (i.e., the quotient of two integers).

If y is periodic, its fundamental period is rT1 (or equivalently, qT2, since
rT1 = qT2), where T1/T2 = q/r and q and r are integers and coprime (i.e.,
have no common factors). (Note that rT1 is simply the least common
multiple of T1 and T2.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a right sided function?

A

For some (finite) real constant t0, the following condition holds: x(t) = 0 for all t < t0 (i.e., x is only potentially nonzero at t0 or to the right of t0).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a causal function?

A

x(t) = 0 for all t < 0 (i.e., x is only potentially nonzero at 0 or to the right of 0).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a left sided function?

A

For some (finite) real constant t0, the following condition holds: x(t) = 0 for all t > t0 (i.e., x is only potentially nonzero at t0 or to the left of t0).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is an anticausal function?

A

x(t) = 0 for all t > 0 (i.e., x is only potentially nonzero at 0 or to the left of 0).

16
Q

What is a finite duration (or time limited) function?

A

A function that is both left sided and right sided

17
Q

What is a bounded function?

A

a function is bounded if there exists some (finite) positive real constant A such that |x(t)| ≤ A for all t
(i.e., x(t) is finite for all t).

18
Q

What is the energy of a function?

A

E = integral_from(−∞,∞) of(|x(t|^(2)dt).

19
Q

What is an energy signal

A

A signal with finite energy

20
Q

What is the average power?

A

Average power P contained in the function x is given by
P = lim_from(T→∞)of((1/T)integral_from(−T/2, T/2)of(|x(t)|^(2)dt)

21
Q

What is a power signal?

A

A signal with (nonzero) finite average power

22
Q

What is a real sinusoidal function? What is its periodicity and frequency? For Georgia

A

A function of the form
x(t) = Acos(ωt +θ),
where A, ω, and θ are real constants.
Such a function is periodic with fundamental period
T = (2π)/|ω| and fundamental frequency |ω|.

23
Q

What is a complex exponential function?

A

a function of the form
x(t) = Ae^(λt), where A and λ are complex constants.

23
Info on general complex functions
In the most general case of a complex exponential function x(t) = Ae^(λt), A and λ are both complex. Letting A =|A|e^(jθ) and λ = σ+ jω (where θ, σ, and ω are real), and using Euler’s relation, we can rewrite x(t) as x(t) = |A|e^(σt)cos(ωt +θ) + j|A|e^(σt)sin(ωt +θ). Thus, Re{x} and Im{x} are each the product of a real exponential and real sinusoid. One of three distinct modes of behavior is exhibited by x(t), depending on the value of σ. 1) If σ = 0, Re{x} and Im{x} are real sinusoids. 2) If σ > 0, Re{x} and Im{x} are each the product of a real sinusoid and a growing real exponential. 3) If σ < 0, Re{x} and Im{x} are each the product of a real sinusoid and a decaying real exponential.
23
What is a complex sinusoidal function?
A complex sinusoidal function is a special case of a complex exponential x(t) = Ae^(λt), where A is complex and λ is purely imaginary (i.e., Re{λ} = 0). That is, a complex sinusoidal function is a function of the form x(t) = Ae^(jωt), where A is complex and ω is real. By expressing A in polar form as A = |A|e^(jθ) (where θ is real) and using Euler’s relation, we can rewrite x(t) as x(t) =|A|cos(ωt +θ) + j|A|sin(ωt +θ) Thus, Re{x} and Im{x} are the same except for a time shift. Also, x is periodic with fundamental period T = (2π)/|ω|and fundamental frequency |ω|.
23
What is a real exponential function?
A special case of a complex exponential x(t) = Ae^(λt), where A and λ are restricted to be real numbers. A real exponential can exhibit one of three distinct modes of behavior, depending on the value of λ. 1) If λ > 0, x(t) increases exponentially as t increases (i.e., a growing exponential). 2) If λ < 0, x(t) decreases exponentially as t increases (i.e., a decaying exponential). 3) If λ = 0, x(t) simply equals the constant A.
23
What is the signum function?
sgn(t) = {(1 if t > 0), (0 if t = 0), (−1 if t < 0)}
24
What is a unit step function? (also known as the Heaviside function)
u(t) = {(1 if t ≥ zero), (0 otherwise)}
24
What is a rectangular function? (also called the unit-rectangular pulse function)
rect(t) = {(1 if -(1/2) ≤ t < (1/2)), (0 otherwise)}
25
What is the cardinal sine function?
sinc(t) = sin(t)/t. Note: By l’Hopital’s rule, sinc 0 = 1.
26
How do you represent the delta function as a limit?
δ(t)=lim_from(ε→0)of(gε(t)). where gε(t) = {(1/ε if|t|< ε/2), (0 otherwise)}
26
What is the unit-impulse function? (also known as the Dirac delta function or delta function)
δ(t) = 0 for t not equal to 0 and integral_from(−∞,∞)of( δ(t)dt) = 1.
27
What is the equivalence property?
For any continuous function x and any real constant t0, x(t)δ(t −t0) = x(t0)δ(t −t0)
28
What is the sifting property
For any continuous function x and any real constant t0, integral_from(−∞,∞)of( x(t)δ(t −t0)dt) = x(t0).
29
How do you collapse a piecewise function into a single expression?
By using unit step functions. for every statement of the piecewise function (i.e. x(t) = k if a ≤ t ≤ b) can be represented by k[u(t - a) - u(t - b)]. Adding all the statements together makes the single expression that is equivalent to the original piecewise function