MATH 414 Lecture 32
« previous | Monday, April 7, 2014 | next »
Exam Review
Sampling Theorem
given band-limited Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle f(t)} , the support of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \hat{f}} is a subset of Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \left[ -\Omega, \Omega \right]} .
- is the angular frequency (in radians / sec)
- is the natural frequency, the highest frequency in the singal (in hertz)
- In the theorem below, is the sampling interval (in seconds; time between samples)
- (twice the natural frequency) is the Nyquist rate
Proof. [omitted]
Sampling at anything lower than the nyquist frequency results in lost information (not enough to see the full ups and downs of the waves)
Discrete Fourier Transforms of Periodic Sequnecs
Given two -periodic sequences , show that , where
Proof of Haar Decomposition
Given , the projection of onto is given by
Prove that .
Fast Fourier Transform
Given data , where Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle N = 2^{L-1}} for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle L \in \mathbb{N}} .
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{F}_{2N}\left[ y \right] = \mathcal{F}_{N}\left[ y_0, y_2, \ldots, y_{2N-2} \right]_k + \overline{W}^k \, \mathcal{F}_N \left[ y_1, y_3, \ldots, y_{2N-1} \right]}
How many multiplications does it take to compute Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \mathcal{F}_{2N}} ?
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle K_L = 2K_{L-1} + 2^L}
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle K_L \sim N \, \log{N}}