Hello, how can I decrese sample frequency?

1 件のコメント

Sabir Sabir
Sabir Sabir 2020 年 2 月 17 日
y = downsample(x,n) decreases the sample rate of x by keeping the first sample and then every nth sample after the first. If x is a matrix, the function treats each column as a separate sequence.

サインインしてコメントする。

 採用された回答

Star Strider
Star Strider 2017 年 3 月 12 日

0 投票

Use the Signal Processing Toolbox resample function.

2 件のコメント

Ghazal Hnr
Ghazal Hnr 2017 年 3 月 12 日
Thank you
Star Strider
Star Strider 2017 年 3 月 12 日
My pleasure.

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by