Define a signed fixed-point fi object with a word length of 16 bits, using binary-point scaling. Find the lower bound of the range of this fi object.
a_bp = fi([],1,16,15);
l_bp = lowerbound(a_bp)
l_bp =
-1
DataTypeMode: Fixed-point: binary point scaling
Signedness: Signed
WordLength: 16
FractionLength: 15
Next, define a signed fixed-point fi object with the same word length of 16 bits, this time using slope-bias scaling. Compare the lower bound of the range of this fi object to the binary-point scaled example.
a_sb = fi([],1,16,3,2);
l_sb = lowerbound(a_sb)
l_sb =
-98302
DataTypeMode: Fixed-point: slope and bias scaling
Signedness: Signed
WordLength: 16
Slope: 3
Bias: 2
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window.
Web browsers do not support MATLAB commands.
Seleziona un sito web
Seleziona un sito web per visualizzare contenuto tradotto dove disponibile e vedere eventi e offerte locali. In base alla tua area geografica, ti consigliamo di selezionare: .
Puoi anche selezionare un sito web dal seguente elenco:
Come ottenere le migliori prestazioni del sito
Per ottenere le migliori prestazioni del sito, seleziona il sito cinese (in cinese o in inglese). I siti MathWorks per gli altri paesi non sono ottimizzati per essere visitati dalla tua area geografica.