- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Is there an optimized 1-D linear interpolation function (for Ipp64fc) similar to the Matlab "interp1()".
Thanks.
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Could you please have a look at the Intel MKL library which contains such routine available since the last two versions.