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 (2026). fft_upsample (https://jp.mathworks.com/matlabcentral/fileexchange/3214-fft_upsample), MATLAB Central File Exchange. 取得日: .
MATLAB リリースの互換性
作成:
R12.1
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linuxカテゴリ
Help Center および MATLAB Answers で Fourier Analysis and Filtering についてさらに検索
タグ
謝辞
ヒントを与えたファイル: updownsample
| バージョン | 公開済み | リリース ノート | |
|---|---|---|---|
| 1.0.0.0 |
