Up and Down Sampling

버전 1.0.0.0 (37.1 KB) 작성자: Shahid Ali Murtza
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 CenterMATLAB Answers에서 Signal 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