4. Digital Representation of Sound Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Nyquist’s Theorem

A

The sample rate should be at a frequency which is at least twice the value of the highest frequency in the sampled signal.

So that it captures peaks and troughs of the sounds.

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

Analogue and Digital

A

Analogue - Data that varies in a continuous manner

Digital - Data that takes the form of discrete values

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

Sampling Rate

A

The number of samples taken per second measured in Hz or kHz

(44Hz = 44 samples/s | 44kHz = 44,000 samples/s)

a.k.a Sampling Frequency

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

Sampling Resolution

A

The number of bits assigned to each sample, the higher the sample resolution, the higher range of volumes can be produced and higher file size.

a.k.a Sample Size or Bit Depth

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

File Size (Equation)

A

Sample Rate x Sample Resolution x Time

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

Lossless Compression

A

Doesn’t lose any accuracy and can be decompressed into identical copy of the original audio data

e.g. FLAC files, Zip Files

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

Lossy Compression

A

Compression loses file accuracy, generally compresses the files more than Lossless hence reducing the file size but a more significant amount.

e.g. MP3

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

Explain briefly how sound is stored.

A
  • The original sound wave is a continuous set of points

- ADC converts sound into digital data by sampling at regular intervals and discrete values are stored.

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

What happens when the sampling rate is too low or too high?

A

Too Low - The sound recorded will not be an accurate depiction of the original sound produced.

Too High - The file size will increase.

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

Run Length Encoding

A

Silent areas take up a large part of the file, they are abstracted by just stating how many there are in a row, massively reducing file size.

e.g.
00000032130000000001256
could be encoded to:
(6-0)3213(9-0)1256

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

Dictionary Based Compression

A

Works on the basis that, within text, there are common strings of characters. Instead of rewriting, they can be coded in some way.

e.g. ‘station’, ‘nation’, ‘creation’ all end in ‘tion’ it would be simpler to assign a token to ‘tion’ and the prefixed on other assemble words.

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

MIDI

A

-Musical Information Digital Interface

A way of representing sounds made by an instrument.
Information is stored about each musical note, such as volume, instrument, or length of note.

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

Why use MIDI?

A

It is very compact and flexible for many purposes. It is easy to transpose into a different key, play on different instruments and synthise musical notation from it.

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

ADC

A

Analogue to Digital Converter

Converts analogue sound into digital signals that can be stored on a computer.

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

DAC

A

Digital to Analogue Converter

Converts digital signals stored into analogue sound that can be played through output devices such as speakers.

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

Bitrate

A

Sampling Rate x Samping Resolution

17
Q

Calculate the File Size (MB)

{192000hz, 32 Sampling Res, 15sec, Stereo}

A

23.04MB

18
Q

Calculate the File Size (MB)

{44100hz, 16 Sampling Res, 1hr 10min, Stereo}

A

740.88MB

19
Q

Calculate the File Size (KB)

{1000hz, 16 Sampling Res, 10sec, No Stereo}

A

20KB

20
Q

Calculate the File Size (KB)

{48000hz, 8 Sampling Res, 10sec, Stereo}

A

960KB