Sampling Rate Conversion (Interpolation/Deci​mation)

The program does interpolation or decimation on a given 1-d data in an array.

이 제출물을 팔로우합니다

Given X with sampling rate Ft Hz and is used to generate another sequence Y with sampling rate Ft' Hz, then Sampling Rate ratio R is given by,

Ft'
R = ----
Ft

if R > 1, sampling process is known as interpolation
R < 1, sampling process is known as decimation

Example Usage:
t = 1:1/10:2;
X = sin (2 * pi * 10 * t) % 10 Hz sine wave
N = 3 % Interpolation/Decimation factor
Y = sample (X, N, 'UP')

인용 양식

Vallabha Hampiholi (2026). Sampling Rate Conversion (Interpolation/Decimation) (https://kr.mathworks.com/matlabcentral/fileexchange/35853-sampling-rate-conversion-interpolation-decimation), MATLAB Central File Exchange. 검색 날짜: .

일반 정보

MATLAB 릴리스 호환 정보

  • 모든 릴리스와 호환

플랫폼 호환성

  • Windows
  • macOS
  • Linux
버전 퍼블리시됨 릴리스 정보 Action
1.0.0.0