wordlength

Word length of quantizer object

Syntax

wordlength(q)

Description

wordlength(q) returns the word length of the quantizer object q.

Examples

q = quantizer([16 15]);
wordlength(q)
ans =

    16
Introduced before R2006a