pitch.toArray: pitch.toArray

Description Usage Arguments Value See Also Examples

View source: R/pitch.R

Description

pitch.toArray

Usage

1

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

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

bbTomas/rPraat documentation built on Dec. 26, 2021, 2:08 a.m.