Up and Down Sampling

This function is for both up and down sampling of Discrete Time Signals of Type X[M*n].
ダウンロード: 736
更新 2012/9/13

ライセンスの表示

% This function is defined for both up and down sampling of
% any signal x[n]:: [y m]= udnsample(x,n,M)
% ===========================================================
% |***For Down Sampling::If downsampling factor is 2 then M=2|
% |***For Up sampling::If upsampling factor is 2 then M=1/2 |
% ============================================================
% x is the input signal and n is axis for it.
% length(x) must be equal to length(n) and
% n must contain origin i.e. n=[0 1 2 3]
% n=[-1:5] both contains 0(origin of axis).
% Regards Shahid Ali Murtza.

引用

Shahid Ali Murtza (2024). Up and Down Sampling (https://www.mathworks.com/matlabcentral/fileexchange/38159-up-and-down-sampling), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2010a
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersSignal Processing Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

udnsample/

バージョン 公開済み リリース ノート
1.0.0.0