functional__compute_nccf | R Documentation |
Compute Normalized Cross-Correlation Function (NCCF).
functional__compute_nccf(waveform, sample_rate, frame_time, freq_low)
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) |
tensor
of nccf“
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.