How to make spline basis matrix?

15 Ansichten (letzte 30 Tage)
Sarah
Sarah am 2 Mär. 2012
Kommentiert: Servane Lunven am 29 Dez. 2020
I'm trying to find out how to make a basis matrix of natural cubic splines. That is, I have 256 knots, the integers 1:256, and I want a 256x12 matrix of 12 basis splines defined on the frequencies. What I'm looking for is the Matlab equivalent of the "ns" function in R. (<http://stat.ethz.ch/R-manual/R-devel/library/splines/html/ns.html>) Is this possible?
  1 Kommentar
Servane Lunven
Servane Lunven am 21 Dez. 2020
If you have found the answer, i would be interested !

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Matt J
Matt J am 21 Dez. 2020
Bearbeitet: Matt J am 21 Dez. 2020
Example1D.m in this File Exchange submission shows how to set up a B-spline basis matrix,
You can adapt the same example to any other basis function that you wish, although B-splines are particularly stable as compared to other spline types, so I don't know why you wouldn't use them instead.

Kategorien

Mehr zu Splines finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by