Interpolating function with two important characteristics
- From: mike@xxxxxxxxxxxxxxxxxxx
- Date: 18 Oct 2005 18:07:16 GMT
Hello!
I need an interpolating function Y=Func(Array,X) with these characteristics:
1) Passes through the points
2) At least the first-derivative must be continuos
As far as I know Catmull-Rom doesn't satisfy the 2nd point, and many other spline-like functions don't satisfy the 1st point.
Ideally, a third point would be that if the array contains a repeating pattern of 0,1,0,-1 then it should produce a sinewave.
It should produce a sine-like wave also if the repeating pattern is e.g. 1,-1 or 0,.707,1,.707,0,-.707,-1,-.707
Is it even mathematically possible? Should I give up? Or what should I Google for? :P
Many thanks,
Mike
.
- Follow-Ups:
- Re: Interpolating function with two important characteristics
- From: rhnlogic@xxxxxxxxx
- Re: Interpolating function with two important characteristics
- From: Jerry Avins
- Re: Interpolating function with two important characteristics
- From: Piergiorgio Sartor
- Re: Interpolating function with two important characteristics
- From: robert bristow-johnson
- Re: Interpolating function with two important characteristics
- Prev by Date: Re: Is the output of an analog filter real or the magnitude?
- Next by Date: Re: Need advice - Generating LUT
- Previous by thread: Separable systems
- Next by thread: Re: Interpolating function with two important characteristics
- Index(es):
Relevant Pages
|