Description Usage Arguments Details Value See Also Examples
Interpolates PitchTier contour in given time instances.
1 |
pt |
PitchTier object |
t |
vector of time instances of interest |
a) If t < min(pt$t)
(or t > max(pt$t)
), returns the first (or the last) value of pt$f
.
b) If t
is existing point in pt$t
, returns the respective pt$f
.
c) If t
is between two existing points, returns linear interpolation of these two points.
PitchTier object
pt.getPointIndexNearestTime
, pt.read
, pt.write
, pt.plot
, pt.Hz2ST
, pt.cut
, pt.cut0
, pt.legendre
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.