#vowlax.fdat is a track data objects of formant of the vowlax segment list
#calculate the difference between adjacent formant values
p = by(vowlax.fdat[1,2],INDICES=NULL, diff)
p
#now build a track data object out of these values
m = buildtrack(p)
m
Run the code above in your browser using DataLab