Description Usage Arguments Details Value Author(s) Examples
Auditory images, or images in short, reflect features of the sound as internal representations, in other words as brain activations so to speak. Auditory Nerve Images observations, or a derivative of them, are plotted.
1 | PlotImage(inAuditoryImage)
|
inAuditoryImage |
A object of class |
This function uses package ggplot2
for representations.
'done'
Marc Vidal.
1 2 3 4 5 | probe <- tuneR::sine(293.66, samp.rate = 22050)
s <- c(SchumannKurioseGeschichte, numeric(2205), probe@left)
ANIs <- CalcANI(s, 22050)
PPs <- PeriodicityPitch(ANIs$AuditoryNerveImage, ANIs$ANIFreq)
PlotImage(PPs)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.