fft_upsample

版本 1.0.0.0 (2.1 KB) 作者: Ohad Gal
Upsamples a complex series to form time domain interpolation for a fixed spaced grid.
4.1K 次下载
更新时间 2003/4/2

查看许可证

One cannot interpolate a complex number in the form of Real + j*imaginary.
The only way to do interpolation is on the complex representation of an amplitude + phase. But sometimes the phase is not continuous, and given in the modulo(2*pi) representation (such as the result from the "FFT" function).

Using "unwrap" function does not always manage to restore the phase to be continuous, thus interpolation in the Fourier plane is probably the only answer.

This function works on a single or 2 dimensional arrays.

引用格式

Ohad Gal (2024). fft_upsample (https://www.mathworks.com/matlabcentral/fileexchange/3214-fft_upsample), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R12.1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Fourier Analysis and Filtering 的更多信息
致谢

启发作品: updownsample

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0