Skip to content
Toward Polymath
Go back

Fourier Transform

Incomplete article.

Fourier transform is widely used in fault diagnosis. Because of its diverse …

As a basis function, sinusoidal functions are used…

Python code of Fourier transform is as follow:

{% highlight ruby %} x_ft = fft(x_t); for i=1:6; end

{% endhighlight %}


Share this post:

Previous Post
마크다운