dsp.VariableIntegerDelay
Delay input by time-varying integer number of sample periods
Description
The dsp.VariableIntegerDelay
System object™ delays input by time-varying integer number of sample periods.
To delay the input by a time-varying integer number of sample periods:
Create the
dsp.VariableIntegerDelay
object and set its properties.Call the object with arguments, as if it were a function.
To learn more about how System objects work, see What Are System Objects?
Creation
Description
returns a
variable integer delay System object, vid
= dsp.VariableIntegerDelayvid
, that delays discrete-time input by a
time-varying integer number of sample periods.
returns a variable integer delay System object with each specified property set to the specified value.vid
= dsp.VariableIntegerDelay(Name,Value
)
Properties
Usage
Syntax
Description
delays the input by vidOut
= vid(input
,d
)d
samples, where d
should be
less than or equal to the value specified in the MaximumDelay
property and greater than or equal to 0. Delay values outside this range are clipped
appropriately and non-integer delays are rounded to the nearest integer values. Each
column of the input is treated as an independent channel
Input Arguments
Output Arguments
Object Functions
To use an object function, specify the
System object as the first input argument. For
example, to release system resources of a System object named obj
, use
this syntax:
release(obj)
Examples
Algorithms
This object implements the algorithm, inputs, and outputs described on the Variable Integer Delay (Simulink) block reference page.
Extended Capabilities
Version History
Introduced in R2012a