sweeptone
Exponential swept sine
Syntax
Description
returns an excitation
signal generated using the exponential swept sine (ESS) technique. By default, the signal
has a 6-second duration, followed by 4 seconds of silence, for a sample rate of 44100
Hz.excitation = sweeptone()
specifies the duration of the exponential swept sine signal.excitation = sweeptone(swDur)
specifies the duration of the silence following the exponential swept sine signal.excitation = sweeptone(swDur,silDur)
specifies the sample rate of the sweep tone as excitation = sweeptone(swDur,silDur,fs)fs Hz.
specifies options using one or more name-value arguments, in addition to the input arguments
in the previous syntaxes.excitation = sweeptone(___,Name=Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
References
[1] Farina, Angelo. "Advancements in Impulse Response Measurements by Sine Sweeps." Presented at the Audio Engineering Society 122nd Convention, Vienna, Austria, 2007.




