Interpolation of a signal with Matlab Implementation

Interpolation of a signal in the time domain via zero-padding in the frequency domain.
ダウンロード: 873
更新 2016/12/11

ライセンスの表示

The present code is a Matlab function that provides an interpolation of a given signal in the time domain via zero-padding in the frequency domain. The algorithm is similar to that of the Matlab command “interpft”.
An example is given in order to clarify the usage of the function. For convenience, the input and output arguments are given in the beginning of the function.

The code is based on the theory described in:

[1] R. Lyons. Understanding Digital Signal Processing. Upper Saddle River, Prentice Hall, 2004.

引用

Hristo Zhivomirov (2024). Interpolation of a signal with Matlab Implementation (https://www.mathworks.com/matlabcentral/fileexchange/46820-interpolation-of-a-signal-with-matlab-implementation), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersInterpolation についてさらに検索
タグ タグを追加

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.0

A new version of the code has been uploaded.

1.1.0.0

The title of the submission has been changed.

1.0.0.0