Trigonometric interpolation
The Endeavour 2024-11-05
Summary:
Suppose you want to interpolate a set of data points with a combination of sines and cosines. One way to approach this problem would be to set up a system of equations for the coefficients of the sines and cosines. If you have N data points, you will get a system of N equations in […]
The post Trigonometric interpolation first appeared on John D. Cook.