lec 5 Flashcards
waveform display and editing + playback are analyzed within the ___ domain
time
spectrums + formant analysis are analyzed within the ___ doman
frequency
fundamental frequency analysis is analyzed within the ___ domain
time and frequency
on a spectrogram, what is the relationship between the darkness of the bands and the amplitude?
- darker band = higher amplitude
- lighter band = lower amplitude
what are the y and x axis of a waveform display vs spectrogram?
- waveform display: y = amplitude, x = time
- spectrogram: y = frequency, x = time (and bands = amplitude)
what is sampling?
continuous signal (analog) being converted to discrete signal (digital) by measuring continuous signal at regular intervals
what is a sampling rate?
number of measurements per second
what is nyquist theorem?
- the highest frequency that can be adequately sampled = 0.5 * SR
- EXAMPLE: if your SR = 1000, the nyquist frequency = 500
what happens to frequencies above the nyquist frequency? (in other words: when signal is undersampled)
- aliasing effect: frequencies above nyquist frequency “fold over” to lower frequency domain
the SR should be ___ the value of the highest frequency.
twice!
what is quantization?
converting a continuous range of values into a finite set of discrete levels
1 byte = __ bits
8
what’s the math behind 8 bits, 12 bits, and 16 bits?
- 8 bits = 2^8 = 256 levels
- 12 bits = 2^12 = 4096 levels
- 16 bits = 2^16 = 65,536 levels
why are more bits better?
more bits = better representation of true amplitude changes
if you have a 10V signal, what would be the mV/level for an 8 bit system vs 16 bit system?
- 8 bit system: 10/256 = 39mV/level
- 16 bit system: 10/65,536 = 0.15mV/level