The DSP Toolchest
452
Map Range linearly maps the signal at the input to its output based upon the control parameters
specified. Map Range allows you to map an arbitrary input range to an arbitrary output range,
optionally clipping the output signal to the specified output range. The output signal is determined
by the equation out = in * (
Out Hi
-
Out Low
)
÷
(
In Hi
-
In Low
) +
Out Low
. If
Clip Out
is
enabled, the output signal will be clipped to the range [
Out Low
,
Out Hi
].
Parameters:
In Low
[-1, 1]
Low End of input range.
In Hi
[-1, 1]
High End of input range.
Out Low
[-1, 1]
Low End of output range.
Out Hi
[-1, 1]
High End of output range.
Clip Out
{Off, On}
If Enabled, the output signal is clipped to the range specifed by [
Out Low
,
Out Hi
].
Constant
• Synopsis: Output a constant DC signal
• Category: Math
• Channels: 0
Description:
Constant generates a constant DC signal with the value specified by
Constant
. This is useful
for generating a constant signal to be used as a control signal to be used as an input for other
,
,
and
Parameters:
Constant
[-100, 100]
The value of the output signal.
Divide
• Synopsis: Math operation to divide one signal by another
• Category: Math
• Channels: 2
Description: