x = 0 : 0.1pi : 6pi
y(x) = sin(x) + sin(2x) + sin(3x)
The mininum sampling spacing dx = 0.1pi.
Niquist frequency = 1 / (2*dx) = 5 / pi.
fy = | fft(y - ybar) |, where ybar is mean of y.
N is the number of samples = 61.
The dominant terms in the frequency domain are at N = 4, 7, 10.
y(x) = sin(x) + sin(2x) + sin(3x)
The mininum sampling spacing dx = 0.1pi.
Niquist frequency = 1 / (2*dx) = 5 / pi.
fy = | fft(y - ybar) |, where ybar is mean of y.
N is the number of samples = 61.
The dominant terms in the frequency domain are at N = 4, 7, 10.
留言