GETPC Converts the data structure for tract configuration into a row vector
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];