What is analogue data?
Data that varies in a continuous manner. E.g. sound
What is digital data?
Data that takes the form of discrete values.
How does an analogue to digital converter (ADC) work?
Samples of the analogue signal are taken at regular intervals.
The amplitudes of the samples are quantised. An integer number is given to approximate the amplitude of the wave.
Each integer value is encoded as a binary value.
What factors affect the quality of a recording?
Sampling rate and sampling resolution.
What is the definition of sampling rate?
The number of samples that are taken per second.
What is the definition of sampling resolution?
The number of bits used per sample.
What is Nyquist’s Theorem?
The sampling rate must be at least twice the rate of the highest frequency in the original sound.
This means theorem gives us the minimum sampling rate.
What is the definition of frequency?
The number of waves per second.
When are digital to analogue converters (DAC) used?
When playing digital recordings e.g. through a speaker.
What is the principle of operation of DAC?
An analogue voltage is created equivalent to the bit value of the samples.
The voltages are passed through a filter to smooth the transition between voltage levels.
What is MIDI?
A way of representing the sounds made by an instrument.
MIDI does not store itself (it’s not a recording). It stores information that describes the sound (using event messages).
How does MIDI represent music?
Music is represented as a sequence of MIDI event messages.
Data present in these messages include volume / velocity / duration / instrument etc.
What are the advantages of using MIDI?