PDA

View Full Version : interloation algo


HyeeWang
04-24-2009, 01:50 AM
Hi,every one.
I read some matlab program (Voicebox - estnoisem.m)and inverse the
line to be interloation logo.
But I can not tell which kinds kind of interloation it is.

y = xi - (xi*xj)/(x-xj) * (yi-yj)/(xi-xj)
Whick kinds of interpolation is it?
Anyone can tell it? Thank you.

The refered matlab line is as follows.
% What is the priciple algo? Where it is described?
m=dmh(i,2)+(qi*qj/q-qj)*(dmh(j,2)-dmh(i,2))/(qi-qj);

Any comments would be appreciated.

Cheers
HyeeWang