formant.toArray {rPraat} | R Documentation |
formant.toArray
formant.toArray(formant)
formant |
Formant object |
Formant object with frames converted to frequency and bandwidth arrays and intensity vector
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)