Skip to main content

Questions tagged [spline]

A smooth piecewise-defined curve formed by joining segments together, end-to-end. The segments are usually described by polynomial or rational functions. Splines are typically used for approximation or data fitting.

0 votes
0 answers
21 views

What is a natural cubic "B-spline"?

I recently learned that natural cubic splines are strictly distinct from natural cubic B-splines while studying spline methods. It appears that natural cubic B-splines are obtained by adding ...
TKW's user avatar
  • 1
1 vote
2 answers
34 views

Finding Basis for specific Spline Space

Let $S = \{s \in S: s'(a) = s'(b) = 0 \}$ be the spline space that holds all cubic splines with derivate at startpoint (a) and endpoint (b) =0. I want to find a basis for this vector space. I looked ...
trsommer's user avatar
  • 117
1 vote
1 answer
101 views

Motion with parabolic blends problem. Seems easy but feels impossible!

I'm trying to calculate multi segment trajectories between points in a plane where the trajectory follows a linear function, but in order to keep continuous speed and position parabolic blends are ...
Quist's user avatar
  • 11
0 votes
0 answers
20 views

Optimal knot placement for approximating this function with B-spline.

I have the following data points, which all lie along a smooth, unknown, function (it looks sigmoidal but might not be): I want to approximate it rather accurately with B-splines, either quadratic or ...
Attack68's user avatar
  • 296
0 votes
1 answer
57 views

Calculating an Inverse Matrix of a Matrix with variables

I am trying to understand a part of an article regarding quaternions spline interpolation, where the situation folded into the equation: $$ (\vec{a}\cdot\hat{e})\hat{e}+\frac{\sin\Delta\theta}{\Delta\...
BlueRevel 's user avatar
0 votes
0 answers
14 views

truncated power basis elements expressed as linear combination of bsplines

Given the truncated power series basis, e.g. the following functions: $1, x, x^2, ((x-\eta_0)^{+})^{2}, ((x-\eta_2)^+)^2, \dots ((x-\eta_{l+1})^+)^2$ there is a set of bspline-functions $s_1, \dots $ ...
P.Jo's user avatar
  • 839
0 votes
0 answers
37 views

Reducing the number of natural cubic spline interpolation points

Say we have cubic curve $\vec{C}(t)_ = (C_x(t), C_y(t), C_z(t))$ which approximates some parametric function $\vec{F}(t)$ within error less than $\epsilon$. The cubic curve is $C^2$ continuous and is ...
Donatas Šimeliūnas's user avatar
0 votes
1 answer
48 views

Why is the middle segment of a 4 points cubic spline not matching a 100 points cubic spline?

Let's say I have x0, x1, ..., x99 and y0, y1, ..., y99 ...
Jeffrey Chen's user avatar
0 votes
0 answers
59 views

How to make arithmetic function continuous?

Suppose that we have an arithmetic function $f(x)$ defined as follows: What are the methods in the literature that will make this function continuous and differentiable? However, it should be noted ...
Severus' Constant's user avatar
0 votes
1 answer
46 views

Quantifying the "curviness" of a spline

I'm developing an optimization problem that requires me to quantify the "curviness" of a spline. The spline is defined in a software library, and the only input to generate a spline with ...
brohan322's user avatar
  • 143
1 vote
1 answer
53 views

Singular Matrix with Closed B-spline Interpolation when Degree and Number of Data Points are Both Even

I have written an algorithm to perform closed B-spline interpolation on a set of $N$ data points for a given degree $p$. I first generate a cyclic, uniform knot vector, and also use uniform ...
Gary Allen's user avatar
0 votes
0 answers
128 views

B-Spline with increasing knot distance

I'm trying to approximate a function $f(x)$ on $[0, M]$ that, in some sense, begins to rapidly "vary slower" as $x$ increases, i.e. its modulus of continuity (or the variation of its ...
Alex Shtoff's user avatar
0 votes
0 answers
53 views

cubic spline interpolation - spline interval

The k function values are to be interpolated by a piecewise cubic spline. The k-1 cubic polynomials are defined on the intervals [xi,xi+1],i ∈ {1,...,k-1}. Indicate which of the following statements ...
Adelhard's user avatar
1 vote
1 answer
53 views

Defining a Quad Spherical Cube Tile as a Uniform NURBS Surface?

I am trying to create NURBS surface that perfectly fits one face of a Quadrilateralized Spherical Cube (QSC) [also called a Cobb sphere in some contexts, I believe]. I have seen some visualizations of ...
Chaosoahc's user avatar
1 vote
2 answers
90 views

Reparametrization of rational Bézier curve

I am trying to solve the following task Using rational Bézier curve find the control points and weights of one sixth of a circle $c_1$, such that $$c_1(0)=\{3,0\},c_1(1)=\{\frac{3}{2},\frac{3\sqrt{3}}{...
Weyr124's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
42