Fitting Sine Waves and Computing the Periodogram Flashcards
frequency, aliasing, the DFT, spectral density and periodogram
What is spectral analysis?
-in spectral analysis, a time series is analysed by decomposing it into sine waves of different amplitude and frequency
Spectral Analysis
Low Frequency
-slowly changing trends
Spectral Analysis
High Frequency
-rapid changes (noise)
Spectral Analysis Model
-if the data have a periodic component of known frequency, we can fit the following model:
Xt = B sin[2πf (t-to)] + μ + εt
-where:
μ is the baseline/mean
f is the frequency (in cycles per unit time)
to is the start time of one period
B is the amplitude
Spectral Analysis Model in Terms of Sine and Cosine
Xt = Acos(2πft) + Bsin(2πft) + μ + εt
-therefore only two parameters (A,B) are required per frequency
Aliasing
Definition
-two frequencies that are indistinguishable from each other are aliases of each other
Nyquist Frequency
Definition
- assume that the observations are given at times 0, Δ, 2Δ 3Δ, …
- we have a sampling frequency of 1/Δ
- the frequency f=1/2Δ is called the Nyquist frequency for the sampling frequency 1/Δ
- this is the fastest possible oscillation that can be recognised when we have a sampling frequency of 1/Δ
Nyquist Frequency
Explaination
-assume that the observations are given at times 0, Δ, 2Δ 3Δ, …
-we have a sampling frequency of 1/Δ
-a component with frequency f will be observed as:
Xk = Acos(2πfkΔ) + Bsin(2πfkΔ)
-the bigger f, the faster Xk oscillates until when f=1/2Δ, then:
Xk = A (-1)^k
-this is the fastest possible oscillation that can be recognised when we have a sampling frequency of 1/Δ
-for f>1/2Δ we only have aliases
What are Discrete Fourier Transforms?
-a method for decomposing a time series into periodic components
Fourier Frequencies
Definition
- if we have observations Xt at t=0,1,2,…,n-1
- frequencies fj = j/n are called Fourier frequencies
The Discrete Fourier Transform
Definition
-the DFT of Xo,…,Xn-1 is given by:
Xj^ = 1/√n Σ Xt exp(-2πifjt)
-sum from t=0 to t=n-1, for j=0,…,n-1
-here ^ indicates a DFT, not an estimate
Xj^ = 1/√n Σ Xt[cos(2πifjt) - isin(2πifjt)]
Inverse DFT Lemma
Σ exp(2πifjt) exp(-2πifkt)
= n, j=k or 0, else
-sum from t=0 to t=n-1
The Inverse DFT
Xt = 1/√n Σ Xj^ exp(2πifjt)
-sum from j=0 to j=n-1
Properties of the DFT
1) linearity
2) conservation of energy
3) time shifts (cyclic shift)
4) time shifts (linear shift)
Linearity of the DFT
-let Yt=cXt :
Yj^ = cXj^
-let Zt = Xt + Yt :
Zj^ = Xj^ + Yj^
Conservation of Energy with the DFT
-energy in the frequency domain equals energy in the time domain:
Σ |Xj^|² = Σ |Xt|²
-sum from j=0 to j=n-1 and t=0 to t=n-1
Cyclic Time Shifts with DFT
-can take the set of measurements {X0,X1,…,Xn-2,Xn-1} can be viewed as a cycle of measurements so you can pick any measurement as the first one
-let Y = (Xn-1,X0,…,Xn-2) :
Yj^ = exp(-2πifjt) Xj^
=>
|Yj^| = |Xj^|
Linear Time Shifts with DFT
- view the measurements as a linear line, and shift the window e.g. miss one measurement off the end and pick one up at the start
- let Z = (X-1,X0,X1,…,Xn-2) with the new measurement X-1∈R
Compare Cyclic and Linear Shift
||Y^-Z^|| = |Xn-1 - X-1|
-therefore the relative difference between Y^ and Z^ goes to zero as n->∞
Spectral Density
Definition
-the function I : [0,1] -> [0,∞) with:
I(fj) = |Xj|²
-is called the spectral density of X
-the spectral density I(fj) is a measurement of how strongly the frequency fj is represented in the data
Periodogram
Definition
-plot of the spectral density I(fj) against fj
How many frequencies are needed?
-for real data {Xt}, we have: Xn-j^ = Xj^* -where * indicates a complex conjugate -so only half the frequencies are needed -this is expected since fj fj=j/n is greater than the Nyquist frequency for j>n/2
Xo^ in terms of X~
-let X~ be the mean of {Xt}, then:
Xo^ = X~√n
Xn/2^ when n is even
Xn/2^ = Xn-n/2^* = Xn/2^* so they must be real numbers