MATLAB: Fixed Point

fixed-point

fixdt(1,16,28)
is this format saying fixed point, 16 bits, with 28 decimal places?

Best Answer

It appears to me that that is not valid. The ws (which you give as 16) includes all of the bits in the representation, and thus must be greater than the number of bits in the fraction. See here