Borrar filtros
Borrar filtros

How to decrease sample frequency?

12 visualizaciones (últimos 30 días)
Ghazal Hnr
Ghazal Hnr el 12 de Mzo. de 2017
Comentada: Sabir Sabir el 17 de Feb. de 2020
Hello, how can I decrese sample frequency?
  1 comentario
Sabir Sabir
Sabir Sabir el 17 de Feb. de 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.

Iniciar sesión para comentar.

Respuesta aceptada

Star Strider
Star Strider el 12 de Mzo. de 2017
Use the Signal Processing Toolbox resample function.
  2 comentarios
Ghazal Hnr
Ghazal Hnr el 12 de Mzo. de 2017
Thank you
Star Strider
Star Strider el 12 de Mzo. de 2017
My pleasure.

Iniciar sesión para comentar.

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by