(Removed) Find maximum value of input or sequence of inputs
The dsp.Maximum
System object™ has been removed. To compute the maximum, use the max function. To compute the running maximum in MATLAB®, use the dsp.MovingMaximum object. For more information, see
Compatibility Considerations.
The dsp.Maximum object finds the maximum values of an
input or sequence of inputs.
To compute the maximum value of an input or sequence of inputs:
Create the dsp.Maximum 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?.
returns an object,
max = dsp.Maximummax, that computes the value and index of the maximum elements in
an input or a sequence of inputs along the specified Dimension.
returns a maximum-finding object, max = dsp.Maximum(Name,Value)max, with each specified property
set to the specified value.
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)
This object implements the algorithm, inputs, and outputs described on the Maximum block reference page. The object properties correspond to the block parameters.