getSurprisal_matrix {soundgen} | R Documentation |
Get surprisal per matrix
Description
Internal soundgen function called by getSurprisal
.
Usage
getSurprisal_matrix(x, win, method = c("acf", "np")[1])
Arguments
x |
input matrix such as a spectrogram (columns = time, rows = frequency) |
win |
length of analysis window |
method |
acf = change in maximum autocorrelation after adding the final
point, np = nonlinear prediction (see |
[Package soundgen version 2.7.0 Index]