segOpMat.h File Reference

Header file for Function to write out aligned sets of articulatory trajectory values and acoustic vectors. More...

Go to the source code of this file.

Functions

int segWriteAlignedVectors (FILE *aMatFptr, FILE *iMatFptr, SEG_STATE **stateId, int *stateSeq, SEG_SYNTAX *syn, double **spData, int sT, int eT)
 Write out aligned sets of articulatory trajectory values and acoustic vectors.


Detailed Description

Header file for Function to write out aligned sets of articulatory trajectory values and acoustic vectors.

Author:
Martin Russell School of Electronic and Electrical Engineering The University of Birmingham Edgbaston, Birmingham B15 2TT m.j.russell@bham.ac.uk
Date:
22 March 2002 30 June 2007 (Comments added by Yoshinori Shiga for doxygen)
Revision

Function Documentation

int segWriteAlignedVectors ( FILE *  aMatFptr,
FILE *  iMatFptr,
SEG_STATE **  stateId,
int *  stateSeq,
SEG_SYNTAX syn,
double **  spData,
int  sT,
int  eT 
)

Write out aligned sets of articulatory trajectory values and acoustic vectors.

This function writes the intermediate (articulatory) and acoustic vectors corresponding to an aligned utterance to different files, which can be compared with the original data for system analysis.

Parameters:
[in] aMatFptr File pointer to the acoustic feature file
[in] iMatFptr File pointer to the articulatory feature file
[in] stateId Array of state identities of the best state sequence
[in] stateSeq Best state-number sequence
[in] syn Syntax
[in] spData Feature vectors of actual speech
[in] sT Start time (frame) of the utterance
[in] eT End time (frame) of the utterance
Return values:
RTN_ERROR Memory allocation error
NO_ERROR Successfully executed
Author:
Yoshinori Shiga @ CVSSP, University of Surrey


Generated on Sun Aug 5 02:40:40 2007 for SEGRec Version 1.0 by  doxygen 1.5.1