functional__median_smoothing {torchaudio} | R Documentation |
Median Smoothing (functional)
Description
Apply median smoothing to the 1D tensor over the given window.
Usage
functional__median_smoothing(indices, win_length)
Arguments
indices |
(Tensor) |
win_length |
(int) |
Value
tensor
[Package torchaudio version 0.3.1 Index]