Re: Circular interpolation



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
.



Relevant Pages

  • Re: Circular interpolation
    ... I will note that this is not a true circle however, ... using a city block norm. ... But I only know the four non zeros in the matrix. ... interpolation between for example Mand M. ...
    (comp.soft-sys.matlab)
  • Re: zero-pad as an interpolation in frequency domain?
    ... equation to show that zero-padding is simply an interpolation in ... interpolation operator. ... you have q additional equidistantly spaced coefficients ... If you don't pad with q*N zeros the original spectrum ...
    (comp.dsp)
  • Re: Zero padding the frequency spectrum
    ... As far as I have understood the FFT, it is sometimes beneficial to pad ... the time-signal with zeros to achieve an increased "resolution" (I know ... with zeros to make it 1024 samples long. ... fastest interpolation, but undoubtfully the ...
    (comp.dsp)
  • Re: Non-integer resampling ratio madness (was Re: Help for sampling rate converter)
    ... Once you notice that most of the memory is filled with zeros, ... best you can do are rational approximations. ... sampling rate conversion), but never zero. ... changing positions of the interpolation locations. ...
    (comp.dsp)
  • Re: zeropadding and fft in matlab
    ... When you want to interpolate in the time domain, ... Be aware where you introduce the zeros. ... As far as I understand the fft, ... is interpolation of a signal in the ...
    (comp.soft-sys.matlab)