| Value | Meaning |
|---|---|
| Nearest0 | Duplicates the samples when upsampling and drops when downsampling |
| Linear1 | Uses linear interpolation to reconstruct missing samples and averaging to downsample |
| Cubic2 | Uses cubic interpolation |
| BlackmanNuttall3 | Uses Blackman-Nuttall windowed sinc interpolation |
| Kaiser4 | Uses Kaiser windowed sinc interpolation |
Different subsampling and upsampling methods