필터 지우기
필터 지우기

Decimation factor with RESAMPLE

조회 수: 3 (최근 30일)
Jose Manuel
Jose Manuel 2014년 2월 12일
답변: Wayne King 2014년 2월 12일
In the DECIMATE's help ( http://www.mathworks.es/es/help/signal/ref/decimate.html ) says that:
-------------------------------------------------------------
Note: For better results when r is greater than 13, you should break r into its factors and call decimate several times.
-------------------------------------------------------------
I prefer to use RESAMPLE because I think it's better than DECIMATE. But in RESAMPLE's help
( http://www.mathworks.es/es/help/signal/ref/resample.html ) says nothing about if decimation factor must be less than 13 for better results.
So, can I use decimation factor with RESAMPLE greater than 13 and get good results?
Thank you,
José Manuel

답변 (1개)

Wayne King
Wayne King 2014년 2월 12일
resample uses upfirdn() under the hood, which is ultimately a MEX file implementation of a polyphase filtering of the input, so I believe you will find resample more efficient for larger factors.

카테고리

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