delta

fun delta(feat: FloatArray, n: Int): Array<FloatArray>

Compute delta features from a feature vector sequence.

Parameters

feat

An array of size (NUMFRAMES by number of features) containing features. Each row holds 1 feature vector.

n

For each frame, calculate delta features based on preceding and following N frames