Emery & Thomson (2005) :: Chapter 5: Time Series Analysis Methods
Emery & Thomson (2005) :: Chapter 5: Time Series Analysis Methods
Fourier Series
importance of periodicities
Annual
Fundamental period
Strength of amplitude ?
Fundamental period ?
Strength of amplitude ?
Periodicity:
Inter-annual,
Annual,
Semi-annual,
Intra-seasonal
Temporal Periodicities
and their periods
astronomical
other natural
anthropogenic
rotation
ocean waves
electric power
daily
a few seconds
60 Hz
revolution
ocean currents
..
yearly
days months
..
sinusoidal oscillation
f(t) = C cos{ 2 (t-t0) / T }
cosine example
3
amplitude, C
d(t)
d(t)
-1
-2
-3
period, T
0
10
20
30
40
50
time, t
60
time, t
delay, t0
70
80
90
Periodicities
temporal
spatial
f(t) = C cos{ 2 t / T }
f(x) = C cos{ 2 x / }
amplitude, C
amplitude, C
period, T
wavelength,
frequency, f=1/T
angular frequency, =2 /T
f(t) = C cos(t)
wavenumber, k=2 /
f(x) = C cos(kx)
spatial periodicities
and their wavelengths
natural
anthropogenic
sand dunes
furrows plowed
in a field
hundreds of meters
few tens of cm
tree rings
a few millimeters
B
2
2
A =C cos (t
A=C cos(t0)
0)
2
2
B=C sin(t0)
B =C sin (t0)
A2+B2=C2 [cos2 (t0)+sin2 (t0)]
= C2
Fourier Series
linear model containing nothing but
sines and cosines
s are auxiliary
variables
As and Bs are
model parameters
two choices
values of frequencies?
total number of frequencies?
Nyquist frequency
values of frequencies?
evenly spaced, n = (n-1)
minimum frequency of zero
maximum frequency of fny
implies
Number of Frequencies
why N/2+1 and not N/2 ?
cos(N t)
col 1
cos(0t)
time, s
-2
0
col 2
cos( t)
-2
0
col 3
sin(t)
-2
0
col 4
cos(2 t)
-2
0
-2
0
col 5
sin(2 t)
0
col 32
-2
0
10
10
10
10
10
10
15
15
15
15
15
15
20
20
20
20
20
20
25
25
25
25
25
25
30
30
30
30
30
30
problem of aliasing
high frequencies
masquerading as low frequencies
solution:
pre-process data to remove high
frequencies
before digitizing it
d = Gm
Building G in MatLab
% set up G
G=zeros(N,M);
% zero frequency column
G(:,1)=1;
% interior M/2-1 columns
for i = [1:M/2-1]
j = 2*i;
k = j+1;
G(:,j)=cos(w(i+1).*t);
G(:,k)=sin(w(i+1).*t);
end
% nyquist column
G(:,M)=cos(w(Nw).*t);
gtgi = 2* ones(M,1)/N;
gtgi(1)=1/N;
gtgi(M)=1/N;
mest = gtgi .* (G'*d);
plot
against frequency
alternatively, plot
amplitude spectral density
Tambahan .
Transformasi Fourier
2. Fourier Transform
Transformasi Fourier adalah transformasi matematika dengan
banyak aplikasi dalam fisika dan teknik.
Mengubah fungsi matematika waktu f(t) menjadi fungsi baru F atau
dengan argumen frekuensi dg satuan siklus/detik (hertz).
Fungsi baru ini dikenal sebagai Transformasi Fourier atau
spektrum frekuensi dari fungsi f.
f disebut domain waktu, dan F adalah domain frekuensi.
Transformasi Fourier dinyatakan sebagai :
untuk setiap bilangan riil (zeta)
Variabel bebas x mewakili waktu (detik) dan variabel transformasi
merupakan frekuensi (hertz).
Transformasi Fourier
menghubungkan fungsi
domain waktu f (ditampilkan
dalam warna merah)
time
Komponen-komponen
frekuensi tersebar di seluruh
spektrum frekuensi
Komponen-komponen
frekuensi tersebar di seluruh
spektrum frekuensi
Komponen-komponen
frekuensi tersebar di seluruh
spektrum frekuensi
frequency
Transformasi Fourier
time
14 day