Midterm - Mathematical Concepts Flashcards

1
Q

What do distortion, interference, and noise look like graphically?

A

distortion = curved edges
interference = waves
noise = niose

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

digital representation (“codeword”) for a number of bits

A

is basically a truth table style representation for all the bits from 0000… to 1111… if applicable

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

given a number of binary digits for something, the maximum quantity of that thing is found by doing

A

2^ # of digits

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

the base for octal digits is

A
  1. so when we need to find how many octal digits are needed to represent some number, we do 8^L = number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

the base for hex is

A
  1. so when we need to find how many octal digits are needed to represent some number, we do 16^L = number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

image transmission time =

A

(image size in bits)/(channel capacity in bits per second)

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

binary to hex

A

Group binary digits in sets of 4. viseversa

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

Binary to Octal

A

Group binary digits in sets of 3 viseversa

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

Binary to Decimal

A

Multiply each digit by its position value, and divide for viseversa

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

how many bi-directional links for n node bus topology?

A

1 backbone + n droplines

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

how many bi-directional links for n element ring topology?

A

n-1

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

how many bi-directional links for n node star topology?

A

n

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

how many bi-directional links for n node mesh topology?

A

n(n-1) /2

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

Using the Shannon-Hartley law, the channel capacity is given by:

A

𝐶 = 𝐵 ∙ 𝑙𝑜𝑔2 (1 + (𝑆/𝑁)o )

where B is the bandwidth and

(𝑆/N)o_db is the signal to noise ratio, and (𝑆/𝑁)o is linear form. the linear form is (𝑆/𝑁)o = 10^(((𝑆/N)o_db)/10)

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

Fourier transform of g(t) is

A

integral -inf to inf of g(t) e ^ (-j2pi f t) dt

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

Inverse Fourier transform of G(f) is

A

integral -inf to inf of G(f) e ^ (j2pi f t) dt

17
Q

convolution in time domain is multiplication in frequency domain

A

convolution if frequency domain is multiplication in time domain

18
Q

H(f) = Y(f)/X(f) =

A

|H(f)| * e ^ (j beta f)

where |H(f)| is the amplitude response

and e ^ (j beta f) is the phase response

19
Q

rect(f/B1) times rect(f/B2) = ? if B1<B2

A

rect(f/B1)

20
Q

if we have a frequency domain graph and we are asked for bandwidth, we find the distance from the origin to the first horizontal intersection.

A

if we have two frequency domain signals multiplied and we want to know the bandwidth of them in time domain. we know that multiplication in frequency domain in convolution in time domain, and we know that when two signals are convoluted, the total bandwidth = sum of bandwidths, so we sum the bandwidths.

21
Q

the time shifting property of Fourier transform states that

A

a time shift t0 in time domain equals a multiplication by an complex exponential e^(-j 2 pi t0) in frequency domain