Midterm Study Flashcards
What is the DSP top level block diagram?
Transducer connected to the body > A/D converter > DSP> DAC converter > informative display
Why do we rarely need a FPGA in biomedical applications?
The human body is very bandwidth limited.
Most signals in the real world are what type of signals?
Analog signals
What do transducers do?
They provide continuous electrical signals
What do processors require?
Bits of data that represent logic ones and zeros
What is the quantization error?
The difference between he quantized level and the analog signal
Equation for quantization error?
(q^2)/12
What does the quantization noise term tell us?
The error term is a function of the smallest step size possible
What is dynamic range?
The range over which we can recover a signal
Largest signal we can detect?
Given: 2^n quantization bands each at q wide, then maximum sine wave that can be encoded is (2^n)*q
What is the smallest signal we can detect?
q, anything less ends up in lowest band
How would you convert the resultant dynamic range into dB?
20 log (2^n)
ADC resolution limitations result in what?
quantization errors
increasing the sample rate also increases what?
bandwidth able to use
What if the sampling rate is not sufficiently high?
Signals alias into digital systems at a false frequency, end up having an entirely differnt frequency present
The minimum sampling rate is called what?
Nyquist Rate
How to get the Nyquist rate?
Take sampling rate and divide by two. The positive and negative of this number is the Nyquist frequency range.
Fast fourier transforms put the frequency from the
time domain to the frequency domain
Aperiodic-Continuous
Analog signals that extend from negative infinity to positive infinity without repeating. (decaying exponentials would meet this criteria) The Fourier Transform is applied to these type of signals
Periodic-Continuous
Sine waves or any waveform that repeats periodically from negative to positive infinity. The Fourier Series is applied to enable the Fourier transform
Aperiodic-Discrete
Discrete digital signals that do not repeat between positive and negative infinity, such as a digitized decaying exponential. The type of Fourier Transform that is applied to this type of signal is the Discrete Time Fourier Transform.
Periodic-Discrete
Discrete signals that repeat themselves between positive and negative infinity. The class of Fourier Transform that is applied is the Discrete Fourier Transform
What is the equation of the Fourier Transform
f(t) = av + Σ an cos n w0 t + bn sin n w0 t
What are the two properties of Fourier Transforms
homogeneity: change in amplitude in one domain = change in amplitude in other domain
Additivity: addition in one domain = addition in other domain