Description Usage Arguments Value See Also Examples
formant.toArray
1 | formant.toArray(formant)
|
formant |
Formant object |
Formant object with frames converted to frequency and bandwidth arrays and intensity vector
1 2 3 4 5 6 7 8 9 | formantArray <- formant.toArray(formant.sample())
formantArray$t[1:10]
formantArray$frequencyArray[, 1:10]
formantArray$bandwidthArray[, 1:10]
formantArray$intensityVector[1:10]
## Not run:
plot(formantArray$t, formantArray$frequencyArray[1, ]) # draw 1st formant track
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.