現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
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://jp.mathworks.com/matlabcentral/fileexchange/35853-sampling-rate-conversion-interpolation-decimation), MATLAB Central File Exchange. に取得済み.
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
