m = matrix(1:90, nrow = 10)
colnames(m) = 1:9
soundgen:::logMatrix(m, base = 2)
soundgen:::logMatrix(m, base = 10)
soundgen:::logMatrix(m = matrix(1:9, nrow = 1), base = 2)
if (FALSE) {
s = spectrogram(soundgen(), 16000, output = 'original')
image(log(t(soundgen:::logMatrix(s, base = 2))))
}
Run the code above in your browser using DataLab