...
Sample rate converter. The output sample rate SampleRateOut = L/D*SampleRateIn, where L is the Interpolation factor and D is the Decimation factor. If the ratio of the input sample rate to the desired output sample rate is irrational, the desired output sample rate will not equal the actual output sample rate. The input block size must be an integer multiple of D. The length of the filter must be greater than L. L, D, and the optimal value for N can be calculated using the inspector.
...