Learn R Programming

rPraat (version 1.3.2-1)

formant.toArray: 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

formant.read, formant.plot

Examples

Run this code
# NOT RUN {
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
# }

Run the code above in your browser using DataLab