Directory tex-archive/graphics/pstricks/contrib/vocaltract
Vocal Tract Latex package
---------------------------
by Dr. Dimitrios Ververidis
The manuscript related to this package can be found on PRACTex journal 2012/1
URL: http://dw.tug.org/pracjourn/2012-1/ververidis/ververidis.pdf
Please cite as:
"Dimitrios Ververidis, Daniel Schneider, and Joachim Koehler, "The vocal tract LATEX package," PracTeX journal, no 1, 2012."
Package tested for Miktex 2.8 and 2.9 and Matlab 7.5 under Windows
The software is licensed as FREE under APACHE 2.0 licence:
http://www.apache.org/licenses/LICENSE-2.0.html
Using the package:
--------------------
Examples
1st Example - Simple Figure from Latex compiling
-------------------------------------------------
Create a figure in PS or PDF by compiling with latex the file:
vtLatex_FigureDemo.tex
2nd Example - Animation from Latex compiling
---------------------------------------------
Create an animation in PDF by compiling with latex the file:
vtLatex_AnimationDemo.tex
3rd Example - Simple Figure or Animation compiling from Matlab
--------------------------------------------------------------
Create a simple Figure or Animation by compiling from Matlab the function
vtMainVisual.m
as
>> vtMainVisual(VocalTractVecToTime, SWPDForBMP)
where
1. "VocalTractVecToTime" is the CELL of vocal set up through time. See the codebook of german phonemes in the VocalTract.sty.
For Example
VocalTractVecToTime = ...
{[ 0.5, -2, 1 , -2 , 1, -1 , 0, 0, 0, 0], 'i' ;
[ 0.5, -2, 1 , -2 , 0, 2 , 0, 0, 0, 0], 'y(\"u)' ;
[-1 , -1, 1 , -2 , 1, -0.5, 0, 0, 0, 0], 'e' };
2. "SWPDForBMP" is the string either 'bmp' or 'pdf' to define the output format.
In case of 'bmp' the irfan view programm should be in current path.
From IrfanView two files are needed to be in current directory
1. "i_view32.exe" and
2. "/plugins/Postscript.dll"
Free download IrfanView from Irfan Skiljan, E-Mail: irfanview@gmx.net, http://www.irfanview.com
4th Example - Animation compiling from Matlab with phonemes as an input
------------------------------------------------------------------------
Create a PDF by compiling from Matlab
e.g.
>> vtQueryVisual('zats')
Files
| Name | Size | Date | Notes |
|---|---|---|---|
README |
2468 | 2012-03-13 10:54:06 | |
VocalTract.sty |
42207 | 2012-03-13 10:40:00 | |
vtLatex_AnimationDemo.tex |
1649 | 2012-03-13 09:28:20 | |
vtLatex_AnimationLauncher.tex |
1603 | 2012-03-13 10:33:34 | |
vtLatex_FigureDemo.pdf |
14325 | 2012-03-13 10:06:08 | |
vtLatex_FigureDemo.tex |
1558 | 2012-03-13 09:24:16 | |
vtLatex_FigureLauncher.tex |
1366 | 2012-03-13 09:52:28 | |
vtLatex_TimeParams.tex |
195 | 2012-03-13 10:23:06 | |
vtMAINVisual.m |
3966 | 2012-03-13 10:22:12 | |
vtQueryVisual.m |
5856 | 2012-03-13 10:14:34 |
Download the complete
contents of this directory in one zip archive
(29.3k).
vocaltract – Visualise the vocal tract using LaTeX and PStricks
The package enables the user to visualise the vocal tract. The
vocal tract (in the package) is manipulated by a vector of
articulation parameters according to the S. Maeda model.
Animation may be achieved by providing a sequence of vectors over
time (e.g., from Matlab). A sequence of vectors for certain
German phonemes is embedded in the package, which allows for
animation when no other vector is available.
The package’s graphics are produced using
pstricks.
| Documentation |
Readme Example model |
| Version | 1 |
| License | The LaTeX Project Public License |
| Maintainer | Dimitrios Ververidis |
| Contained in | TeXLive as vocaltract |
| Topics |
graphics (typesetting actual pictures) package using PStricks for graphical output |
