Interpolation - Fourier interpolant (i.e. trigonomentric) & Using Gauss-Legendre polynomial

2 次查看(过去 30 天)
For example, f(x) = cos(x) in [-pi,pi]
1)I want to find Fourier(trigonomentric) interpolant. Is there any built in function for this interpolation? (such as 'interp1') If not, how can I do? Please give me some useful link or hint!
2)I want to find Gauss-Legendre polynomial of degree n(specified) My note says that if I use Gauss points and weights on the interval [1,1] I can find it. But actually i even don't know about Gauss points. (So I tried in wiki, but there wasn't) Same as 1) someone can give me some useful link or hint? Surely, built in function is nice if it exists.
  2 个评论
John D'Errico
John D'Errico 2017-6-15
No, interp1 does not offer a Fourier interpolant.
You have it backwards on the Gauss-Legendre. You get nodes and weights from the polynomials.
There is a legendre function in MATLAB, that does return Legendre polynomials. Or I recall that my sympoly toolbox does have an orthpoly tool in it, that allows generation of polynomial families of all the standard types, in sympoly form.
Chaitral Date
Chaitral Date 2017-6-20
There is a function in MATLAB called as "interpft" which you can use for Fourier Interpolation. See the below link for more information,
If the above function does not serve the purpose, please let us know your used case.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 보간 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!