Re: Circular interpolation
- From: "Thomas Zimmer" <thomas_zimmer@xxxxxxxx>
- Date: Fri, 10 Mar 2006 05:53:01 -0500
John D'Errico wrote:
Are you looking for a function of (r,theta) that can
predict a value at any point, given information at only
those 4 angles?
Yes I think so.
Another example because its hard for me to explain it on english.
You have a Matrix like this:
0 0 1 0 0
0 0 0 0 0
2 0 0 0 2
0 0 0 0 0
0 0 1 0 0
Points that are on my circle:
M(1,3)
M(2,2) M(2,4)
M(3,1) M(3,5)
M(4,2) M(4,4)
M(5,3)
But I only know the four non zeros in the matrix.
So I woud like to get those zeros that are on the circle by
interpolation between for example M(1,3) and M(3,1).
M(2,2) would be 1.5
So in this example the Matrix should be like this after interpolation
0 0 1 0 0
0 1.5 0 1.5 0
2 0 0 0 2
0 1.5 0 1.5 0
0 0 1 0 0
.
- Follow-Ups:
- Re: Circular interpolation
- From: John D'Errico
- Re: Circular interpolation
- References:
- Circular interpolation
- From: Thomas Zimmer
- Re: Circular interpolation
- From: John D'Errico
- Re: Circular interpolation
- From: Thomas Zimmer
- Re: Circular interpolation
- From: John D'Errico
- Circular interpolation
- Prev by Date: training large neural network
- Next by Date: Re: How to write white space into file
- Previous by thread: Re: Circular interpolation
- Next by thread: Re: Circular interpolation
- Index(es):
Relevant Pages
|