Praat logo

PraatR:

An architecture for controlling the phonetics software "Praat" with the R programming language

R logo

List of commands supported in PraatR

The following is a list of the 2163 unique object-command combinations that are currently supported in PraatR. This database was built based on Praat version 5.3.50 (circa 5/15/2013). The overall page is structured around the 100 currently supported object classes, in alphabetical order. These are all listed at the top of the page in a table of contents that will let you jump to a specific section of interest.

Inside the section for each object class, a table is given listing all of the different commands that can be applied to an object of that class. This table has four columns:

  1. The leftmost column (without a header) indicates that command's classification as a Create, Modify, Play, or Query command. (See the Usage Tutorial for details.)
  2. The 'command' column lists the text that should be provided in the command argument to the praat() function.
    • Make sure to double-check whether the command's name ends with an ellipsis ("...") since, for example, To Pitch... and To Pitch are treated as entirely different commands.
  3. The 'arguments' column includes an example of the general format of what you should set arguments to for that command. In most cases, the example values shown represent Praat's defaults for that command.
    • Remember that (as mentioned in the Usage Tutorial) an empty character string ("") cannot be used for any component of the argument list() in the current version of PraatR.
    • A blank cell means that that command requires no arguments. In such cases, just omit arguments from the call to praat().
    • To figure out what arguments need to be provided in what order, check the pop-up menu for that function inside Praat and/or the documentation in the official Praat manual. You may also find it useful to use the history tracker in Praat - by hitting Control/Command+H in a Praat script window.
  4. The 'filetype' column lists the additional 'special' file types you can save the output as (beyond the standard three formats: text, short text / short, and binary). Note that this is only relevant for 'Create' or 'Modify' commands.
    • For example, when using command="Down to Table..." on a TextGrid, you can specify filetype="comma-separated".
    • The shorthand label "(Sound formats)" means you can save in any of the following 17 formats (with each's typical file extension listed in parentheses): WAV (.wav), AIFF (.aiff), AIFC (.aifc), Next/Sun (.au), NIST (.nist), FLAC (.flac), Kay sound (.kay), 24-bit WAV (.wav), 32-bit WAV (.wav), raw 8-bit signed (.8sig), raw 8-bit unsigned (.8uns), raw 16-bit big-endian (.16be), raw 16-bit little-endian (.16le), raw 24-bit big-endian (.24be), raw 24-bit little-endian (.24le), raw 32-bit big-endian (.32be), raw 32-bit little-endian (.32le). (Type out the full name listed in typewriter font as-is, including all spaces/punctuation/capitalization.)
    • Note that PraatR is currently unable to read in many of the special export formats as input. Thus, this 'special file type' functionality is primarily intended for interfacing the output with other programs.

Activation

AffineTransform

AmplitudeTier

Artword

BarkFilter

Categories

CCA

Cepstrogram

Cepstrum

ChebyshevSeries

ClassificationTable

Cochleagram

Configuration

Confusion

ContingencyTable

Correlation

Covariance

CrossCorrelationTable

CrossCorrelationTables

Diagonalizer

Discriminant

Dissimilarity

Distance

Distributions

DTW

DurationTier

EditCostsTable

EditDistanceTable

EEG

ERP

ERPTier

Excitation

Excitations

ExperimentMFC

FFNet

FileInMemory

FilesInMemory

Formant

FormantFilter

FormantGrid

FormantTier

GaussianMixture

Harmonicity

HMM

HMM_ObservationSequence

HMM_StateSequence

Intensity

IntensityTier

IntervalTier

ISpline

KlattGrid

KlattTable

KNN

LegendreSeries

LFCC

LongSound

LPC

Ltas

Manipulation

Matrix

MelFilter

MFCC

MixingMatrix

MSpline

Network

OTGrammar

PairDistribution

Pattern

PCA

Permutation

Pitch

PitchTier

PointProcess

Polygon

Polynomial

Procrustes

ResultsMFC

Roots

Salience

ScalarProduct

Similarity

Sound

Spectrogram

Spectrum

SpectrumTier

SpeechSynthesizer

SpellingChecker

SSCP

Strings

StringsIndex

SVD

Table

TableOfReal

TextGrid

TextTier

Transition

VocalTract

VocalTractTier

Weight

WordList

Activation

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
ModifyFormula...list("self")

Back to top

AffineTransform

commandargumentsfiletype
CreateInvert
QueryGet translation element...list(1)
Get transformation element...list(1, 1)

Back to top

AmplitudeTier

commandargumentsfiletype
CreateTo IntensityTier...list(-10000)
Down to PointProcess
To Sound (pulse train)...list(44100, 2000)(Sound formats)
Down to TableOfRealheaderless spreadsheet
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Remove point...list(1)
Remove point near...list(0.5)
Remove points between...list(0, 1)
Add point...list(0.5, 0.8)
Formula...list("- self")
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get shimmer (local)...list(0.0001, 0.02, 1.6)
Get shimmer (local_dB)...list(0.0001, 0.02, 1.6)
Get shimmer (apq3)...list(0.0001, 0.02, 1.6)
Get shimmer (apq5)...list(0.0001, 0.02, 1.6)
Get shimmer (apq11)...list(0.0001, 0.02, 1.6)
Get shimmer (dda)...list(0.0001, 0.02, 1.6)

Back to top

Artword

commandargumentsfiletype
CreateTo Art (slice)...list(0)
ModifySet target...list(0, 0, "Lungs")
QueryGet target...list(0, "Lungs")

Back to top

BarkFilter

commandargumentsfiletype
CreateTo Intensity
To Matrixheaderless spreadsheet,
matrix text
ModifyEqualize intensities...list(80)
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get time from column...list(1)
Get lowest frequency
Get highest frequency
Get number of frequencies
Get frequency distance
Get frequency from row...list(1)
Get value in cell...list(0.5, 1)
Get frequency in Hertz...list(10, "Bark")
Get frequency in Bark...list(93.17, "Hertz")
Get frequency in mel...list(1000, "Hertz")

Back to top

Categories

commandargumentsfiletype
CreateTo unique Categories
Permute items
To Stringsraw text
ModifyAppend 1 category...list("CategoryName")
Sort
QueryGet number of categories
Get entropy

Back to top

CCA

commandargumentsfiletype
QueryGet number of correlations
Get correlation...list(1)
Get eigenvector element...list("y", 1, 1)
Get zero correlation probability...list(1)

Back to top

Cepstrogram

commandargumentsfiletype
CreateSmooth...list(0.01, 0.0005)
To Cepstrum (slice)...list(0.1)
To Matrixheaderless spreadsheet,
matrix text
To Table (peak prominence)...list(60, 330, "Cubic", 0.001, 0, "Robust")comma-separated,
tab-separated
QueryGet CPPS...list(0.01, 0.0005, 60, 330, "Cubic", 0.001, 0, "Robust")

Back to top

Cepstrum

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
ModifyFormula...list("self")
QueryGet peak...list(60, 333.3, "Cubic")
Get quefrency of peak...list(60, 333.3, "Cubic")
Get peak prominence...list(60, 333.3, "Cubic", 0.001, 0, "Robust")

Back to top

ChebyshevSeries

commandargumentsfiletype
CreateTo Polynomial
ModifySet domain...list(0, 2)
Set coefficient...list(1, 0)
QueryGet number of coefficients
Get coefficient...list(1)
Get degree
Get value...list(0)
Get minimum...list(0, 0)
Get x of minimum...list(0, 0)
Get maximum...list(0, 0)
Get x of maximum...list(0, 0)

Back to top

ClassificationTable

commandargumentsfiletype
CreateTo Confusionheaderless spreadsheet
To Correlation (columns)headerless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Strings (max. prob.)raw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 1)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)

Back to top

Cochleagram

commandargumentsfiletype
CreateTo Excitation (slice)...list(0)
To Matrixheaderless spreadsheet,
matrix text
ModifyFormula...list("self")

Back to top

Configuration

commandargumentsfiletype
CreateTo Configuration (varimax)...list("yes", "no", 50, 1e-006)headerless spreadsheet
To Distanceheaderless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To Similarity (cc)headerless spreadsheet
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Randomizeheaderless spreadsheet
Centralizeheaderless spreadsheet
Rotate...list(1, 2, 60)headerless spreadsheet
Rotate (pc)headerless spreadsheet
Invert dimension...list(1)headerless spreadsheet
Normalize...list(0, "yes")headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm

Back to top

Confusion

commandargumentsfiletype
CreateSumheaderless spreadsheet
Appendheaderless spreadsheet
Group...list("u i", "high", 0)headerless spreadsheet
Group stimuli...list("u i", "high", 0)headerless spreadsheet
Group responses...list("a i", "front", 0)headerless spreadsheet
To ContingencyTableheaderless spreadsheet
To Dissimilarity (pdf)...list(0.5)headerless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To Similarity...list("yes", "No symmetrization")headerless spreadsheet
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
To TableOfReal (marginals)headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Increase...list("u", "i")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get value (labels)...list("u", "i")
Get fraction correct
Get stimulus sum...list("u")
Get response sum...list("u")
Get grand sum

Back to top

ContingencyTable

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 3 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
To Configuration (ca)...list(2, "Row points and column points symmetric")headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get chi squared probability
Get Cramer's statistic
Get contingency coefficient

Back to top

Correlation

commandargumentsfiletype
CreateTo Configuration...list(2)headerless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To PCA
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 3 = 0")headerless spreadsheet
Extract centroidheaderless spreadsheet
To TableOfRealheaderless spreadsheet
Confidence intervals...list(0.95, 0, "Ruben")headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get number of observations
Get degrees of freedom
Get centroid element...list(1)
Get ln(determinant)
Get diagonality (bartlett)...list(1)

Back to top

Covariance

commandargumentsfiletype
CreateTo Configuration...list(2)headerless spreadsheet
To Correlationheaderless spreadsheet
Appendheaderless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To PCA
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
Extract centroidheaderless spreadsheet
To TableOfRealheaderless spreadsheet
To TableOfReal (random sampling)...list(0)headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 1)headerless spreadsheet
Set centroid...list(1, 1)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get probability at position...list("10.0 20.0")
Get number of observations
Get degrees of freedom
Get centroid element...list(1)
Get ln(determinant)
Get diagonality (bartlett)...list(1)
Get significance of one mean...list(1, 0)
Get significance of means difference...list(1, 2, 0, "yes", "yes")
Get significance of one variance...list(1, 0)
Get significance of variances ratio...list(1, 2, 1)
Get fraction variance...list(1, 1)

Back to top

CrossCorrelationTable

commandargumentsfiletype
CreateAppendheaderless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To TableOfRealheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 1)headerless spreadsheet
Set centroid...list(1, 1)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)

Back to top

CrossCorrelationTables

commandargumentsfiletype
CreateExtract CrossCorrelationTable...list(1)headerless spreadsheet
To Diagonalizer...list(100, 0.001, "ffdiag")headerless spreadsheet
QueryGet diagonality measure...list(1, 100)

Back to top

Diagonalizer

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
To MixingMatrixheaderless spreadsheet
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
To TableOfReal (cross-correlations)...list("Rows", "no", "no")headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 1)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)

Back to top

Discriminant

commandargumentsfiletype
CreateExtract pooled within-groups SSCP
Extract within-group SSCP...list(1)
Extract between-groups SSCP
Extract group labelsraw text
Extract group centroidsheaderless spreadsheet
Extract group standard deviationsheaderless spreadsheet
ModifyInvert eigenvector...list(1)
Align eigenvectors
QueryGet eigenvalue...list(1)
Get sum of eigenvalues...list(0, 0)
Get number of eigenvectors
Get eigenvector dimension
Get eigenvector element...list(1, 1)
Get number of functions
Get dimension of functions
Get number of groups
Get number of observations...list(0)
Get Wilks lambda...list(1)
Get cumulative contribution of components...list(1, 1)
Get partial discrimination probability...list(1)
Report equality of covariance matrices
Get sigma ellipse area...list("", 1, "yes", 1, 2)
Get confidence ellipse area...list("", 0.95, "yes", 1, 2)
Get ln(determinant_group)...list("")
Get ln(determinant_total)

Back to top

Dissimilarity

commandargumentsfiletype
CreateTo Configuration (monotone mds)...list(2, "Primary approach", 1e-005, 50, 1)headerless spreadsheet
To Configuration (i-spline mds)...list(2, 1, 1, 1e-005, 50, 1)headerless spreadsheet
To Configuration (interval mds)...list(2, 1e-005, 50, 1)headerless spreadsheet
To Configuration (ratio mds)...list(2, 1e-005, 50, 1)headerless spreadsheet
To Configuration (absolute mds)...list(2, 1e-005, 50, 1)headerless spreadsheet
To Configuration (kruskal)...list(2, 2, "Primary approach", "Formula1", 1e-005, 50, 1)headerless spreadsheet
Appendheaderless spreadsheet
To Distance...list("yes")headerless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
To Weightheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 1)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm
Get additive constant

Back to top

Distance

commandargumentsfiletype
CreateTo Configuration (indscale)...list(2, "yes", "no")headerless spreadsheet
To Configuration (ytl)...list(2, "yes", 1e-5, 100, 1)headerless spreadsheet
To Dissimilarityheaderless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To ScalarProduct...list("yes")headerless spreadsheet
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 3 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm

Back to top

Distributions

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Strings...list(1, 1000)raw text
To Strings (exact)...list(1)raw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 3 = 0")headerless spreadsheet
To Transition...list(1, "yes")
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get probability (label)...list(1, "")

Back to top

DTW

commandargumentsfiletype
CreateSwap axes
To Matrix (distances)headerless spreadsheet,
matrix text
To Matrix (cumm. distances)...list(0.05, "no restriction")headerless spreadsheet,
matrix text
To Polygon...list(0.1, "no restriction")
ModifyFormula (distances)...list("self")
Set distance value...list(0.1, 0.1, 0)
Find path (band & slope)...list(0.05, "no restriction")
QueryGet start time (x)
Get end time (x)
Get total duration (x)
Get start time (y)
Get end time (y)
Get total duration (y)
Get number of frames (x)
Get time step (x)
Get time from frame number (x)...list(1)
Get frame number from time (x)...list(0.1)
Get number of frames (y)
Get time step (y)
Get time from frame number (y)...list(1)
Get frame number from time (y)...list(0.1)
Get y time from x time...list(0)
Get x time from y time...list(0)
Get maximum consecutive steps...list("X")
Get distance value...list(0.1, 0.1)
Get minimum distance
Get maximum distance
Get distance (weighted)

Back to top

DurationTier

commandargumentsfiletype
CreateDown to PointProcess
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Remove point...list(1)
Remove point near...list(0.5)
Remove points between...list(0, 1)
Add point...list(0.5, 1.5)
Formula...list("self * 1.5")
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get target duration...list(0, 1)

Back to top

EditCostsTable

commandargumentsfiletype
CreateTo TableOfRealheaderless spreadsheet
ModifySet target symbol (index)...list(1, "a")
Set source symbol (index)...list(1, "a")
Set insertion costs...list("", 2)
Set deletion costs...list("", 2)
Set substitution costs...list("a i u", "a i u", 2)
Set costs (others)...list(1, 1, 0, 2)
QueryGet target index...list("")
Get source index...list("")
Get insertion cost...list("")
Get deletion cost...list("")
Get substitution cost...list("", "")
Get cost (others)...list("Insertion")

Back to top

EditDistanceTable

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 1 = 0")headerless spreadsheet
Extract row labels as Stringsheaderless spreadsheet
Extract column labels as Stringsheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set default costs...list(1, 1, 2)headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)

Back to top

EEG

commandargumentsfiletype
CreateExtract channel...list("Cz")
Extract part...list(0, 1, "no")
To ERPTier...list(-0.11, 0.39, 8)
To PCA...list(0, 10, "1:64", "Covariance")
To Sound (frequency shifted)...list(1, 100, 11025, 0.99)(Sound formats)
Extract waveforms as Sound(Sound formats)
Extract marks as TextGridchronological text
ModifySet channel name...list(1, "BLA")
Edit external electrode names...list("EXG1", "EXG2", "EXG3", "EXG4", "EXG5", "EXG6", "EXG7", "EXG8")
Subtract reference...list("MASL", "MASR")
Subtract mean channel...list(1, 32)
Detrend
Filter...list(1, 0.5, 25, 12.5, "yes")
Set channel to zero...list("Iz")
QueryGet channel name...list(1)
Get channel number...list("Cz")

Back to top

ERP

commandargumentsfiletype
CreateDown to Sound(Sound formats)
Extract one channel as Sound...list("A6")(Sound formats)
Down to Table...list("no", "yes", 6, 12, "volt")comma-separated,
tab-separated
ModifyFormula...list("self")
Formula (part)...list(0, 0, 1, 2, "2 * self")
QueryGet channel name...list(1)
Get channel number...list("Cz")
Get minimum...list("Cz", 0, 0, "Sinc70")
Get time of minimum...list("Cz", 0, 0, "Sinc70")
Get maximum...list("Cz", 0, 0, "Sinc70")
Get time of maximum...list("Cz", 0, 0, "Sinc70")
Get mean...list("Cz", 0, 0)

Back to top

ERPTier

commandargumentsfiletype
CreateExtract ERP...list(1)
To ERP (mean)
ModifySubtract baseline...list(-0.11, 0)
Reject artefacts...list(7.5e-005)
Remove events between...list(0, 1)
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get channel name...list(1)
Get channel number...list("Cz")
Get mean...list(1, "Cz", 0, 0)

Back to top

Excitation

commandargumentsfiletype
CreateTo Excitations
To Formant...list(20)
To Matrixheaderless spreadsheet,
matrix text
ModifyFormula...list("self")
QueryGet loudness

Back to top

Excitations

commandargumentsfiletype
CreateExtract Excitation...list(1)
To Pattern...list(1)
To TableOfRealheaderless spreadsheet
ModifyFormula...list("self")

Back to top

ExperimentMFC

commandargumentsfiletype
CreateExtract results

Back to top

FFNet

commandargumentsfiletype
CreateExtract weights...list(1)headerless spreadsheet
ModifySet weight...list(1, 1, 1, 0)
Set bias...list(1, 1, 0)
Reset...list(0.1)
Select biases...list(1)
Select all weights
QueryGet output unit of category...list("u")
Get category of output unit...list(1)
Get number of outputs
Get number of hidden units...list(1)
Get number of inputs
Get number of hidden weights...list(1)
Get number of output weights
Get bias...list(1, 1)
Get weight...list(1, 1, 1)
Get minimum

Back to top

FileInMemory

commandargumentsfiletype
ModifySet id...list("New id")
QueryShow as code...list("example", 20)

Back to top

FilesInMemory

commandargumentsfiletype
CreateTo Strings (id)raw text
QueryShow as code...list("example", 20)
Show one file as code...list(1, "example", 20)

Back to top

Formant

commandargumentsfiletype
CreateTrack...list(3, 550, 1650, 2750, 3850, 4950, 1, 1, 1)
Down to FormantGrid
To LPC...list(16000)
To Matrix...list(1)headerless spreadsheet,
matrix text
Down to Table...list("no", "yes", 6, "no", 3, "yes", 3, "yes")comma-separated,
tab-separated
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Sort
Formula (frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (bandwidths)...list("self / 2")
Formula...list(0, 0, 1, 5, "if row mod 2 = 1 and self[row,col]/self[row+1,col] < 5 then 0 else self fi")
QueryList...list("no", "yes", 6, "no", 3, "yes", 3, "yes")
Get start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get number of formants...list(1)
Get minimum number of formants
Get maximum number of formants
Get value at time...list(1, 0.5, "Hertz", "Linear")
Get bandwidth at time...list(1, 0.5, "Hertz", "Linear")
Get minimum...list(1, 0, 0, "Hertz", "Parabolic")
Get time of minimum...list(1, 0, 0, "Hertz", "Parabolic")
Get maximum...list(1, 0, 0, "Hertz", "Parabolic")
Get time of maximum...list(1, 0, 0, "Hertz", "Parabolic")
Get quantile...list(1, 0, 0, "Hertz", 0.5)
Get quantile of bandwidth...list(1, 0, 0, "Hertz", 0.5)
Get mean...list(1, 0, 0, "Hertz")
Get standard deviation...list(1, 0, 0, "Hertz")

Back to top

FormantFilter

commandargumentsfiletype
CreateTo Intensity
To Matrixheaderless spreadsheet,
matrix text
ModifyEqualize intensities...list(80)
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get time from column...list(1)
Get lowest frequency
Get highest frequency
Get number of frequencies
Get frequency distance
Get frequency from row...list(1)
Get value in cell...list(0.5, 1)
Get frequency in Hertz...list(10, "Bark")
Get frequency in Bark...list(93.17, "Hertz")
Get frequency in mel...list(1000, "Hertz")

Back to top

FormantGrid

commandargumentsfiletype
CreateTo Formant...list(0.01, 0.1)
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Formula (frequencies)...list("if row = 2 then self + 200 else self fi")
Add formant point...list(1, 0.5, 550)
Add bandwidth point...list(1, 0.5, 100)
Remove formant points between...list(1, 0.3, 0.7)
Remove bandwidth points between...list(1, 0.3, 0.7)

Back to top

FormantTier

commandargumentsfiletype
CreateDown to TableOfReal...list("yes", "no")headerless spreadsheet
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Remove point...list(1)
Remove point near...list(0.5)
Remove points between...list(0, 1)
Add point...list(0.5, "500 50 1500 100 2500 150 3500 200 4500 300")
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get value at time...list(1, 0.5)
Get bandwidth at time...list(1, 0.5)

Back to top

GaussianMixture

commandargumentsfiletype
CreateExtract component...list(1)headerless spreadsheet
To Covariance (between)headerless spreadsheet
To Covariance (within)headerless spreadsheet
To Covariance (total)headerless spreadsheet
To PCA
Extract mixing probabilitiesheaderless spreadsheet
Extract centroidsheaderless spreadsheet
To TableOfReal (random sampling)...list(100)headerless spreadsheet
ModifySplit component...list(1)
QueryGet number of components
Get dimension of component
Get probability at position...list("100.0 300.0")

Back to top

Harmonicity

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Formula...list("self")
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get value at time...list(0.5, "Cubic")
Get value in frame...list(10)
Get minimum...list(0, 0, "Parabolic")
Get time of minimum...list(0, 0, "Parabolic")
Get maximum...list(0, 0, "Parabolic")
Get time of maximum...list(0, 0, "Parabolic")
Get mean...list(0, 0)
Get standard deviation...list(0, 0)

Back to top

HMM

commandargumentsfiletype
CreateTo HMM_ObservationSequence...list(0, 20)
Extract transition probabilitiesheaderless spreadsheet
Extract emission probabilitiesheaderless spreadsheet
ModifySet transition probabilities...list(1, "0.1 0.9")
Set emission probabilities...list(1, "0.1 0.7 0.2")
Set start probabilities...list("0.1 0.9")
QueryGet transition probability...list(1, 1)
Get emission probability...list(1, 1)
Get start probability...list(1)
Get p (time, state)...list(10, 1)
Get p (time, state, symbol)...list(10, 1, 1)
Get probability staying in state...list(1, 2)
Get expected duration in state...list(1)
Get state label...list(1)
Get symbol label...list(1)

Back to top

HMM_ObservationSequence

commandargumentsfiletype
CreateTo HMM...list(2, "no")
To Stringsraw text
To TableOfReal (bigrams)...list("yes")headerless spreadsheet

Back to top

HMM_StateSequence

commandargumentsfiletype
CreateTo Stringsraw text
To TableOfReal (bigrams)...list("yes")headerless spreadsheet

Back to top

Intensity

commandargumentsfiletype
CreateTo IntensityTier (peaks)
To IntensityTier (valleys)
Down to IntensityTier
Down to Matrixheaderless spreadsheet,
matrix text
To TextGrid (silences)...list(-25, 0.1, 0.05, "silent", "sounding")chronological text
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Formula...list("0")
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get value at time...list(0.5, "Cubic")
Get value in frame...list(10)
Get minimum...list(0, 0, "Parabolic")
Get time of minimum...list(0, 0, "Parabolic")
Get maximum...list(0, 0, "Parabolic")
Get time of maximum...list(0, 0, "Parabolic")
Get quantile...list(0, 0, 0.5)
Get mean...list(0, 0, "energy")
Get standard deviation...list(0, 0)

Back to top

IntensityTier

commandargumentsfiletype
CreateTo AmplitudeTier
Down to PointProcess
Down to TableOfRealheaderless spreadsheet
To TextGrid (silences)...list(-25, 0.1, 0.05, "silent", "sounding", 0.001)chronological text
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Remove point...list(1)
Remove point near...list(0.5)
Remove points between...list(0, 1)
Add point...list(0.5, 75)
Formula...list("self + 3.0")
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get value at time...list(0.5)
Get value at index...list(10)

Back to top

IntervalTier

commandargumentsfiletype
CreateGet starting points...list("")
Get centre points...list("")
Get end points...list("")
Down to TableOfReal (any)headerless spreadsheet
Down to TableOfReal...list("")headerless spreadsheet
Into TextGridchronological text

Back to top

ISpline

commandargumentsfiletype
CreateScale x...list(-1, 1)
ModifySet domain...list(0, 2)
Set coefficient...list(1, 0)
QueryGet number of coefficients
Get coefficient...list(1)
Get degree
Get order
Get value...list(0)
Get minimum...list(0, 0)
Get x of minimum...list(0, 0)
Get maximum...list(0, 0)
Get x of maximum...list(0, 0)

Back to top

KlattGrid

commandargumentsfiletype
CreateExtract oral formant grid
Extract formant grid (open phases)...list(0.1)
Extract nasal formant grid
Extract nasal antiformant grid
Extract delta formant grid
Extract tracheal formant grid
Extract tracheal antiformant grid
Extract frication formant grid
Extract voicing amplitude tier
Extract spectral tilt tier
Extract aspiration amplitude tier
Extract breathiness amplitude tier
Extract oral formant amplitude tier...list(1)
Extract nasal formant amplitude tier...list(1)
Extract tracheal formant amplitude tier...list(1)
Extract frication formant amplitude tier...list(1)
Extract frication bypass tier
Extract frication amplitude tier
Extract pitch tierheaderless spreadsheet,
PitchTier spreadsheet
Extract PointProcess (glottal closures)
Extract flutter tier
Extract power1 tier
Extract power2 tier
Extract open phase tier
Extract collision phase tier
Extract double pulsing tier
To Sound(Sound formats)
To Sound (special)...list(0, 0, 44100, "yes", "yes", "yes", "yes", "yes", "yes", "Powers in tiers", "yes", "yes", "yes", "Cascade", 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, "yes")(Sound formats)
To Sound (phonation)...list(44100, "yes", "yes", "yes", "yes", "yes", "Powers in tiers", "yes", "yes", "yes")(Sound formats)
ModifyAdd pitch point...list(0.5, 100)
Add voicing amplitude point...list(0.5, 90)
Add flutter point...list(0.5, 0)
Add power1 point...list(0.5, 3)
Add power2 point...list(0.5, 4)
Add open phase point...list(0.5, 0.7)
Add collision phase point...list(0.5, 0.03)
Add double pulsing point...list(0.5, 0)
Add spectral tilt point...list(0.5, 0)
Add aspiration amplitude point...list(0.5, 0)
Add breathiness amplitude point...list(0.5, 30)
Remove pitch points between...list(0.3, 0.7)
Remove voicing amplitude points between...list(0.3, 0.7)
Remove flutter points between...list(0.3, 0.7)
Remove power1 points between...list(0.3, 0.7)
Remove power2 points between...list(0.3, 0.7)
Remove open phase points between...list(0.3, 0.7)
Remove collision phase points between...list(0.3, 0.7)
Remove double pulsing points between...list(0.3, 0.7)
Remove spectral tilt points between...list(0.3, 0.7)
Remove aspiration amplitude points between...list(0.3, 0.7)
Remove breathiness amplitude points between...list(0.3, 0.7)
Formula (oral formant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (oral formant bandwidths)...list("self / 10")
Add oral formant frequency point...list(1, 0.5, 500)
Add oral formant bandwidth point...list(1, 0.5, 50)
Add oral formant amplitude point...list(1, 0.5, 0)
Remove oral formant frequency points...list(1, 0.3, 0.7)
Remove oral formant bandwidth points...list(1, 0.3, 0.7)
Remove oral formant amplitude points...list(1, 0.3, 0.7)
Add oral formant...list(0)
Remove oral formant...list(0)
Formula (nasal formant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (nasal formant bandwidths)...list("self / 10")
Add nasal formant frequency point...list(1, 0.5, 500)
Add nasal formant bandwidth point...list(1, 0.5, 50)
Add nasal formant amplitude point...list(1, 0.5, 0)
Remove nasal formant frequency points...list(1, 0.3, 0.7)
Remove nasal formant bandwidth points...list(1, 0.3, 0.7)
Remove nasal formant amplitude points...list(1, 0.3, 0.7)
Add nasal formant...list(0)
Remove nasal formant...list(0)
Formula (nasal antiformant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (nasal antiformant bandwidths)...list("self / 10")
Add nasal antiformant frequency point...list(1, 0.5, 500)
Add nasal antiformant bandwidth point...list(1, 0.5, 50)
Remove nasal antiformant frequency points...list(1, 0.3, 0.7)
Remove nasal antiformant bandwidth points...list(1, 0.3, 0.7)
Add nasal antiformant...list(0)
Remove nasal antiformant...list(0)
Formula (delta formant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (delta formant bandwidths)...list("self / 10")
Add delta formant frequency point...list(1, 0.5, -100)
Add delta formant bandwidth point...list(1, 0.5, -50)
Remove delta formant frequency points...list(1, 0.3, 0.7)
Remove delta formant bandwidth points...list(1, 0.3, 0.7)
Add delta formant...list(0)
Remove delta formant...list(0)
Formula (tracheal formant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (tracheal formant bandwidths)...list("self / 10")
Add tracheal formant frequency point...list(1, 0.5, 500)
Add tracheal formant bandwidth point...list(1, 0.5, 50)
Add tracheal formant amplitude point...list(1, 0.5, 0)
Remove tracheal formant frequency points...list(1, 0.3, 0.7)
Remove tracheal formant bandwidth points...list(1, 0.3, 0.7)
Remove tracheal formant amplitude points...list(1, 0.3, 0.7)
Add tracheal formant...list(0)
Remove tracheal formant...list(0)
Formula (tracheal antiformant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (tracheal antiformant bandwidths)...list("self / 10")
Add tracheal antiformant frequency point...list(1, 0.5, 500)
Add tracheal antiformant bandwidth point...list(1, 0.5, 50)
Remove tracheal antiformant frequency points...list(1, 0.3, 0.7)
Remove tracheal antiformant bandwidth points...list(1, 0.3, 0.7)
Add tracheal antiformant...list(0)
Remove tracheal antiformant...list(0)
Formula (frication formant frequencies)...list("if row = 2 then self + 200 else self fi")
Formula (frication formant bandwidths)...list("self / 10")
Add frication formant frequency point...list(1, 0.5, 500)
Add frication formant bandwidth point...list(1, 0.5, 50)
Add frication formant amplitude point...list(1, 0.5, 0)
Remove frication formant frequency points...list(1, 0.3, 0.7)
Remove frication formant bandwidth points...list(1, 0.3, 0.7)
Remove frication formant amplitude points...list(1, 0.3, 0.7)
Add frication formant...list(0)
Remove frication formant...list(0)
Add frication bypass point...list(0.5, 30)
Add frication amplitude point...list(0.5, 30)
Remove frication bypass points between...list(0.3, 0.7)
Remove frication amplitude points between...list(0.3, 0.7)
PlayPlay
Play special...list(0, 0, "yes", "yes", "yes", "yes", "yes", "yes", "Powers in tiers", "yes", "yes", "yes", "Cascade", 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 6, "yes")
QueryGet pitch at time...list(0.5)
Get voicing amplitude at time...list(0.5)
Get flutter at time...list(0.5)
Get power1 at time...list(0.5)
Get power2 at time...list(0.5)
Get open phase at time...list(0.5)
Get collision phase at time...list(0.5)
Get double pulsing at time...list(0.5)
Get spectral tilt at time...list(0.5)
Get aspiration amplitude at time...list(0.5)
Get breathiness amplitude at time...list(0.5)
Get oral formant frequency at time...list(1, 0.5)
Get oral formant bandwidth at time...list(1, 0.5)
Get oral formant amplitude at time...list(1, 0.5)
Get nasal formant frequency at time...list(1, 0.5)
Get nasal formant bandwidth at time...list(1, 0.5)
Get nasal formant amplitude at time...list(1, 0.5)
Get nasal antiformant frequency at time...list(1, 0.5)
Get nasal antiformant bandwidth at time...list(1, 0.5)
Get delta formant frequency at time...list(1, 0.5)
Get delta formant bandwidth at time...list(1, 0.5)
Get tracheal formant frequency at time...list(1, 0.5)
Get tracheal formant bandwidth at time...list(1, 0.5)
Get tracheal formant amplitude at time...list(1, 0.5)
Get tracheal antiformant frequency at time...list(1, 0.5)
Get tracheal antiformant bandwidth at time...list(1, 0.5)
Get frication formant frequency at time...list(1, 0.5)
Get frication formant bandwidth at time...list(1, 0.5)
Get frication formant amplitude at time...list(1, 0.5)
Get frication bypass at time...list(0.5)
Get frication amplitude at time...list(0.5)

Back to top

KlattTable

commandargumentsfiletype
CreateTo KlattGrid...list(0.002)
To Sound...list(16000, "Cascade", 5, 0.005, 0, "Impulsive", "Sound")(Sound formats)
To Tablecomma-separated,
tab-separated

Back to top

KNN

commandargumentsfiletype
CreateExtract output Categories
To FeatureWeightslist(0.02, 10, 1, "Co-optimization", "Leave one out", 1, "Flat")
Extract input Patterns
ModifyShuffle
Prune...list(1, 1, 1)
Reset...
QueryGet optimized parameters...list("Leave one out", 50, 10, 0.2)
Get accuracy estimate...list("Leave one out", 1, "Inversed square distance")
Get size of instancebase

Back to top

LegendreSeries

commandargumentsfiletype
CreateTo Polynomial
ModifySet domain...list(0, 2)
Set coefficient...list(1, 0)
QueryGet number of coefficients
Get coefficient...list(1)
Get degree
Get value...list(0)
Get minimum...list(0, 0)
Get x of minimum...list(0, 0)
Get maximum...list(0, 0)
Get x of maximum...list(0, 0)

Back to top

LFCC

commandargumentsfiletype
CreateTo LPC...list(0)
To Matrixheaderless spreadsheet,
matrix text
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get value...list(0.0, 1)

Back to top

LongSound

commandargumentsfiletype
CreateExtract part...list(0, 1, "yes")(Sound formats)
To TextGrid...list("Mary John bell", "bell")chronological text
PlayPlay part...list(0, 10)
QueryGet start time
Get end time
Get total duration
Get number of samples
Get sampling period
Get sampling frequency
Get time from sample number...list(100)
Get sample number from time...list(0.5)

Back to top

LPC

commandargumentsfiletype
CreateTo Formant
To Formant (keep all)
To LFCC...list(0)
Down to Matrix (lpc)headerless spreadsheet,
matrix text
To Polynomial (slice)...list(0.1)
To Spectrogram...list(20, 0, 50)
To Spectrum (slice)...list(0, 20, 0, 50)
To VocalTract (slice)...list(0, 0.17)
To VocalTract (slice, special)...list(0, 0.1, "yes", "yes")
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get sampling interval
Get number of coefficients...list(1)

Back to top

Ltas

commandargumentsfiletype
CreateCompute trend line...list(600, 4000)
Subtract trend line...list(600, 4000)
To Matrixheaderless spreadsheet,
matrix text
To SpectrumTier (peaks)
ModifyFormula...list("0")
QueryGet lowest frequency
Get highest frequency
Get number of bins
Get bin width
Get frequency from bin number...list(1)
Get bin number from frequency...list(2000)
Get value at frequency...list(1500, "Nearest")
Get value in bin...list(100)
Get minimum...list(0, 0, "None")
Get frequency of minimum...list(0, 0, "None")
Get maximum...list(0, 0, "None")
Get frequency of maximum...list(0, 0, "None")
Get mean...list(0, 0, "energy")
Get slope...list(0, 1000, 1000, 4000, "energy")
Report spectral tilt...list(100, 5000, "no", "Robust")
Get local peak height...list(1700, 4200, 2400, 3200, "energy")
Get standard deviation...list(0, 0, "energy")

Back to top

Manipulation

commandargumentsfiletype
CreateExtract duration tier
Extract pitch tierheaderless spreadsheet,
PitchTier spreadsheet
Extract pulses
Get resynthesis (overlap-add)(Sound formats)
Get resynthesis (LPC)(Sound formats)
Extract original sound(Sound formats)
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
PlayPlay (overlap-add)
Play (LPC)

Back to top

Matrix

commandargumentsfiletype
CreateTo Activation
To Cochleagram
To Excitation
To Harmonicity
To Intensity
To Ltas
Solve equation...list(1.19e-007)headerless spreadsheet,
matrix text
Transposeheaderless spreadsheet,
matrix text
Power...list(2)headerless spreadsheet,
matrix text
To Pattern...list(1)
To Pitch
To PointProcess
To Polygon
To Sound(Sound formats)
To Sound (slice)...list(1)(Sound formats)
To Spectrogram
To Spectrum
To TableOfRealheaderless spreadsheet
To Transition
To VocalTract
ModifyFormula...list("self")headerless spreadsheet,
matrix text
Set value...list(1, 1, 0)headerless spreadsheet,
matrix text
QueryGet lowest x
Get highest x
Get lowest y
Get highest y
Get number of rows
Get number of columns
Get row distance
Get column distance
Get y of row...list(1)
Get x of column...list(1)
Get value in cell...list(1, 1)
Get value at xy...list(0, 0)
Get minimum
Get maximum
Get sum
Get mean...list(0, 0, 0, 0)
Get standard deviation...list(0, 0, 0, 0)

Back to top

MelFilter

commandargumentsfiletype
CreateTo Intensity
To Matrixheaderless spreadsheet,
matrix text
To MFCC...list(12)
ModifyEqualize intensities...list(80)
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get time from column...list(1)
Get lowest frequency
Get highest frequency
Get number of frequencies
Get frequency distance
Get frequency from row...list(1)
Get value in cell...list(0.5, 1)
Get frequency in Hertz...list(10, "Bark")
Get frequency in Bark...list(93.17, "Hertz")
Get frequency in mel...list(1000, "Hertz")

Back to top

MFCC

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
To MelFilter...list(0, 0)
To TableOfReal...list("no")headerless spreadsheet
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get value...list(0.1, 1)

Back to top

MixingMatrix

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "not equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 2 = 0")headerless spreadsheet
To TableOfReal (cross-correlations)...list("Rows", "no", "no")headerless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 1)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)

Back to top

MSpline

commandargumentsfiletype
CreateScale x...list(-1, 1)
ModifySet domain...list(0, 2)
Set coefficient...list(1, 0)
QueryGet number of coefficients
Get coefficient...list(1)
Get degree
Get order
Get value...list(0)
Get minimum...list(0, 0)
Get x of minimum...list(0, 0)
Get maximum...list(0, 0)
Get x of maximum...list(0, 0)

Back to top

Network

commandargumentsfiletype
CreateNodes down to table...list(1, 1000, "yes", "no", "no", 6, "no", "yes", "no", 6)comma-separated,
tab-separated
ModifyAdd node...list(5, 5, 0, "no")
Add connection...list(1, 2, 0, 1)
Set activity...list(1, 1)
Set clamping...list(1, "yes")
Zero activities...list(1, 0)
Normalize activities...list(1, 0)
Spread activities...list(20)
Set activity clipping rule...list("linear")
Set activity leak...list(1)
Set shunting...list(1)
Set weight...list(1, 1)
Update weights
Normalize weights...list(1, 0, 1, 10, 1)
Set instar...list(0)
Set outstar...list(0)
Set weight leak...list(0)
QueryList nodes...list(1, 1000, "yes", "no", "no", 6, "no", "yes", "no", 6)
Get activity...list(1)
Get weight...list(1)

Back to top

OTGrammar

commandargumentsfiletype
CreateMeasure typologyheaderless spreadsheet
To output Distributions...list(100000, 2)headerless spreadsheet
To PairDistribution...list(100000, 2)
Generate inputs...list(1000)raw text
Get inputsraw text
Input to outputs...list(1000, 2, "")raw text
ModifyEvaluate...list(2)headerless spreadsheet
Set ranking...list(1, 100, 100)headerless spreadsheet
Reset all rankings...list(100)headerless spreadsheet
Reset to random total ranking...list(100, 1)headerless spreadsheet
Learn one...list("", "", 2, "Symmetric all", 0.1, 0.1, "yes")headerless spreadsheet
Learn one from partial output...list("", 2, "Symmetric all", 0.1, 0.1, "yes", 1)headerless spreadsheet
Set harmony computation method...list("OptimalityTheory")headerless spreadsheet
Set leak...list(0)headerless spreadsheet
Set constraint plasticity...list(1, 1)headerless spreadsheet
Remove harmonically bounded candidates...list("no")headerless spreadsheet
Remove constraint...list("")headerless spreadsheet
QueryGet number of constraints
Get constraint...list(1)
Get ranking value...list(1)
Get disharmony...list(1)
Get number of tableaus
Get input...list(1)
Get number of candidates...list(1)
Get candidate...list(1, 1)
Get number of violations...list(1, 1, 1)
Get winner...list(1)
Compare candidates...list(1, 1, 1, 2)
Get number of optimal candidates...list(1)
Is candidate grammatical...list(1, 1)
Is candidate singly grammatical...list(1, 1)
Get interpretive parse...list("")
Is partial output grammatical...list("")
Is partial output singly grammatical...list("")
Input to output...list("", 2)

Back to top

PairDistribution

commandargumentsfiletype
CreateTo Tablecomma-separated,
tab-separated
ModifyRemove zero weights
QueryGet number of pairs
Get string1...list(1)
Get string2...list(1)
Get weight...list(1)
Get fraction correct (maximum likelihood)
Get fraction correct (probability matching)

Back to top

Pattern

commandargumentsfiletype
CreateTo Categories...list(1, 1e-007, 1000)
To Dissimilarityheaderless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
ModifyFormula...list("self")
Set value...list(1, 1, 0)

Back to top

PCA

commandargumentsfiletype
CreateTo TableOfReal (reconstruct 1)...list("1.0 1.0")headerless spreadsheet
ModifyInvert eigenvector...list(1)
Align eigenvectors
QueryGet eigenvalue...list(1)
Get sum of eigenvalues...list(0, 0)
Get number of eigenvectors
Get eigenvector dimension
Get eigenvector element...list(1, 1)
Get centroid element...list(1)
Get equality of eigenvalues...list(0, 0, "no")
Get fraction variance accounted for...list(1, 1)
Get number of components (VAF)...list(0.95)

Back to top

Permutation

commandargumentsfiletype
CreatePermute randomly...list(0, 0)
Permute randomly (blocks)...list(0, 0, 12, "yes", "no")
Interleave...list(0, 0, 12, 0)
Rotate...list(0, 0, 1)
Reverse...list(0, 0)
Invert
Multiply
ModifySort
Swap blocks...list(1, 2, 1)
Swap numbers...list(1, 2)
Swap positions...list(1, 2)
Swap one from range...list(0, 0, 1, "yes")
Next
Previous
QueryGet number of elements
Get value...list(1)
Get index...list(1)

Back to top

Pitch

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Interpolate
Smooth...list(10)
Subtract linear fit...list("Hertz")
Kill octave jumps
Down to PitchTierheaderless spreadsheet,
PitchTier spreadsheet
To PointProcess
To Sound (pulses)(Sound formats)
To Sound (hum)(Sound formats)
To Sound (sine)...list(44100, "at nearest zero crossings")(Sound formats)
To TextGrid...list("Mary John bell", "bell")chronological text
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Formula...list("self*2")
PlayPlay pulses
Hum
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Count voiced frames
Get value at time...list(0.5, "Hertz", "Linear")
Get value in frame...list(10, "Hertz")
Get minimum...list(0, 0, "Hertz", "Parabolic")
Get time of minimum...list(0, 0, "Hertz", "Parabolic")
Get maximum...list(0, 0, "Hertz", "Parabolic")
Get time of maximum...list(0, 0, "Hertz", "Parabolic")
Get quantile...list(0, 0, 0.5, "Hertz")
Get mean...list(0, 0, "Hertz")
Get standard deviation...list(0, 0, "Hertz")
Get mean absolute slope...list("Hertz")
Get slope without octave jumps

Back to top

PitchTier

commandargumentsfiletype
CreateTo Pitch...list(0.02, 60, 400)
To PointProcess
Down to PointProcess
To Sound (pulse train)...list(44100, 1, 0.05, 2000, "no")(Sound formats)
To Sound (phonation)...list(44100, 1, 0.05, 0.7, 0.03, 3, 4, "no")(Sound formats)
To Sound (sine)...list(44100)(Sound formats)
Down to TableOfReal...list("Hertz")headerless spreadsheet
ModifyShift times by...list(0.5)headerless spreadsheet,
PitchTier spreadsheet
Shift times to...list("start time", 0)headerless spreadsheet,
PitchTier spreadsheet
Scale times by...list(2)headerless spreadsheet,
PitchTier spreadsheet
Scale times to...list(0, 1)headerless spreadsheet,
PitchTier spreadsheet
Remove point...list(1)headerless spreadsheet,
PitchTier spreadsheet
Remove point near...list(0.5)headerless spreadsheet,
PitchTier spreadsheet
Remove points between...list(0, 1)headerless spreadsheet,
PitchTier spreadsheet
Add point...list(0.5, 200)headerless spreadsheet,
PitchTier spreadsheet
Formula...list("self * 2")headerless spreadsheet,
PitchTier spreadsheet
Stylize...list(4, "Semitones")headerless spreadsheet,
PitchTier spreadsheet
Interpolate quadratically...list(4, "Semitones")headerless spreadsheet,
PitchTier spreadsheet
Shift frequencies...list(0, 1000, -20, "Hertz")headerless spreadsheet,
PitchTier spreadsheet
Multiply frequencies...list(0, 1000, 1.2)headerless spreadsheet,
PitchTier spreadsheet
PlayPlay pulses
Hum
Play sine
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get value at time...list(0.5)
Get value at index...list(10)
Get mean (curve)...list(0, 0)
Get mean (points)...list(0, 0)
Get standard deviation (curve)...list(0, 0)
Get standard deviation (points)...list(0, 0)

Back to top

PointProcess

commandargumentsfiletype
CreateUp to IntensityTier...list(70)
To IntervalTierXwaves label
To Matrixheaderless spreadsheet,
matrix text
To PitchTier...list(0.02)headerless spreadsheet,
PitchTier spreadsheet
Up to PitchTier...list(190)headerless spreadsheet,
PitchTier spreadsheet
To Sound (pulse train)...list(44100, 1, 0.05, 2000)(Sound formats)
To Sound (phonation)...list(44100, 1, 0.05, 0.7, 0.03, 3, 4)(Sound formats)
To Sound (hum)(Sound formats)
To TextGrid...list("Mary John bell", "bell")chronological text
To TextGrid (vuv)...list(0.02, 0.01)chronological text
To TextTier
Up to TextTier...list("")
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Add point...list(0.5)
Remove point...list(1)
Remove point near...list(0.5)
Remove points...list(1, 10)
Remove points between...list(0.3, 0.7)
Fill...list(0, 0, 0.01)
Voice...list(0.01, 0.02000000001)
PlayPlay as pulse train
Hum
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index...list(0.5)
Get high index...list(0.5)
Get nearest index...list(0.5)
Get time from index...list(10)
Get interval...list(0.5)
Get number of periods...list(0, 0, 0.0001, 0.02, 1.3)
Get mean period...list(0, 0, 0.0001, 0.02, 1.3)
Get stdev period...list(0, 0, 0.0001, 0.02, 1.3)
Get jitter (local)...list(0, 0, 0.0001, 0.02, 1.3)
Get jitter (local, absolute)...list(0, 0, 0.0001, 0.02, 1.3)
Get jitter (rap)...list(0, 0, 0.0001, 0.02, 1.3)
Get jitter (ppq5)...list(0, 0, 0.0001, 0.02, 1.3)
Get jitter (ddp)...list(0, 0, 0.0001, 0.02, 1.3)

Back to top

Polygon

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
ModifyTranslate...list(0, 0)
Rotate...list(0, 0, 0)
Scale...list(0, 0)
Reverse X
Reverse Y
Randomize
Salesperson...list(1)
QueryGet number of points
Get point (x)...list(1)
Get point (y)...list(1)
Get location of point...list(0, 0, 1.64e-015)

Back to top

Polynomial

commandargumentsfiletype
CreateTo Polynomial (derivative)
To Polynomial (primitive)
Scale x...list(-1, 1)
To Roots
To Spectrum...list(5000, 1025)
ModifySet domain...list(0, 2)
Set coefficient...list(1, 0)
Scale coefficients (monic)
QueryGet number of coefficients
Get coefficient...list(1)
Get degree
Get value...list(0)
Get value (complex)...list(0, 0)
Get minimum...list(0, 0)
Get x of minimum...list(0, 0)
Get maximum...list(0, 0)
Get x of maximum...list(0, 0)
Get area...list(0, 0)

Back to top

Procrustes

commandargumentsfiletype
CreateInvert
Extract transformation matrixheaderless spreadsheet
Extract translation vectorheaderless spreadsheet
QueryGet scale
Get translation element...list(1)
Get transformation element...list(1, 1)

Back to top

ResultsMFC

commandargumentsfiletype
CreateTo Categories (stimuli)
To Categories (responses)
Remove unshared stimuli
Collect to Tablecomma-separated,
tab-separated
QueryGet number of trials
Get stimulus...list(1)
Get response...list(1)

Back to top

Roots

commandargumentsfiletype
CreateTo Spectrum...list(5000, 1025)
ModifySet root...list(1, 0.7071067811865475, 0.7071067811865475)
QueryGet number of roots
Get root...list(1)
Get real part of root...list(1)
Get imaginary part of root...list(1)

Back to top

Salience

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 1 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm

Back to top

ScalarProduct

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 1 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm

Back to top

Similarity

commandargumentsfiletype
CreateTo Dissimilarity...list(0)headerless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 1 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm

Back to top

Sound

commandargumentsfiletype
CreateTo BarkFilter...list(0.015, 0.005, 1, 1, 0)
To Cepstrogram (hillenbrand)...list(60, 0.002)
To Cepstrogram...list(60, 0.002, 5000, 50)
To Cochleagram...list(0.01, 0.1, 0.03, 0.03)
To CrossCorrelationTable...list(0, 10, 0)headerless spreadsheet
To Formant (burg)...list(0, 5, 5500, 0.025, 50)
To Formant (keep all)...list(0, 5, 5500, 0.025, 50)
To Formant (sl)...list(0, 5, 5500, 0.025, 50)
To Formant (robust)...list(0, 5, 5500, 0.025, 50, 1.5, 5, 1e-006)
To FormantFilter...list(0.015, 0.005, 100, 50, 0, 1.1, 75, 600)
To Harmonicity (cc)...list(0.01, 75, 0.1, 1)
To Harmonicity (ac)...list(0.01, 75, 0.1, 4.5)
To Intensity...list(100, 0, "yes")
To KlattGrid (simple)...list(0.005, 5, 5500, 0.025, 50, 60, 600, 100, "yes")
To LPC (autocorrelation)...list(16, 0.025, 0.005, 50)
To LPC (covariance)...list(16, 0.025, 0.005, 50)
To LPC (burg)...list(16, 0.025, 0.005, 50)
To LPC (marple)...list(16, 0.025, 0.005, 50, 1e-006, 1e-006)
To Ltas...list(100)
To Ltas (pitch-corrected)...list(75, 600, 5000, 100, 0.0001, 0.02, 1.3)
To Manipulation...list(0.01, 75, 600)
To Harmonicity (gne)...list(500, 4500, 1000, 80)headerless spreadsheet,
matrix text
Down to Matrixheaderless spreadsheet,
matrix text
To MelFilter...list(0.015, 0.005, 100, 100, 0)
To MFCC...list(12, 0.015, 0.005, 100, 100, 0)
To Pitch...list(0, 75, 600)
To Pitch (ac)...list(0, 75, 15, "no", 0.03, 0.45, 0.01, 0.35, 0.14, 600)
To Pitch (cc)...list(0, 75, 15, "no", 0.03, 0.45, 0.01, 0.35, 0.14, 600)
To Pitch (SPINET)...list(0.005, 0.04, 70, 5000, 250, 500, 15)
To Pitch (shs)...list(0.01, 50, 15, 1250, 15, 0.84, 600, 48)
To PointProcess (periodic, cc)...list(75, 600)
To PointProcess (periodic, peaks)...list(75, 600, "yes", "no")
To PointProcess (extrema)...list(1, "yes", "no", "Sinc70")
To PointProcess (zeroes)...list(1, "yes", "no")
Autocorrelate...list("peak 0.99", "zero")(Sound formats)
Convert to mono(Sound formats)
Convert to stereo(Sound formats)
Extract one channel...list(1)(Sound formats)
Extract part...list(0, 0.1, "rectangular", 1, "no")(Sound formats)
Resample...list(10000, 50)(Sound formats)
To Sound (white channels)...list(0.99)(Sound formats)
To Sound (bss)...list(0, 10, 40, 0.002, 100, 0.001, "ffdiag")(Sound formats)
Lengthen (overlap-add)...list(75, 600, 1.5)(Sound formats)
Deepen band modulation...list(20, 300, 8000, 3, 30, 100)(Sound formats)
Change gender...list(75, 600, 1.2, 0, 1, 1)(Sound formats)
Filter (pass Hann band)...list(500, 1000, 100)(Sound formats)
Filter (stop Hann band)...list(500, 1000, 100)(Sound formats)
Filter (formula)...list("if x<500 or x>1000 then 0 else self fi")(Sound formats)
Remove noise...list(0, 0, 0.025, 80, 10000, 40, "Spectral subtraction")(Sound formats)
Filter (one formant)...list(1000, 100)(Sound formats)
Filter (pre-emphasis)...list(50)(Sound formats)
Filter (de-emphasis)...list(50)(Sound formats)
Filter (gammatone)...list(1000, 150)(Sound formats)
To Spectrogram...list(0.005, 5000, 0.002, 20, "Gaussian")
To Spectrum...list("yes")
To TextGrid...list("Mary John bell", "bell")chronological text
To TextGrid (silences)...list(100, 0, -25, 0.1, 0.1, "silent", "sounding")chronological text
ModifyShift times by...list(0.5)(Sound formats)
Shift times to...list("start time", 0)(Sound formats)
Scale times by...list(2)(Sound formats)
Scale times to...list(0, 1)(Sound formats)
Reverse(Sound formats)
Formula...list("self")(Sound formats)
Formula (part)...list(0, 0, 1, 2, "2 * self")(Sound formats)
Add...list(0.1)(Sound formats)
Subtract mean(Sound formats)
Edit(Sound formats)
Multiply...list(1.5)(Sound formats)
Multiply by window...list("Hanning")(Sound formats)
Scale peak...list(0.99)(Sound formats)
Scale intensity...list(70)(Sound formats)
Set value at sample number...list(0, 100, 0)(Sound formats)
Set part to zero...list(0, 0, "at nearest zero crossing")(Sound formats)
Override sampling frequency...list(16000)(Sound formats)
Filter with one formant (in-line)...list(1000, 100)(Sound formats)
Pre-emphasize (in-line)...list(50)(Sound formats)
De-emphasize (in-line)...list(50)(Sound formats)
PlayPlay
QueryGet start time
Get end time
Get total duration
Get number of channels
Get number of samples
Get sampling period
Get sampling frequency
Get time from sample number...list(100)
Get sample number from time...list(0.5)
Get value at time...list(0, 0.5, "Sinc70")
Get value at sample number...list(0, 100)
Get minimum...list(0, 0, "Sinc70")
Get time of minimum...list(0, 0, "Sinc70")
Get maximum...list(0, 0, "Sinc70")
Get time of maximum...list(0, 0, "Sinc70")
Get absolute extremum...list(0, 0, "Sinc70")
Get nearest zero crossing...list(1, 0.5)
Get mean...list(0, 0, 0)
Get root-mean-square...list(0, 0)
Get standard deviation...list(0, 0, 0)
Get energy...list(0, 0)
Get power...list(0, 0)
Get energy in air
Get power in air
Get intensity (dB)

Back to top

Spectrogram

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
To Sound...list(44100)(Sound formats)
To Spectrum (slice)...list(0)
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Formula...list("self * exp (- x / 0.1)")
QueryGet start time
Get end time
Get total duration
Get number of frames
Get time step
Get time from frame number...list(1)
Get frame number from time...list(0.5)
Get power at...list(0.5, 1000)

Back to top

Spectrum

commandargumentsfiletype
CreateTo Cepstrum
To Excitation...list(0.1)
To Formant (peaks)...list(1000)
To Ltas...list(1000)
To Ltas (1-to-1)
To Matrixheaderless spreadsheet,
matrix text
To Sound(Sound formats)
To Spectrogram
Cepstral smoothing...list(500)
LPC smoothing...list(5, 50)
To SpectrumTier (peaks)
ModifyFormula...list("0")
Filter (pass Hann band)...list(500, 1000, 100)
Filter (stop Hann band)...list(500, 1000, 100)
QueryList...list("no", "yes", "no", "no", "no", "yes")
Get lowest frequency
Get highest frequency
Get number of bins
Get bin width
Get frequency from bin number...list(1)
Get bin number from frequency...list(2000)
Get real value in bin...list(100)
Get imaginary value in bin...list(100)
Get band energy...list(200, 1000)
Get band density...list(200, 1000)
Get band energy difference...list(0, 500, 500, 4000)
Get band density difference...list(0, 500, 500, 4000)
Get centre of gravity...list(2)
Get standard deviation...list(2)
Get skewness...list(2)
Get kurtosis...list(2)
Get central moment...list(3, 2)

Back to top

SpectrumTier

commandargumentsfiletype
CreateDown to Tablecomma-separated,
tab-separated
ModifyRemove points below...list(40)
QueryList...list("yes", "yes", "yes")

Back to top

SpeechSynthesizer

commandargumentsfiletype
CreateTo Sound...list("This is some text.", "no")(Sound formats)
ModifySet text input settings...list("Text only", "Kirshenbaum_espeak")
Set speech output settings...list(44100, 0.01, 50, 50, 175, "yes", "IPA")
PlayPlay text...list("This is some text.")
QueryGet voice name
Get voice variant

Back to top

SpellingChecker

commandargumentsfiletype
CreateExtract user dictionary
Extract WordList
ModifyView & Edit...list("", "no", ".,;:()""", "no", "no", "", "no", "no", "no", "", "", "")
Add new word...list("")
QueryIs word allowed...list("")
Next not allowed word...list("", 0)

Back to top

SSCP

commandargumentsfiletype
CreateTo Correlationheaderless spreadsheet
To Covariance...list(1)headerless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
To PCA
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is not equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 1 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 1 = 0")headerless spreadsheet
Extract centroidheaderless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get number of observations
Get degrees of freedom
Get centroid element...list(1)
Get ln(determinant)
Get diagonality (bartlett)...list(1)
Get total variance
Get sigma ellipse area...list(1, 1, 2)
Get confidence ellipse area...list(0.95, 1, 2)
Get fraction variation...list(1, 1)

Back to top

Strings

commandargumentsfiletype
CreateTo Categories
To Distributionsheaderless spreadsheet
To Permutation...list("yes")
Replace all...list("a", "b", 0, "literals")raw text
Extract part...list(1, 1)raw text
To WordList
ModifySet string...list(1, "")raw text
Insert string...list(1, "")raw text
Remove string...list(1)raw text
Randomizeraw text
Sortraw text
Genericizeraw text
Nativizeraw text
QueryGet number of strings
Get string...list(1)

Back to top

StringsIndex

commandargumentsfiletype
CreateTo Permutation...list("yes")
To Stringsraw text
Extract part...list(0, 0)
QueryGet number of classes
Get class label...list(1)
Get class index...list("label")
Get label...list(1)

Back to top

SVD

commandargumentsfiletype
CreateTo TableOfReal...list(1, 0)headerless spreadsheet
Extract left singular vectorsheaderless spreadsheet
Extract right singular vectorsheaderless spreadsheet
Extract singular valuesheaderless spreadsheet

Back to top

Table

commandargumentsfiletype
CreateTo linear regression
To logistic regression...list("F0 F1 duration", "e", "i")
Down to Matrixheaderless spreadsheet,
matrix text
To StringsIndex (column)...list("")
Extract rows where column (number)...list("", "equal to", 0)comma-separated,
tab-separated
Extract rows where column (text)...list("", "is equal to", "hi")comma-separated,
tab-separated
Transposecomma-separated,
tab-separated
Collapse rows...list("speaker dialect age vowel", "number cost", "price", "vot", "duration", "F0 F1 F2 F3")comma-separated,
tab-separated
Rows to columns...list("dialect gender speaker", "vowel", "duration F0 F1 F2 F3")comma-separated,
tab-separated
Down to TableOfReal...list("")headerless spreadsheet
ModifySet string value...list(1, "", "xx")comma-separated,
tab-separated
Set numeric value...list(1, "", 1.5)comma-separated,
tab-separated
Formula...list("", "abs (self)")comma-separated,
tab-separated
Formula (column range)...list("", "", "log10 (self)")comma-separated,
tab-separated
Sort rows...list("dialect gender name")comma-separated,
tab-separated
Randomize rowscomma-separated,
tab-separated
Reflect rowscomma-separated,
tab-separated
Append rowcomma-separated,
tab-separated
Append column...list("newcolumn")comma-separated,
tab-separated
Append sum column...list("", "", "diff")comma-separated,
tab-separated
Append difference column...list("", "", "diff")comma-separated,
tab-separated
Append product column...list("", "", "diff")comma-separated,
tab-separated
Append quotient column...list("", "", "diff")comma-separated,
tab-separated
Remove row...list(1)comma-separated,
tab-separated
Remove column...list("")comma-separated,
tab-separated
Insert row...list(1)comma-separated,
tab-separated
Insert column...list(1, "newcolumn")comma-separated,
tab-separated
Set column label (index)...list(1, "")comma-separated,
tab-separated
Set column label (label)...list("", "")comma-separated,
tab-separated
QueryList...list("yes")
Get number of rows
Get number of columns
Get column label...list(1)
Get column index...list("")
Get value...list(1, "")
Search column...list("ColumnName", "SearchText")
Get quantile...list("", 0.5)
Get minimum...list("")
Get maximum...list("")
Get mean...list("")
Get group mean...list("salary", "gender", "F")
Get standard deviation...list("")
Get median absolute deviation...list("")
Report mean (Student t)...list("", 0.025)
Report difference (Student t)...list("", "", 0.025)
Report group mean (Student t)...list("salary", "gender", "F", 0.025)
Report group difference (Student t)...list("salary", "gender", "F", "M", 0.025)
Report group difference (Wilcoxon rank sum)...list("salary", "gender", "F", "M")
Report correlation (Pearson r)...list("", "", 0.025)
Report correlation (Kendall tau)...list("", "", 0.025)
Draw row from distribution...list("")

Back to top

TableOfReal

commandargumentsfiletype
CreateTo CCA...list(2)
To Configuration (pca)...list(2)headerless spreadsheet
To Configuration (lda)...list(0)headerless spreadsheet
To Configurationheaderless spreadsheet
To Confusionheaderless spreadsheet
To ContingencyTableheaderless spreadsheet
To Correlationheaderless spreadsheet
To Correlation (rank)headerless spreadsheet
To Covarianceheaderless spreadsheet
To Discriminant
To Dissimilarityheaderless spreadsheet
To Distanceheaderless spreadsheet
To GaussianMixture (row labels)...list("Complete")
To Matrixheaderless spreadsheet,
matrix text
To Pattern and Categories...list(0, 0, 0, 0)
To PCA
To Permutation (sort row labels)
To Salienceheaderless spreadsheet
To ScalarProductheaderless spreadsheet
To Similarityheaderless spreadsheet
To SSCP...list(0, 0, 0, 0)headerless spreadsheet
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To SVD
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "equal to", 0)headerless spreadsheet
Extract columns where label...list("is equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 3 = 0")headerless spreadsheet
To TableOfReal (means by row labels)...list("no")headerless spreadsheet
To TableOfReal (medians by row labels)...list("no")headerless spreadsheet
To Weightheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
Normalize rows...list(1)headerless spreadsheet
Normalize columns...list(1)headerless spreadsheet
Normalize table...list(1)headerless spreadsheet
Centre rowsheaderless spreadsheet
Centre columnsheaderless spreadsheet
Double centreheaderless spreadsheet
Standardize rowsheaderless spreadsheet
Standardize columnsheaderless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)
Get table norm
Get column mean (index)...list(1)
Get column mean (label)...list("")
Get column stdev (index)...list(1)
Get column stdev (label)...list("1")

Back to top

TextGrid

commandargumentsfiletype
CreateGet starting points...list(1, "is equal to", "hi")
Get end points...list(1, "is equal to", "hi")
Get centre points...list(1, "is equal to", "hi")
Get points...list(1, "is equal to", "hi")
Down to Table...list("no", 6, "yes", "no")comma-separated,
tab-separated
Extract one tier...list(1)chronological text
Extract part...list(0, 1, "no")chronological text
ModifyConvert to backslash trigraphschronological text
Convert to Unicodechronological text
Shift times by...list(0.5)chronological text
Shift times to...list("start time", 0)chronological text
Scale times by...list(2)chronological text
Scale times to...list(0, 1)chronological text
Extend time...list(1, "End")chronological text
Insert interval tier...list(1, "")chronological text
Insert point tier...list(1, "")chronological text
Duplicate tier...list(1, 1, "")chronological text
Remove tier...list(1)chronological text
Set tier name...list(1, "")chronological text
Insert boundary...list(1, 0.5)chronological text
Remove left boundary...list(1, 2)chronological text
Remove right boundary...list(1, 1)chronological text
Remove boundary at time...list(1, 0.5)chronological text
Set interval text...list(1, 1, "")chronological text
Replace interval text...list(1, 0, 0, "a", "a", "Literals")chronological text
Insert point...list(1, 0.5, "")chronological text
Remove point...list(1, 2)chronological text
Set point text...list(1, 1, "")chronological text
Replace point text...list(1, 0, 0, "a", "a", "Literals")chronological text
QueryList...list("no", 6, "yes", "no")
Get start time
Get end time
Get total duration
Get number of tiers
Get tier name...list(1)
Is interval tier...list(1)
Get number of intervals...list(1)
Get start point...list(1, 1)
Get end point...list(1, 1)
Get label of interval...list(1, 1)
Get interval at time...list(1, 0.5)
Get number of points...list(1)
Get time of point...list(1, 1)
Get label of point...list(1, 1)
Get low index from time...list(1, 0.5)
Get high index from time...list(1, 0.5)
Get nearest index from time...list(1, 0.5)
Count labels...list(1, "a")

Back to top

TextTier

commandargumentsfiletype
CreateGet points...list("")
Down to PointProcess
Down to TableOfReal (any)headerless spreadsheet
Down to TableOfReal...list("")headerless spreadsheet
Into TextGridchronological text
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Remove point...list(1)
Remove point near...list(0.5)
Remove points between...list(0, 1)
Add point...list(0.5, "")
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)
Get label of point...list(1)

Back to top

Transition

commandargumentsfiletype
CreateConflateheaderless spreadsheet
To Matrixheaderless spreadsheet,
matrix text
Power...list(2)

Back to top

VocalTract

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
To Spectrum...list(4097, 5000, 0.1, "yes", "yes")
To VocalTractTier...list(0, 1, 0.5)
ModifySet length
Formula...list("0")
QueryGet length

Back to top

VocalTractTier

commandargumentsfiletype
CreateTo LPC...list(0.005)
To VocalTract...list(0.1)
ModifyShift times by...list(0.5)
Shift times to...list("start time", 0)
Scale times by...list(2)
Scale times to...list(0, 1)
Remove point...list(1)
Remove point near...list(0.5)
Remove points between...list(0, 1)
QueryGet start time
Get end time
Get total duration
Get number of points
Get low index from time...list(0.5)
Get high index from time...list(0.5)
Get nearest index from time...list(0.5)
Get time from index...list(10)

Back to top

Weight

commandargumentsfiletype
CreateTo Matrixheaderless spreadsheet,
matrix text
Extract row labels as Stringsraw text
Extract column labels as Stringsraw text
To Table...list("rowLabel")comma-separated,
tab-separated
Extract row ranges...list("1 2")headerless spreadsheet
Extract rows where column...list(1, "equal to", 0)headerless spreadsheet
Extract rows where label...list("is equal to", "a")headerless spreadsheet
Extract rows where...list("row mod 3 = 0")headerless spreadsheet
Extract column ranges...list("1 2")headerless spreadsheet
Extract columns where row...list(1, "not equal to", 0)headerless spreadsheet
Extract columns where label...list("is not equal to", "a")headerless spreadsheet
Extract columns where...list("col mod 1 = 0")headerless spreadsheet
To TableOfRealheaderless spreadsheet
ModifyFormula...list("if col = 5 then self + self [6] else self fi")headerless spreadsheet
Set value...list(1, 1, 0)headerless spreadsheet
Sort by label...list(1, 0)headerless spreadsheet
Sort by column...list(1, 0)headerless spreadsheet
Remove row (index)...list(1)headerless spreadsheet
Remove column (index)...list(1)headerless spreadsheet
Insert row (index)...list(1)headerless spreadsheet
Insert column (index)...list(1)headerless spreadsheet
Set row label (index)...list(1, "")headerless spreadsheet
Set row label (label)...list("", "")headerless spreadsheet
Set column label (index)...list(1, "")headerless spreadsheet
Set column label (label)...list("", "")headerless spreadsheet
QueryGet number of rows
Get number of columns
Get row label...list(1)
Get column label...list(1)
Get row index...list("")
Get column index...list("")
Get value...list(1, 1)

Back to top

WordList

commandargumentsfiletype
CreateUp to SpellingChecker
To Stringsraw text
QueryHas word...list("")

Back to top