soundgen (version 1.5.0)

costJumps: Cost of jumps

Description

Internal soundgen function.

Usage

costJumps(cand1, cand2)

Arguments

cand1, cand2

two candidate pitch values

Details

Internal helper function for calculating the cost of transitions between pitch candidates. Needed for postprocessing of pitch contour - finding the optimal pitch contour.

Examples

Run this code
# NOT RUN {
a = seq(-3, 3, by = .01)
b = 1 / (1 + 10 * exp(3 - 7 * abs(a)))
plot(a, b, type = 'l')
# }

Run the code above in your browser using DataLab