Filter löschen
Filter löschen

downsample

3 Ansichten (letzte 30 Tage)
Baba
Baba am 18 Nov. 2011
is there a matlab command that will filter and downsample data?
  5 Kommentare
Baba
Baba am 21 Nov. 2011
yes, i noticed that only a chebishev I and FIR filters are available, as I understand for decimate command.
Baba
Baba am 21 Nov. 2011
yep, the only toolbox that i have is the sptool

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Honglei Chen
Honglei Chen am 18 Nov. 2011
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

Weitere Antworten (1)

Walter Roberson
Walter Roberson am 18 Nov. 2011
imresize() in the Image Processing Toolbox
  2 Kommentare
Baba
Baba am 18 Nov. 2011
unfortunately i don't have that toolbox
Walter Roberson
Walter Roberson am 18 Nov. 2011
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.

Melden Sie sich an, um zu kommentieren.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by