downsample

4 次查看(过去 30 天)
Baba
Baba 2011-11-18
is there a matlab command that will filter and downsample data?
  5 个评论
Baba
Baba 2011-11-21
yes, i noticed that only a chebishev I and FIR filters are available, as I understand for decimate command.
Baba
Baba 2011-11-21
yep, the only toolbox that i have is the sptool

请先登录,再进行评论。

采纳的回答

Honglei Chen
Honglei Chen 2011-11-18
There are several possibilities. You can use either upfirdn or design the filter using fdesign.decimator and then filter your signal.
doc upfirdn
doc fdesign.decimator

更多回答(1 个)

Walter Roberson
Walter Roberson 2011-11-18
imresize() in the Image Processing Toolbox
  2 个评论
Baba
Baba 2011-11-18
unfortunately i don't have that toolbox
Walter Roberson
Walter Roberson 2011-11-18
There isn't any command for it in basic MATLAB. You may be able to construct routines for it out of basic MATLAB, depending on how you want to do your filtering. For example, you could fft2, adjust the frequency matrix, then ifft2() specifying fewer points than the original had.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Multirate Signal Processing 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by