| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Fixed-Point Toolbox |
| Contents | Index |
| Learn more about Fixed-Point Toolbox |
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
![]() | etreeplot | exponentlength | ![]() |

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-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |