Part II Flashcards

1
Q

Why digital communications?

A

Only need to recreate the symbol, not the entire waveform

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

What are the differences between 1G, 2G, 3G, 4G and 5G?

A

1G: analog modulation no different to FM radio
2G: digitised, digital signal processing
3G:

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

If we have b bits per symbol, how many symbols can we have?

A

2^b

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

What are the qualities of white noise?

A

Additive - noise is added not multiplied
White - frequency spectrum is constant
Gaussian - probability distribution is normal

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

What is the conditional probability structure? P(X|Y) What does symmetric mean?

A

P(0|1) = probability of receiving 0 given that a 1 was sent.
Symmetric: P(1|0) = P(0|1)

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

What is upconversion?

A

Baseband signals have frequency too low, susceptible to interference. Need to be converted up to a suitable carrier frequency. The resultant signal is a passband signal.

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

What are the characteristics of passband signals?

A

They are narrowband, purely real (applied to an antenna).
It does however have reflected negative frequencies.

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

How does complex baseband work?

A

The baseband signal is complex, with real and imaginary parts. The frequency is not symmetric.
It is done by creating a digital complex signal, separating the real and imaginary parts, adding a sine and cosine to each and then adding them together.

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

What is a signal space?

A

Signals can be described as vectors in an n-dimensional vector space with basis vectors that are all orthogonal to each other. The signals are a combination of a projection along each basis vector.

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

What is the test for two vectors or signals to be orthogonal?

A

v1 . v2 = 0 (dot product)
In the time domain, integrate the product of the two functions over the time period.

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

What does it mean for vectors to be orthonormal?

A

If all vectors are orthogonal to each other and have unit norm (can be normalised to length 1)

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

How can you work out the length and energy of a vector in a signal space?

A

Length = |si| = sqrt(sum of all projections along each axis squared)
Energy = length squared = |si|^2

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

How can you work out the energy of a signal in the time domain?

A

Integrate the signal squared from time 0 to T

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

What is the Gram-Schmidt orthogonalisation procedure?

A

Start with the first waveform, s1(t)
The first basis function f1(t) is s1(t) normalised by it’s energy (divide by sqrt e1)
2nd basis fn:
Project f1(t) onto s2(t), result is coefficient c12 = int(0 to T) s2(t)*f1(t)dt
Subtract c12f1(t) from s2(t) to get f2’(t)
Normalise by the energy f2(t) = f2’(t)/sqrt(e2)
Repeat.

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

How is noise represented in the signal space?

A

Also a vector that moves the received signal away from the transmitted vector in any direction. Looks like a cloud of gaussian probability

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

How can you draw the sinc function in the frequency domain? sinc(pi f Tb)

A

3

17
Q

What do sine and cosine functions look like in the frequency domain?

A

4

18
Q

How does BPSK work? What do BPSK symbols look like in terms of waveforms?

A

There are only two symbols, 0 and 1 represented by s1 and s2.
At baseband represented by a single basis function s1 = -Aphi1, s2 = Aphi2
Use sine and cosine as the carriers in passband.
5