fourier 1 Flashcards
fourier
original motivation:
basis functions: oscillations (sine and cosine)
describe a signal by its ……… spectrum
original motivation: representation by easier-to-handle functions
basis functions: oscillations (sine and cosine)
describe a signal by its frequency spectrum
spatial frequency
𝑠𝑝𝑎𝑡𝑖𝑎𝑙 𝑓𝑟𝑒𝑞𝑢𝑒𝑛𝑐𝑦 = 𝑐𝑦𝑐𝑙𝑒𝑠/𝑢𝑛𝑖𝑡𝑠 𝑜𝑓 𝑠𝑝𝑎𝑐𝑒
inverse of the spacial periodic length
A ………., ……… function
f(t) in time or f(x) in space,
can be expanded into sine and cosine
A periodic, continuous function
f(t) in time or f(x) in space,
can be expanded into sine and cosine
fourier series
𝑓(𝑡) =sumk=0 to inf(Akcos(wkt)+Bksin(wkt))
with k = 2pi k /T
How can we get the coefficients Ak, Bk in fourier series ?
The functions coswkt, sinwkt form an orthogonal basis, using these features of an orthogonal basis we can extract the Fourier coefficients Ak, Bk hence the amplitude of the respective cosine or sinus function
polar representation
𝑧 = 𝑎 + 𝑏 𝑖
= 𝐴 exp(i 𝜑)
𝐴 = sqrt(a^2+b^2)
𝜑 = arctan(b/a)
eulars formula
exp(iwt) = cos(wt) + i sin(wt)
fourier series in polar form
f(t) = sum k form -inf to inf (Ck exp(iwt))
Ck = (integral from -T/2 to T/2 (f(t) exp(-iwt) dt))/T
fourier series to fourier transform
from continuous and periodic function values to continuous and non-periodic functions
T goes to infinity
wk becomes continous w
fourier transform defn
F(w) = integral form -inf to inf(f(t) exp(-iwt)dt)
f(t) = integral form -inf to inf(F(w) exp(iwt)dw) / 2pi
cos fourier
cos (2𝜋𝑢0𝑥) ⇔(1/2) * (𝛿( 𝑢 + 𝑢0) + 𝛿 (𝑢 − 𝑢0))
sin fourier
sin (2𝜋𝑢0𝑥) ⇔(i/2) * (𝛿( 𝑢 + 𝑢0) - 𝛿 (𝑢 − 𝑢0))
Basic properties of the FT
Linearity (because of integration)
Scaling (because of integration, substitution)
shifting/modulation (shift in one space is rotation in the other)
rotation
convolution defn
𝑓 (𝑥) ⊗𝑔(𝑥) =integral from -inf to inf (f(s) g(x-s) ds) )
Correlation of f and g:
𝑓 (𝑥) * 𝑔(𝑥) =integral from -inf to inf (f*(s) g(x+s) ds) )
note the +s
and 𝑓*( 𝑠) being the
conj. complex of 𝑓 (𝑠)
power spectrum
Parseval’s theorem (energy conservation)
P(u) = |F(u)|^2
integral from -inf to inf (|f(x)^2|dx) =
integral from -inf to inf (|F(u)^2|du)
what happens if a function has a discontinuity ?
- ringing, overshoots, ‘Gibbs-Phenomenon’
the Gibbs-Phenomenon happens for finite Fourier series and for
truncated Fourier transform
The discrete Fourier transform in 1D
Fk = (1/N) sum(n from -N/2+1 to N/2 (fn exp(-i 2pi k n/N)))
fn = sum(k from -N/2+1 to N/2 (Fk exp(i 2pi k n/N)))
Ft Fs DFT properties in spatial domain*** frequency domain
FS: continuous , periodic** discrete, infinite
FT: continuous** continuous
DFT: discrete, periodic **discrete, periodic
Fast Fourier Transform (FFT)
DFT is computationally very slow (O(N^2) operations
FFT O(N log2 N)
Split DFT into 2, odd and even
l Apply this recursively
FFT
Fk = (1/N) sum(n from 0 to N-1 (fn exp(-i 2pi k n/N)))
Amplitude vs. phase reconstruction
phase reconstruction works better
… and ….are special cases of the ….,
obtained by applying restrictions of ……,
FS and DFT are special cases of the FT,
obtained by applying restrictions of periodicity,
finiteness and discreteness
the DFT is periodic in
the DFT is periodic in both space and
frequency