#include <gr_core_api.h>
#include <gr_block.h>
Go to the source code of this file.
Build the polyphase filterbank arbitray resampler.
- Parameters
-
rate | (float) Specifies the resampling rate to use |
taps | (vector/list of floats) The prototype filter to populate the filterbank. The taps should be generated at the filter_size sampling rate. |
filter_size | (unsigned int) The number of filters in the filter bank. This is directly related to quantization noise introduced during the resampling. Defaults to 32 filters. |