Image
Previous | Next --- Slide 34 of 55
Back to Lecture Thumbnails
Image
dshernan

Instead of polynomial functions, could we instead use piecewise transformations of the sine and cosine functions?

Image
kkzhang

Would this interpolation technique not have aliasing issues? Or not, since we are defining the "samples?"

Image
ScreenTime

Does each interval have the same degree? Could we create something where each interval have different degrees?

Image
dab

Why do we have the same coefficient i here for a given polynomial? Can't each term in the polynomial have different coefficients, and thus subscripted by j instead?

Image
bobzhangyc

What is the degree here?

Image
Concurrensee

Instead of these complex math interpolation, is there a chance to introduce AI interpolation?

Image
spookyspider

Is spline somewhat connected to bezier? The way it estimates curves reminds me of bezier.

Image
corgo

So are knots the connecting points between the piecewise functions?

Image
siamese

Is there a similar concept of "splines" for other types of functions (not polynomial)?