Section 3: Data Representation Flashcards
Chapter 17:
What form do natural sound waves take?
Continuous, Analogue.
Chapter 17:
What form must sound waves be converted to, to be interpreted by a computer?
Discrete, Digital.
Chapter 17:
What does Analogue mean?
Analogue data is continuous and physical.
Often used to describe natural sound waves.
Chapter 17:
What does Digital mean?
Data that is stored in binary using different voltages, or different magnet polarisation.
The data stored is between two discrete time intervals.
Chapter 17:
How do we convert Analogue to Digital?
We take samples of the data at regular intervals, and use the readings.
Chapter 17:
How can we increase the precision of an Analogue to Digital reading?
By increasing the frequency that samples of the continuous wave are taken. (Increase sampling rate)
Chapter 17:
How can we increase the quality of an Analogue to Digital reading?
By increasing the audio bit depth.
This means that each sample will be more accurate to the continuous sound wave.
Chapter 17:
What is the standard sampling rate of a CD?
44,100 Hz
44.1 kHz
Chapter 17:
What does CD stand for?
Compact Disk.
Chapter 17:
What is another name for bit depth?
Sampling resolution.
Chapter 17:
What is another name for sampling resolution?
Bit depth.
Chapter 17:
How do you calculate sound sample size?
sample frequency (per second) * bits per sample (sample resolution) * length of sample (in seconds)
Chapter 17:
A sample of one minute is taken at a resolution of 16 bits and a frequency of 20KHz. What is the sound sample size?
(1 * 60) = 60 - minutes to seconds
16 - bits (in correct form)
(20 * 1000) = 20,000 - KHz to Hz
60 * 20,000 * 16 = 19,200,000 bits
19,200,000 / 8 = 2,400,000 bytes
2,400,000 / 1000 = 2,400 kilobytes
2,400 / 1000 = 2.4 megabytes
2.4MB
Chapter 17:
What does it mean for the sound sample size, if the sample is recorded in stereo rather than mono?
The sample size is doubled, as there are two channels to store.
Chapter 17:
A person speaks into a microphone, their voice is stored, and played through a speaker. What are the 7 stages of this event?
- Person speaks into a microphone.
- Signal goes through an amplifier, so that the audio can be adjusted.
- Signal goes through an Analogue to Digital Converter (ADC).
- Data from the ADC is stored in Binary.
- Data is sent to the Digital to Analogue Converter (DAC), where it is converted to a low voltage signal.
- Signal is amplified, by another amplifier, so that we would be able to hear it.
- Signal is outputted through the Speaker.
Chapter 17:
As the frequency of a sound wave increases, what happens to the pitch?
The pitch increases; becomes higher.
Chapter 17:
What happens to the frequency of a sound wave as the pitch of the sound increases?
The frequency increases.
Chapter 17:
As the frequency of a sound wave decreases, what happens to the pitch?
The pitch decreases; becomes deeper.
Chapter 17:
What happens to the frequency of a sound wave as the pitch of the sound decreases?
The frequency decreases.
Chapter 17:
What is Nyquist’s theorem?
In order to produce an accurate recording, the sampling rate must be at least double that of the highest frequency of the original signal.
sampling_rate >= 2 * highest_frequency
Chapter 17:
*When was Nyquist’s theorem stated and proved?
In 1928, Harry Nyquist stated his theorem.
His theory was proven in 1949 by Claude Shannon.
Chapter 17:
A sound with frequency 10,000 Hz is being sampled. What is the minimum sampling rate that is required in order to reproduce the original with good accuracy?
20,000 Hz (Nyquist’s theorem)
Chapter 17:
What does MIDI stand for?
Musical Instrument Digital Interface.
Chapter 17:
What does a MIDI controller do?
Carries Event Messages that specify pitch of a note, duration of a note, timbre, vibrato and volume changes, and synchronise tempo between multiple devices.
PDTVTV
Pitch Duration Timbre Vibrato Tempo Volume
Chapter 17:
What is Timbre?
Pronounced Tam-bru.
What is making the sound.
The shape of the sound wave.
Chapter 17:
What is vibrato?
How much a sound vibrates.
How smooth or jittery the sound wave is.
Sine wave is smooth,
y = sin(x) + ( sin(10x)/10 ) is more jittery, so would have a higher vibrato.
Chapter 17:
How is MIDI stored?
MIDI is stored as a set of instructions, rather than a live source.
Chapter 17:
How does a MIDI file size compare to a conventional recording of the same quality?
MIDI files are roughly 1000 times smaller than conventional recording.
Chapter 13:
What is a Natural Number?
Whole Number used in counting.
Positive whole Number (and 0).
0, 1, 2, 3, 4, …
Chapter 13:
What is an Integer Number?
Whole Numbers.
…, -3, -2, -1, 0, 1, 2, 3, …
Chapter 13:
What is a Rational Number?
Numbers that can be expressed as a fraction of integers.
e. g.
- 10.323, 1.0, 1.5, 2.7625
Chapter 13:
What is an Irrational Number?
Numbers that can not be expressed as a fraction of integers.
e.g.
pi, e, sqrt(2)
Chapter 13:
What is the Symbol for Natural Numbers?
N (but fancy)