Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

1-D linear interpolation function

yassir_salamaitt_com
703 Views

Is there an optimized 1-D linear interpolation function (for Ipp64fc) similar to the Matlab "interp1()".
Thanks.

0 Kudos
3 Replies
Chao_Y_Intel
Moderator
703 Views


Hello,

IPP does not contain such similar function. do you have some background on the function usage? Maybe we can file one feature request for future version.

Thanks,

Chao

0 Kudos
Sönke_P_1
Beginner
703 Views

It seems there is still no such function. I'd also appreciate to have such high-performance 1-dimensional interpolation algorithms inside IPPS.

Typical usage for audio processing might be to interpolate from third-octave or other low-resolution values to full-sprectrum filters for FFT processing.

In general I think there are plenty of applications for interpolation. The beforementioned "interp1" from MATLAB is a frequently used function amongst signal processing folks.

Thanks for considering this in a future release!

 

0 Kudos
Gennady_F_Intel
Moderator
703 Views

Could you please have a look at the Intel MKL library which contains such routine available since the last two versions.

0 Kudos
Reply