Signals: The Basics Flashcards

1
Q

what is the mathematical definition of a signal?

A

function of one/more independent variables

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

what is the notation for continuous independent variables?

A

(.)

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

what is the notation for discrete independent variables?

A

[.]

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

define: x[n]

A

discrete signal (could be in time)

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

define: x(t)

A

continuous signal in time

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

define: x(nT)

A

a continuous signal in time that is sampled at nT

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

x[n] = ________ = x(nT)

A

x(t)|t=nT

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

define: x(t)|t=nT

A

continuous sample x(t) evaluated at t = nT

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

what are examples of x(t)|t=nT ?

A
  • analog to digital converter

- digital camera

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

periodicity of continuous signals?

A

x(t + To) = x(t) for all t

To = period, which is usually time

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

periodicity of discrete signals?

A

x[n + N] = x[n] for all n

N = period, which is usually # of samples

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

x(t +To) =

A

x(t) for all t

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

x[n + N] =

A

x[n] for all n

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

what is the fundamental period of x[n] = sin^2(pi*n/5)

A

5

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

how would you determine the fundamental period of x[n] = sin^2(pi*n/5)

A

x[n] = sin^2(pin/5)
= sin^2(pi
n/5 + pi)
= sin^2(pi*(n+5)/5)
= x[n+5]

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

what is the fundamental period of x[n] = cos^2(pi*n/6)

A

6

17
Q

how would you determine the fundamental period of x[n] = cos^2(pi*n/6)

A

x[n] = cos^2(pin/6)
= 0.5+0.5cos(2pi
n/6)
= 0.5+0.5cos(2pin/6 + 2pi) [2pi = smallest phase
shift that doesn’t change
cosine]
= 0.5+0.5cos(2pi
(n+6)/6)
= cos^2(pi(n+6)/6)
= x[n+6]

18
Q

x(t) = Acos(2pif*t + theta)

given A, f, and theta how would you determine the fundamental period?

A

x(t) = Acos(2pift + theta)
= Acos(2
pift + theta + 2pi)
= Acos(2
pi*f(t + 1/f) + theta)
= x(t + 1/f)

so fundamental period T = 1/f