표 2. | Table 2. 포먼트 추출 프랏 스크립트 | Praat script to get formants

selectObject: mySound
myFormant= To Formant (burg): time_step, maximum_number_of_formants, maximum_formant, window_length, preemphasis_from
...
# Get formants in Bark
selectObject: myFormant
f1Bk = Get value at time: 1, thirdInterval, "bark", "linear"
f2Bk = Get value at time: 2, thirdInterval, "bark", "linear"