functional__compute_nccf: 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)