lec 5 Flashcards

1
Q

waveform display and editing + playback are analyzed within the ___ domain

A

time

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

spectrums + formant analysis are analyzed within the ___ doman

A

frequency

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

fundamental frequency analysis is analyzed within the ___ domain

A

time and frequency

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

on a spectrogram, what is the relationship between the darkness of the bands and the amplitude?

A
  • darker band = higher amplitude
  • lighter band = lower amplitude
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what are the y and x axis of a waveform display vs spectrogram?

A
  • waveform display: y = amplitude, x = time
  • spectrogram: y = frequency, x = time (and bands = amplitude)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is sampling?

A

continuous signal (analog) being converted to discrete signal (digital) by measuring continuous signal at regular intervals

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

what is a sampling rate?

A

number of measurements per second

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

what is nyquist theorem?

A
  • the highest frequency that can be adequately sampled = 0.5 * SR
  • EXAMPLE: if your SR = 1000, the nyquist frequency = 500
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what happens to frequencies above the nyquist frequency? (in other words: when signal is undersampled)

A
  • aliasing effect: frequencies above nyquist frequency “fold over” to lower frequency domain
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

the SR should be ___ the value of the highest frequency.

A

twice!

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

what is quantization?

A

converting a continuous range of values into a finite set of discrete levels

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

1 byte = __ bits

A

8

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

what’s the math behind 8 bits, 12 bits, and 16 bits?

A
  • 8 bits = 2^8 = 256 levels
  • 12 bits = 2^12 = 4096 levels
  • 16 bits = 2^16 = 65,536 levels
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

why are more bits better?

A

more bits = better representation of true amplitude changes

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

if you have a 10V signal, what would be the mV/level for an 8 bit system vs 16 bit system?

A
  • 8 bit system: 10/256 = 39mV/level
  • 16 bit system: 10/65,536 = 0.15mV/level
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

what is SNR ratio?

A
  • signal to noise ratio
  • SNR (dB) = 6.02 * Bit Depth + 1.76 (formula provided)
  • just know that bit depth = how many bits and bigger number = less mushed signals
17
Q

what is pre-amplification or pre-emphasis?

A

a filter technique that enhances specific frequency regions (especially high freqs)

18
Q

define:

a) high pass fliter
b) low pass filter
c) band pass filter
d) band reject filter

A

a) allows high freqs thru
b) allows low freqs thru
c) allows only certain freqs thru
d) blocks bands of freqs

19
Q

why do people sound different on your cell phone than in person?

A

band pass filtering

20
Q

in digital filters, what is the bandwidth defined by?

A

window size

21
Q

what happens to temporal and frequency differences in large windows vs small windows?

A
  • large window: temporal smearing but detects small freq differences
  • small window: freq smearing but detects small temporal differences
22
Q

what kind of filters are large vs small windows associated with?

A
  • large window = narrow-band filter
  • small window = wide-band filter
23
Q

what is frequency resolution?

A
  • ability to distinguish between different frequencies in a signal (smaller = better)
  • Fres = SR / window size (in # of samples)
  • divide 1000msec by SR to get # of samples value, then divide window size by that value and plug into formula