FeatureSet method: concat

FeatureSet method: concat

Syntax: <feature set> concat <feature> <feature1> [<feature2> [...]]

Example: fs concat ALL A B C

One, two or more FMatrix features can be concatenated. They must all have the same type (all SVector or all FMatrix) and in the case of FMatrix the number of coefficients per frame must be equal. The new feature's sample or frame number will be the sum of all the source feature's. With the features A to C in the example all having 5 frames the feature ALL will contain 15 frames.

Optional flags: none

Related commands: cut out some samples or frames, merge coefficients together.


maier@ira.uka.de