How to decrease sample frequency?

Hello, how can I decrese sample frequency?

1 个评论

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.

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by