formant.toArray: formant.toArray

Description Usage Arguments Value See Also Examples

View source: R/formant.R

Description

formant.toArray

Usage

1
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

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)

rPraat documentation built on Feb. 28, 2021, 1:06 a.m.