pitch.toArray {rPraat}R Documentation

pitch.toArray

Description

pitch.toArray

Usage

pitch.toArray(pitch)

Arguments

pitch

Pitch object (frame format)

Value

Pitch object with frames converted to frequency and strength arrays and intensity vector

See Also

pitch.toFrame, pitch.read, pitch.plot

Examples

pitchArray <- pitch.toArray(pitch.sample())
pitchArray$t[1:10]
pitchArray$frequencyArray[, 1:10]
pitchArray$bandwidthArray[, 1:10]
pitchArray$intensityVector[1:10]

[Package rPraat version 1.3.2-1 Index]