Path: Common/Control
% Quantizes a matrix using user defined rounding. -------------------------------------------------------------------------- Form: [xQ, xCounts] = Quant( x, lsb, rType ) -------------------------------------------------------------------------- ------ Inputs ------ x Vector to be quantized lsb Least significant bit rType Type of rounding ['round','floor','ceil','fix'] ------- Outputs ------- xQ Quantized x xCounts X in numbers of lsbs --------------------------------------------------------------------------
Common: CommonData/SwooshWatermark Common: General/CellToMat Common: General/MatToCell Common: General/Watermark Common: Graphics/NewFig Common: Graphics/Plot2D Common: Graphics/PltStyle
Back to the Common Module page