Clear Filters
Clear Filters

How to decrease sample frequency?

12 views (last 30 days)
Hello, how can I decrese sample frequency?
  1 Comment
Sabir Sabir
Sabir Sabir on 17 Feb 2020
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.

Sign in to comment.

Accepted Answer

Star Strider
Star Strider on 12 Mar 2017
Use the Signal Processing Toolbox resample function.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!