galustian / Trigonometric-Interpolation

Using the Discrete Fourier Transform for trigonometric interpolation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trigonometric interpolation

Using the Discrete Fourier Transform for trigonometric interpolation. Input arguments are the values of f(t_i), where the t_i are equidistant values 2 * Pi * i / N (starting with i = 0). N is an odd number and denotes the number of t_i points.

About

Using the Discrete Fourier Transform for trigonometric interpolation.


Languages

Language:Python 100.0%