functional__compute_nccf {torchaudio} | R Documentation |
Normalized Cross-Correlation Function (functional)
Description
Compute Normalized Cross-Correlation Function (NCCF).
Usage
functional__compute_nccf(waveform, sample_rate, frame_time, freq_low)
Arguments
waveform |
(Tensor): Tensor of audio of dimension (..., time) |
sample_rate |
(int): sampling rate of the waveform, e.g. 44100 (Hz) |
frame_time |
(float) |
freq_low |
(float) |
Value
tensor
of nccf“
[Package torchaudio version 0.3.1 Index]