| Contents | Index |
b = exponentbias(q)
b = exponentbias(q) returns the exponent bias of the quantizer object q. For fixed-point quantizer objects, exponentbias(q) returns 0.
q = quantizer('double');
b = exponentbias(q)
b =
1023
For floating-point quantizer objects,
![]()
where e = eps(q), and exponentbias is the same as the exponent maximum.
For fixed-point quantizer objects, b = 0 by definition.
eps | exponentlength | exponentmax | exponentmin

Learn how to apply early verification to your development process through these technical resources.
How much time do you spend on testing to ensure implementation meets system-level requirements?
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |