formant.toArray {rPraat} | R Documentation |
formant.toArray
Description
formant.toArray
Usage
formant.toArray(formant)
Arguments
formant |
Formant object |
Value
Formant object with frames converted to frequency and bandwidth arrays and intensity vector
See Also
Examples
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)
[Package rPraat version 1.3.2-1 Index]