fourier 1 Flashcards

1
Q

fourier

original motivation:
basis functions: oscillations (sine and cosine)
describe a signal by its ……… spectrum

A

original motivation: representation by easier-to-handle functions

basis functions: oscillations (sine and cosine)

describe a signal by its frequency spectrum

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

spatial frequency

A

𝑠𝑝𝑎𝑡𝑖𝑎𝑙 𝑓𝑟𝑒𝑞𝑢𝑒𝑛𝑐𝑦 = 𝑐𝑦𝑐𝑙𝑒𝑠/𝑢𝑛𝑖𝑡𝑠 𝑜𝑓 𝑠𝑝𝑎𝑐𝑒

inverse of the spacial periodic length

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

A ………., ……… function
f(t) in time or f(x) in space,
can be expanded into sine and cosine

A

A periodic, continuous function
f(t) in time or f(x) in space,
can be expanded into sine and cosine

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

fourier series

A

𝑓(𝑡) =sumk=0 to inf(Akcos(wkt)+Bksin(wkt))
with k = 2pi k /T

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

How can we get the coefficients Ak, Bk in fourier series ?

A

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

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

polar representation

A

𝑧 = 𝑎 + 𝑏 𝑖
= 𝐴 exp(i 𝜑)

𝐴 = sqrt(a^2+b^2)
𝜑 = arctan(b/a)

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

eulars formula

A

exp(iwt) = cos(wt) + i sin(wt)

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

fourier series in polar form

A

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

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

fourier series to fourier transform

A

from continuous and periodic function values to continuous and non-periodic functions

T goes to infinity
wk becomes continous w

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

fourier transform defn

A

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

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

cos fourier

A

cos (2𝜋𝑢0𝑥) ⇔(1/2) * (𝛿( 𝑢 + 𝑢0) + 𝛿 (𝑢 − 𝑢0))

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

sin fourier

A

sin (2𝜋𝑢0𝑥) ⇔(i/2) * (𝛿( 𝑢 + 𝑢0) - 𝛿 (𝑢 − 𝑢0))

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

Basic properties of the FT

A

Linearity (because of integration)

Scaling (because of integration, substitution)

shifting/modulation (shift in one space is rotation in the other)

rotation

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

convolution defn

A

𝑓 (𝑥) ⊗𝑔(𝑥) =integral from -inf to inf (f(s) g(x-s) ds) )

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

Correlation of f and g:

A

𝑓 (𝑥) * 𝑔(𝑥) =integral from -inf to inf (f*(s) g(x+s) ds) )

note the +s
and 𝑓*( 𝑠) being the
conj. complex of 𝑓 (𝑠)

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

power spectrum

Parseval’s theorem (energy conservation)

A

P(u) = |F(u)|^2

integral from -inf to inf (|f(x)^2|dx) =
integral from -inf to inf (|F(u)^2|du)

17
Q

what happens if a function has a discontinuity ?

A
  • ringing, overshoots, ‘Gibbs-Phenomenon’

the Gibbs-Phenomenon happens for finite Fourier series and for
truncated Fourier transform

18
Q

The discrete Fourier transform in 1D

A

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)))

19
Q

Ft Fs DFT properties in spatial domain*** frequency domain

A

FS: continuous , periodic** discrete, infinite
FT: continuous
** continuous
DFT: discrete, periodic **discrete, periodic

20
Q

Fast Fourier Transform (FFT)

A

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

21
Q

FFT

A

Fk = (1/N) sum(n from 0 to N-1 (fn exp(-i 2pi k n/N)))

22
Q

Amplitude vs. phase reconstruction

A

phase reconstruction works better

23
Q

… and ….are special cases of the ….,
obtained by applying restrictions of ……,

A

FS and DFT are special cases of the FT,
obtained by applying restrictions of periodicity,
finiteness and discreteness

24
Q

the DFT is periodic in

A

the DFT is periodic in both space and
frequency