How to decrease sample frequency?

Hello, how can I decrese sample frequency?

1 Commento

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.

Accedi per commentare.

 Risposta accettata

Star Strider
Star Strider il 12 Mar 2017

0 voti

Use the Signal Processing Toolbox resample function.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by