Q = step(H,I)
Q = step(H,I,C)
Note:
Starting in R2016b, instead of using the |
Q = step(H,I)
returns
the quantized output values Q
corresponding to the input indices I
.
The data type of I
can be uint8
, uint16
, uint32
, int8
, int16
,
or int32
. The OutputDataType
property
determines the data type of Q
.
Q = step(H,I,C)
uses
input C
as the codebook
values
when the CodebookSource
property is Input
port
. The data type of C
can be double
, single
, or fixed-point
.
The output Q
has the same data
type as the codebook
input C
.
Note:
The object performs an initialization the first time the |