Cubic Spline Interpolation Tutorial

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
35 replies · 114K views
I was just browsing for related blog posts for my project research and I happened to

discover yours. Thanks for the excellent information!
---------------------
Watch TV Online
 
Mathematics news on Phys.org
Hello,
Thank you for this excellent tutorial!

I've now implemented cubic splines in C++ and shared the result on my website should anyone want a reference C++ implementation...

http://www.marcusbannerman.co.uk/index.php/home/latestarticles/42-articles/96-cubic-spline-class.html"

Marcus
 
Last edited by a moderator:
toastedcrumpets said:
Hello,
Thank you for this excellent tutorial!

I've now implemented cubic splines in C++ and shared the result on my website should anyone want a reference C++ implementation...

http://www.marcusbannerman.co.uk/index.php/home/latestarticles/42-articles/96-cubic-spline-class.html"

Marcus

Thanks for the acknowledgment on your website!
 
Last edited by a moderator:
Excellent tutorial.

Somebody knows the formula to calulate the 95%CI for the spline?
Thank you for your help.
 
Hi,
I want the verilog or VHDL coding for performing cubic spline interpolation used in biomedical EMD processor
 
I have a project:
The goal is to create a curve interpolation tool that functions the same as the spline sketch
tool in Pro/E. The input is a set of data points. The output is a cubic C2 B-spline curve.
I have to do it in MATLAB. I am very new to this subject and do not have much idea about it.
Can anyone help me with this project. Like suggesting me how and where I should start? I have only 15 days to complete this project.
Thanks.