Downsample a signal
Name | Type | Opt | Description |
---|---|---|---|
downsampled-rate | int or float | opt | Sets the sample rate. |
int | downsampled-rate [int] |
In right inlet: Sets the sample rate used to downsample the input signal. You can specify the number of samples with floating-point values, but the downsamp~ object will sample the input at most as frequently as the current sampling rate. |
float | downsampled-rate [float] |
In right inlet: Sets the sample rate used to downsample the input signal. You can specify the number of samples with floating-point values, but the downsamp~ object will sample the input at most as frequently as the current sampling rate. |
signal | In left inlet: A signal to be downsampled. In right inlet: The rate, in samples, at which the incoming signal is to be downsampled. |