View source: R/modulationSpectrum_utilities.R
logWarpMS | R Documentation |
Internal soundgen function
logWarpMS(x, logWarp)
x |
a modulation spectrum: rows = FM, cols = AM |
Log-warps a modulation spectrum along time dimension
a = matrix(1:44, ncol = 11)
colnames(a) = -5:5
soundgen:::logWarpMS(a, logWarp = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.