Signaling Flashcards

1
Q

How do you calculate the number of bytes given the number of bits

A

Divide the number of bits by 8

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

How do you calculate the possible number of alternatives in a binary string and hence the number of bits from the number of alternatives

A

2^bits
log2((N)umber of alternatives)

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

In a coloured image, how many binary numbers are used to represent each picture element and what are they used for

A

3, one for red, one for blue and one for green

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

What are the 2 definitions of image resolutions and how do you calculate each one

A
  1. The length represented by each pixel. To calulate, take the real width of the object in real life and divide that by the number of pixels used to represent that width
  2. The number of pixels in the format width by height
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you increase the amount of information in an image

A

Use more bits per pixel

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

How do you calculate the total amount of information in an image

A

Number of pixels times the bits per pixel

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

What is the difference between changing brightness and changing contrast of an image

A

Changing brightness adds a fixed value to each pixel, so the difference between each pixel remains the same.
Changing contrast multiplies each pixel by a fixed value, which causes the difference between each pixel to increase.

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

Describe the process of adding false colour to an image and the benefits of it

A

Take the values of an image and assign them different colours (I.e. if a value of 50 is grey and a value of 100 is dark grey, then 2 could be pink and 4 could be green)
The brighter, higher contrast colour allows for important details within the image to be highlighted

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

What is noise and how is it reduced within images

A

Interference in the signal.
In images, we can replace each pixel with the median of the 8 surrounding pixels and itself

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

Describe the process to find the edges in an image

A
  1. Multiply the value of a pixel by 4
  2. Subtract the values of the pixels in the cardinal directions
  3. If the answer is negative, the value is treated as 0
  4. Invert the colours, so now any pixels not on the edge become white
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

In what scenario does edge dectection NOT work?

A

If there is a gradual change in colours

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

Why are digital signals resistant to noise, but analogue is not?

A

A reciever must reconstruct a wave that is recieves, and if there is noise in the signal, then it may reconstruct it inaccurately. When the number of inputs is restricted, such as in a digital signal, it reduces the chance of the signal being reconstructed inaccurately.

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

Describe the process to digitise an analogue signal.

A
  1. Take the value of the signal at regular intervals then match it to the closer digital value
  2. Convert the digital values into binary values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Describe what determines resolution of signals and how it affects the quality of digitisation of a signal

A

Resolution is determined by the number of bits used per value. If more bits are used, then you have a large number of closesly spaced digital values and the reconstructed signal will be a lot closer to the analogue signal

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

Where would you use a high and low resolution signal and why

A

High - CDs. They use a 16 bit recording so that the recorded music is similar to the original
Low - Telephone lines. The conversations had need to be audible, but don’t need to be accurately reprasentative of the person’s voice

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

What are the advantages of digital signals?

A
  1. Sent, recieved and reproduced more easily due to a limited number of values
  2. Easily compressed and manipulated
  3. Noise isn’t really a problem
  4. Digital can represent multiple types of media
  5. Computers can easily process digital signals
17
Q

What are the disadvantages of digital signals?

A
  1. Can’t reproduce analogue signals exactly
  2. Can be reproduced easily, which leads to piracy (hardly a downside)
  3. Easier for information to be stolen
18
Q

Define the fundamental frequency and describe how you find it

A

The fundamental frequency is the lowest frequency wave that makes up a sound wave. To find it, find the shortest repeating part of the sound wave and calculate the inverse of it.

19
Q

Why do we want to limit the number of bits we use in resolution and how do we calculate the number we use?

A

If the original signal contains noise, then a high resolution will reproduce all the noise. To calculate the actual number of bits we use, we take log 2 of the (total variation in the signal divided by the variation caused by the noise)

20
Q

Why is important to have a high sample rate?

A

If the sampling rate is too low, detail can be lost, or aliases can be created (low frequency signals that are reconstructed from the samples that weren’t in the original signal)

21
Q

What is the theory to determine minimum sample rate?

A

Nyquist theory, sample at 2 times the highest frequency

22
Q

What two things are rate of transmission dependant on and how do you calculate it. Add the units

A

The sample rate and the number of bits per sample.
Multiply the sample rate by the bits per sample
It’s in bits per second