06 - Digital Signal Processing Flashcards
What does DSP stand for?
Digital Signal Processing
What are some examples of where you might find DSP being used?
Everywhere! Hearing aids Otoacoustic systems Audiometers Aural rehab software ABR's Cell phones Voice over internet CD/DVD/DAT players MP3 players Biomedical monitoring equipment...
How does DSP compare to Analog (e.g. time, amplitude, etc)?
Analog:
- continuous in time
- continuous in amplitude
- circuits deal with continuous voltages and currents
DSP:
- discrete in time
- discrete in amplitude
- circuits deal with “1’s” and “0’s”
Analog systems transmit signals from the ______ domain, to the ______ domain, back to the ______ domain
Acoustical
Electrical
Acoustical
Name one reason digital systems are so popular?
- Programmability: instructions can be manipulated “on the fly”
- Flexibility: don’t need to rebuild the circuit, like you would with analog
- Advanced signal processing: multichannel compression, precise frequency shaping, feedback cancellation, noise reduction, directional processing
- Features like bluetooth
What domains to digital systems cross when processing an acoustic signal?
Acoustic -> Electrical -> Digital -> Electrical -> Acoustic
How do we discretize time of an analog signal?
Sampling
What does “quantization” refer to?
The discretization of the amplitude of a signal
- the sampled values are converted into bit representation
- the performance of a quantizer is dependent on the number of bits (also called bit resolution)
As we increase the frequency of our signal, we need a _______ (slower/faster) sample rate
Faster
Describe the Nyquist Sampling Theorem
The sampling rate must be more than 2x the highest frequency of the input signal, otherwise there will be distortion
Will a signal processor be able to undo the distortion (aliasing) caused by undersampling?
No
What is “aliasing”?
A waveform that is caused by undersampling, and is not actually part of the input signal
- the digital signal processor cannot tell if these come from the true signal or not
How do we follow the Nyquist criterion if the highest frequency of a signal is unknown?
Anti-aliasing Filter:
- Use a low pass filter to remove unwanted frequencies
- Set the sampling rate greater than 2x the bandwidth of the low pass filter
Are anti-aliasing filters part of the analog or digital circuit?
Analog - they are low pass filters applied before sampling (digital domain)
Why don’t we just increase the sampling rate to get better quality phone calls, hearing aids, etc?
Cell phones and hearing aids are working in real time, so the processor has to deal with that many samples each second
-as we increase the sampling rate, it puts constraints on the processor