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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Modify Formula... list("self")

Back to top

AffineTransform

command arguments filetype
Create Invert
Query Get translation element... list(1)
Get transformation element... list(1, 1)

Back to top

AmplitudeTier

command arguments filetype
Create To IntensityTier... list(-10000)
Down to PointProcess
To Sound (pulse train)... list(44100, 2000) (Sound formats)
Down to TableOfReal headerless spreadsheet
Modify Shift 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")
Query Get 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

command arguments filetype
Create To Art (slice)... list(0)
Modify Set target... list(0, 0, "Lungs")
Query Get target... list(0, "Lungs")

Back to top

BarkFilter

command arguments filetype
Create To Intensity
To Matrix headerless spreadsheet,
matrix text
Modify Equalize intensities... list(80)
Query 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 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

command arguments filetype
Create To unique Categories
Permute items
To Strings raw text
Modify Append 1 category... list("CategoryName")
Sort
Query Get number of categories
Get entropy

Back to top

CCA

command arguments filetype
Query Get number of correlations
Get correlation... list(1)
Get eigenvector element... list("y", 1, 1)
Get zero correlation probability... list(1)

Back to top

Cepstrogram

command arguments filetype
Create Smooth... list(0.01, 0.0005)
To Cepstrum (slice)... list(0.1)
To Matrix headerless spreadsheet,
matrix text
To Table (peak prominence)... list(60, 330, "Cubic", 0.001, 0, "Robust") comma-separated,
tab-separated
Query Get CPPS... list(0.01, 0.0005, 60, 330, "Cubic", 0.001, 0, "Robust")

Back to top

Cepstrum

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Modify Formula... list("self")
Query Get 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

command arguments filetype
Create To Polynomial
Modify Set domain... list(0, 2)
Set coefficient... list(1, 0)
Query Get 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

command arguments filetype
Create To Confusion headerless spreadsheet
To Correlation (columns) headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings raw 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
Modify Formula... 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create To Excitation (slice)... list(0)
To Matrix headerless spreadsheet,
matrix text
Modify Formula... list("self")

Back to top

Configuration

command arguments filetype
Create To Configuration (varimax)... list("yes", "no", 50, 1e-006) headerless spreadsheet
To Distance headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To Similarity (cc) headerless spreadsheet
Extract row labels as Strings raw text
Extract column labels as Strings 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
To TableOfReal headerless spreadsheet
Modify Formula... 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
Randomize headerless spreadsheet
Centralize headerless 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create Sum headerless spreadsheet
Append headerless 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 ContingencyTable headerless spreadsheet
To Dissimilarity (pdf)... list(0.5) headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To Similarity... list("yes", "No symmetrization") headerless spreadsheet
Extract row labels as Strings raw text
Extract column labels as Strings 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
To TableOfReal headerless spreadsheet
To TableOfReal (marginals) headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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 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 TableOfReal headerless spreadsheet
To Configuration (ca)... list(2, "Row points and column points symmetric") headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create To Configuration... list(2) headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To PCA
Extract row labels as Strings raw text
Extract column labels as Strings 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
Extract centroid headerless spreadsheet
To TableOfReal headerless spreadsheet
Confidence intervals... list(0.95, 0, "Ruben") headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create To Configuration... list(2) headerless spreadsheet
To Correlation headerless spreadsheet
Append headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To PCA
Extract row labels as Strings raw text
Extract column labels as Strings 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
Extract centroid headerless spreadsheet
To TableOfReal headerless spreadsheet
To TableOfReal (random sampling)... list(0) headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create Append headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To TableOfReal headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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
Modify Formula... 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
Query Get 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

command arguments filetype
Create Extract CrossCorrelationTable... list(1) headerless spreadsheet
To Diagonalizer... list(100, 0.001, "ffdiag") headerless spreadsheet
Query Get diagonality measure... list(1, 100)

Back to top

Diagonalizer

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
To MixingMatrix headerless spreadsheet
Extract row labels as Strings raw text
Extract column labels as Strings 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
To TableOfReal (cross-correlations)... list("Rows", "no", "no") headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create Extract pooled within-groups SSCP
Extract within-group SSCP... list(1)
Extract between-groups SSCP
Extract group labels raw text
Extract group centroids headerless spreadsheet
Extract group standard deviations headerless spreadsheet
Modify Invert eigenvector... list(1)
Align eigenvectors
Query Get 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

command arguments filetype
Create To 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
Append headerless spreadsheet
To Distance... list("yes") headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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
To TableOfReal headerless spreadsheet
To Weight headerless spreadsheet
Modify Formula... 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create To Configuration (indscale)... list(2, "yes", "no") headerless spreadsheet
To Configuration (ytl)... list(2, "yes", 1e-5, 100, 1) headerless spreadsheet
To Dissimilarity headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To ScalarProduct... list("yes") headerless spreadsheet
Extract row labels as Strings raw text
Extract column labels as Strings 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 equal to", "a") headerless spreadsheet
Extract columns where... list("col mod 3 = 0") headerless spreadsheet
To TableOfReal headerless spreadsheet
Modify Formula... 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings raw 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")
Modify Formula... 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
Query Get 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

command arguments filetype
Create Swap 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")
Modify Formula (distances)... list("self")
Set distance value... list(0.1, 0.1, 0)
Find path (band & slope)... list(0.05, "no restriction")
Query Get 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

command arguments filetype
Create Down to PointProcess
Modify Shift 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")
Query Get 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

command arguments filetype
Create To TableOfReal headerless spreadsheet
Modify Set 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)
Query Get 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

command arguments filetype
Create To Matrix headerless 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 Strings headerless spreadsheet
Extract column labels as Strings headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create Extract 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 TextGrid chronological text
Modify Set 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")
Query Get channel name... list(1)
Get channel number... list("Cz")

Back to top

ERP

command arguments filetype
Create Down 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
Modify Formula... list("self")
Formula (part)... list(0, 0, 1, 2, "2 * self")
Query Get 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

command arguments filetype
Create Extract ERP... list(1)
To ERP (mean)
Modify Subtract baseline... list(-0.11, 0)
Reject artefacts... list(7.5e-005)
Remove events between... list(0, 1)
Query Get 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

command arguments filetype
Create To Excitations
To Formant... list(20)
To Matrix headerless spreadsheet,
matrix text
Modify Formula... list("self")
Query Get loudness

Back to top

Excitations

command arguments filetype
Create Extract Excitation... list(1)
To Pattern... list(1)
To TableOfReal headerless spreadsheet
Modify Formula... list("self")

Back to top

ExperimentMFC

command arguments filetype
Create Extract results

Back to top

FFNet

command arguments filetype
Create Extract weights... list(1) headerless spreadsheet
Modify Set weight... list(1, 1, 1, 0)
Set bias... list(1, 1, 0)
Reset... list(0.1)
Select biases... list(1)
Select all weights
Query Get 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

command arguments filetype
Modify Set id... list("New id")
Query Show as code... list("example", 20)

Back to top

FilesInMemory

command arguments filetype
Create To Strings (id) raw text
Query Show as code... list("example", 20)
Show one file as code... list(1, "example", 20)

Back to top

Formant

command arguments filetype
Create Track... 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
Modify Shift 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")
Query List... 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

command arguments filetype
Create To Intensity
To Matrix headerless spreadsheet,
matrix text
Modify Equalize intensities... list(80)
Query 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 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

command arguments filetype
Create To Formant... list(0.01, 0.1)
Modify Shift 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

command arguments filetype
Create Down to TableOfReal... list("yes", "no") headerless spreadsheet
Modify Shift 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")
Query Get 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

command arguments filetype
Create Extract component... list(1) headerless spreadsheet
To Covariance (between) headerless spreadsheet
To Covariance (within) headerless spreadsheet
To Covariance (total) headerless spreadsheet
To PCA
Extract mixing probabilities headerless spreadsheet
Extract centroids headerless spreadsheet
To TableOfReal (random sampling)... list(100) headerless spreadsheet
Modify Split component... list(1)
Query Get number of components
Get dimension of component
Get probability at position... list("100.0 300.0")

Back to top

Harmonicity

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Modify Shift 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")
Query 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 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

command arguments filetype
Create To HMM_ObservationSequence... list(0, 20)
Extract transition probabilities headerless spreadsheet
Extract emission probabilities headerless spreadsheet
Modify Set 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")
Query Get 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

command arguments filetype
Create To HMM... list(2, "no")
To Strings raw text
To TableOfReal (bigrams)... list("yes") headerless spreadsheet

Back to top

HMM_StateSequence

command arguments filetype
Create To Strings raw text
To TableOfReal (bigrams)... list("yes") headerless spreadsheet

Back to top

Intensity

command arguments filetype
Create To IntensityTier (peaks)
To IntensityTier (valleys)
Down to IntensityTier
Down to Matrix headerless spreadsheet,
matrix text
To TextGrid (silences)... list(-25, 0.1, 0.05, "silent", "sounding") chronological text
Modify Shift 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")
Query 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 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

command arguments filetype
Create To AmplitudeTier
Down to PointProcess
Down to TableOfReal headerless spreadsheet
To TextGrid (silences)... list(-25, 0.1, 0.05, "silent", "sounding", 0.001) chronological text
Modify Shift 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")
Query Get 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

command arguments filetype
Create Get starting points... list("")
Get centre points... list("")
Get end points... list("")
Down to TableOfReal (any) headerless spreadsheet
Down to TableOfReal... list("") headerless spreadsheet
Into TextGrid chronological text

Back to top

ISpline

command arguments filetype
Create Scale x... list(-1, 1)
Modify Set domain... list(0, 2)
Set coefficient... list(1, 0)
Query Get 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

command arguments filetype
Create Extract 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 tier headerless 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)
Modify Add 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)
Play Play
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")
Query Get 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

command arguments filetype
Create To KlattGrid... list(0.002)
To Sound... list(16000, "Cascade", 5, 0.005, 0, "Impulsive", "Sound") (Sound formats)
To Table comma-separated,
tab-separated

Back to top

KNN

command arguments filetype
Create Extract output Categories
To FeatureWeights list(0.02, 10, 1, "Co-optimization", "Leave one out", 1, "Flat")
Extract input Patterns
Modify Shuffle
Prune... list(1, 1, 1)
Reset...
Query Get 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

command arguments filetype
Create To Polynomial
Modify Set domain... list(0, 2)
Set coefficient... list(1, 0)
Query Get 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

command arguments filetype
Create To LPC... list(0)
To Matrix headerless spreadsheet,
matrix text
Query 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 value... list(0.0, 1)

Back to top

LongSound

command arguments filetype
Create Extract part... list(0, 1, "yes") (Sound formats)
To TextGrid... list("Mary John bell", "bell") chronological text
Play Play part... list(0, 10)
Query Get 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

command arguments filetype
Create To 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")
Query 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 sampling interval
Get number of coefficients... list(1)

Back to top

Ltas

command arguments filetype
Create Compute trend line... list(600, 4000)
Subtract trend line... list(600, 4000)
To Matrix headerless spreadsheet,
matrix text
To SpectrumTier (peaks)
Modify Formula... list("0")
Query 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 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

command arguments filetype
Create Extract duration tier
Extract pitch tier headerless spreadsheet,
PitchTier spreadsheet
Extract pulses
Get resynthesis (overlap-add) (Sound formats)
Get resynthesis (LPC) (Sound formats)
Extract original sound (Sound formats)
Modify Shift times by... list(0.5)
Shift times to... list("start time", 0)
Scale times by... list(2)
Scale times to... list(0, 1)
Play Play (overlap-add)
Play (LPC)

Back to top

Matrix

command arguments filetype
Create To Activation
To Cochleagram
To Excitation
To Harmonicity
To Intensity
To Ltas
Solve equation... list(1.19e-007) headerless spreadsheet,
matrix text
Transpose headerless 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 TableOfReal headerless spreadsheet
To Transition
To VocalTract
Modify Formula... list("self") headerless spreadsheet,
matrix text
Set value... list(1, 1, 0) headerless spreadsheet,
matrix text
Query Get 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

command arguments filetype
Create To Intensity
To Matrix headerless spreadsheet,
matrix text
To MFCC... list(12)
Modify Equalize intensities... list(80)
Query 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 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
To MelFilter... list(0, 0)
To TableOfReal... list("no") headerless spreadsheet
Query 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 value... list(0.1, 1)

Back to top

MixingMatrix

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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
To TableOfReal (cross-correlations)... list("Rows", "no", "no") headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create Scale x... list(-1, 1)
Modify Set domain... list(0, 2)
Set coefficient... list(1, 0)
Query Get 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

command arguments filetype
Create Nodes down to table... list(1, 1000, "yes", "no", "no", 6, "no", "yes", "no", 6) comma-separated,
tab-separated
Modify Add 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)
Query List nodes... list(1, 1000, "yes", "no", "no", 6, "no", "yes", "no", 6)
Get activity... list(1)
Get weight... list(1)

Back to top

OTGrammar

command arguments filetype
Create Measure typology headerless spreadsheet
To output Distributions... list(100000, 2) headerless spreadsheet
To PairDistribution... list(100000, 2)
Generate inputs... list(1000) raw text
Get inputs raw text
Input to outputs... list(1000, 2, "") raw text
Modify Evaluate... 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
Query Get 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

command arguments filetype
Create To Table comma-separated,
tab-separated
Modify Remove zero weights
Query Get 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

command arguments filetype
Create To Categories... list(1, 1e-007, 1000)
To Dissimilarity headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
Modify Formula... list("self")
Set value... list(1, 1, 0)

Back to top

PCA

command arguments filetype
Create To TableOfReal (reconstruct 1)... list("1.0 1.0") headerless spreadsheet
Modify Invert eigenvector... list(1)
Align eigenvectors
Query Get 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

command arguments filetype
Create Permute 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
Modify Sort
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
Query Get number of elements
Get value... list(1)
Get index... list(1)

Back to top

Pitch

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Interpolate
Smooth... list(10)
Subtract linear fit... list("Hertz")
Kill octave jumps
Down to PitchTier headerless 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
Modify Shift 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")
Play Play pulses
Hum
Query 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)
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

command arguments filetype
Create To 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
Modify Shift 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
Play Play pulses
Hum
Play sine
Query Get 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

command arguments filetype
Create Up to IntensityTier... list(70)
To IntervalTier Xwaves label
To Matrix headerless 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("")
Modify Shift 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)
Play Play as pulse train
Hum
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Modify Translate... list(0, 0)
Rotate... list(0, 0, 0)
Scale... list(0, 0)
Reverse X
Reverse Y
Randomize
Salesperson... list(1)
Query Get 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

command arguments filetype
Create To Polynomial (derivative)
To Polynomial (primitive)
Scale x... list(-1, 1)
To Roots
To Spectrum... list(5000, 1025)
Modify Set domain... list(0, 2)
Set coefficient... list(1, 0)
Scale coefficients (monic)
Query Get 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

command arguments filetype
Create Invert
Extract transformation matrix headerless spreadsheet
Extract translation vector headerless spreadsheet
Query Get scale
Get translation element... list(1)
Get transformation element... list(1, 1)

Back to top

ResultsMFC

command arguments filetype
Create To Categories (stimuli)
To Categories (responses)
Remove unshared stimuli
Collect to Table comma-separated,
tab-separated
Query Get number of trials
Get stimulus... list(1)
Get response... list(1)

Back to top

Roots

command arguments filetype
Create To Spectrum... list(5000, 1025)
Modify Set root... list(1, 0.7071067811865475, 0.7071067811865475)
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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") 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 TableOfReal headerless spreadsheet
Modify Formula... 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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, "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 TableOfReal headerless spreadsheet
Modify Formula... 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create To Dissimilarity... list(0) headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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, "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 TableOfReal headerless spreadsheet
Modify Formula... 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 rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create To 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 Matrix headerless 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
Modify Shift 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)
Play Play
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
To Sound... list(44100) (Sound formats)
To Spectrum (slice)... list(0)
Modify Shift 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)")
Query 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 power at... list(0.5, 1000)

Back to top

Spectrum

command arguments filetype
Create To Cepstrum
To Excitation... list(0.1)
To Formant (peaks)... list(1000)
To Ltas... list(1000)
To Ltas (1-to-1)
To Matrix headerless spreadsheet,
matrix text
To Sound (Sound formats)
To Spectrogram
Cepstral smoothing... list(500)
LPC smoothing... list(5, 50)
To SpectrumTier (peaks)
Modify Formula... list("0")
Filter (pass Hann band)... list(500, 1000, 100)
Filter (stop Hann band)... list(500, 1000, 100)
Query List... 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

command arguments filetype
Create Down to Table comma-separated,
tab-separated
Modify Remove points below... list(40)
Query List... list("yes", "yes", "yes")

Back to top

SpeechSynthesizer

command arguments filetype
Create To Sound... list("This is some text.", "no") (Sound formats)
Modify Set text input settings... list("Text only", "Kirshenbaum_espeak")
Set speech output settings... list(44100, 0.01, 50, 50, 175, "yes", "IPA")
Play Play text... list("This is some text.")
Query Get voice name
Get voice variant

Back to top

SpellingChecker

command arguments filetype
Create Extract user dictionary
Extract WordList
Modify View & Edit... list("", "no", ".,;:()""", "no", "no", "", "no", "no", "no", "", "", "")
Add new word... list("")
Query Is word allowed... list("")
Next not allowed word... list("", 0)

Back to top

SSCP

command arguments filetype
Create To Correlation headerless spreadsheet
To Covariance... list(1) headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
To PCA
Extract row labels as Strings raw text
Extract column labels as Strings 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 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 centroid headerless spreadsheet
To TableOfReal headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create To Categories
To Distributions headerless spreadsheet
To Permutation... list("yes")
Replace all... list("a", "b", 0, "literals") raw text
Extract part... list(1, 1) raw text
To WordList
Modify Set string... list(1, "") raw text
Insert string... list(1, "") raw text
Remove string... list(1) raw text
Randomize raw text
Sort raw text
Genericize raw text
Nativize raw text
Query Get number of strings
Get string... list(1)

Back to top

StringsIndex

command arguments filetype
Create To Permutation... list("yes")
To Strings raw text
Extract part... list(0, 0)
Query Get number of classes
Get class label... list(1)
Get class index... list("label")
Get label... list(1)

Back to top

SVD

command arguments filetype
Create To TableOfReal... list(1, 0) headerless spreadsheet
Extract left singular vectors headerless spreadsheet
Extract right singular vectors headerless spreadsheet
Extract singular values headerless spreadsheet

Back to top

Table

command arguments filetype
Create To linear regression
To logistic regression... list("F0 F1 duration", "e", "i")
Down to Matrix headerless 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
Transpose comma-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
Modify Set 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 rows comma-separated,
tab-separated
Reflect rows comma-separated,
tab-separated
Append row comma-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
Query List... 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

command arguments filetype
Create To CCA... list(2)
To Configuration (pca)... list(2) headerless spreadsheet
To Configuration (lda)... list(0) headerless spreadsheet
To Configuration headerless spreadsheet
To Confusion headerless spreadsheet
To ContingencyTable headerless spreadsheet
To Correlation headerless spreadsheet
To Correlation (rank) headerless spreadsheet
To Covariance headerless spreadsheet
To Discriminant
To Dissimilarity headerless spreadsheet
To Distance headerless spreadsheet
To GaussianMixture (row labels)... list("Complete")
To Matrix headerless spreadsheet,
matrix text
To Pattern and Categories... list(0, 0, 0, 0)
To PCA
To Permutation (sort row labels)
To Salience headerless spreadsheet
To ScalarProduct headerless spreadsheet
To Similarity headerless spreadsheet
To SSCP... list(0, 0, 0, 0) headerless spreadsheet
Extract row labels as Strings raw text
Extract column labels as Strings raw 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 Weight headerless spreadsheet
Modify Formula... 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 rows headerless spreadsheet
Centre columns headerless spreadsheet
Double centre headerless spreadsheet
Standardize rows headerless spreadsheet
Standardize columns headerless spreadsheet
Query Get 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

command arguments filetype
Create Get 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
Modify Convert to backslash trigraphs chronological text
Convert to Unicode chronological 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
Query List... 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

command arguments filetype
Create Get points... list("")
Down to PointProcess
Down to TableOfReal (any) headerless spreadsheet
Down to TableOfReal... list("") headerless spreadsheet
Into TextGrid chronological text
Modify Shift 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, "")
Query Get 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

command arguments filetype
Create Conflate headerless spreadsheet
To Matrix headerless spreadsheet,
matrix text
Power... list(2)

Back to top

VocalTract

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
To Spectrum... list(4097, 5000, 0.1, "yes", "yes")
To VocalTractTier... list(0, 1, 0.5)
Modify Set length
Formula... list("0")
Query Get length

Back to top

VocalTractTier

command arguments filetype
Create To LPC... list(0.005)
To VocalTract... list(0.1)
Modify Shift 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)
Query Get 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

command arguments filetype
Create To Matrix headerless spreadsheet,
matrix text
Extract row labels as Strings raw text
Extract column labels as Strings 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, "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 TableOfReal headerless spreadsheet
Modify Formula... 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
Query Get 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

command arguments filetype
Create Up to SpellingChecker
To Strings raw text
Query Has word... list("")

Back to top