Home > @d_opvt > private > gettc.m

gettc

PURPOSE ^

GETPC Converts the data structure for tract configuration

SYNOPSIS ^

function tccfg = gettc(TCcfg)

DESCRIPTION ^

    GETPC Converts the data structure for tract configuration
        into a row vector

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function tccfg = gettc(TCcfg)
0002 %    GETPC Converts the data structure for tract configuration
0003 %        into a row vector
0004 
0005 % Satrajit Ghosh, SpeechLab, Boston University. (c)2001
0006 % $Header: /mnt/localhd/cvsdir/MODELLING/NEWDIVA/@d_opvt/private/gettc.m,v 1.1.1.1 2006/10/06 18:20:23 brumberg Exp $
0007 
0008 % $NoKeywords: $
0009 
0010 % Setup globals
0011 global RELEASE
0012 
0013 tccfg = [...
0014       TCcfg.rad_boundary TCcfg.wall...
0015       TCcfg.nasal_tract TCcfg.glt_boundary];

Generated on Tue 27-Mar-2007 12:06:24 by m2html © 2003