


NMLP2HTK(1)              USER COMMANDS                NMLP2HTK(1)



NAME
     nmlp2htk - generate MLP output labels from  HTK  coefficient
     data (multiple)

SYNOPSIS
     nmlp2htk (-w window) (-s statfile) (-X labext) (-f filelist)
     (-N nummodel) mlpmodel symbolfile network ( mlpmodel symbol-
     file ) htkfile

DESCRIPTION
     mlp2htk generates  pattern  vectors  in  a  similar  way  as
     htk2prw  but  instead of storing them in Pattern Recognition
     Workbench format, presents them directly to a  supplied  MLP
     model.   The model must have as many inputs as the window of
     coefficients requested.  The MLP model output is  stored  in
     an  HTK  label  file  using the label names specified in the
     symbols file (in same  format  as  used  for  htk2prw).  The
     labels generated are constrained by a simple transition net-
     work.  the network file is in HTK  format,  but  each  model
     output  corresponds  to a single time frame.  A dynamic pro-
     gramming procedure constructs the optimum path using a  sim-
     ple metric based on the MLP outputs.

     Options:

     -I         Identify the program name and version.

     -wwindow   Number of frames in window.  Default  1.   Output
                label is assumed to be in centre of window.

     -sstatfile Map coefficient data  using  supplied  statistics
                file (as output by the vecstat program.

     -Xlabext   Name the label file using the  input  coefficient
                filename  but  with  the  supplied new extension.
                Default action is to list on the standard output.

     -Nnummodel specify the number of mlps to run simultaneously.
                Default 1. Maximum 4.

VERSION/AUTHOR
     1.0 - Mark Huckvale

SOURCE
     /users/mark/sfs/man/../prw/mlpw.src/nmlp2htk.c










SFS                     Last change: UCL                        1



