DocumentationHelp Center
fi
Octal representation of stored integer of fi object
b = oct(a)
example
b = oct(a) returns the stored integer of fi object a in octal format as a character vector.
b
a
Fixed-point numbers can be represented as
real-world value=2−fraction length×stored integer
or, equivalently as
real-world value=(slope×stored integer)+bias
The stored integer is the raw binary number, in which the binary point is assumed to be at the far right of the word.
collapse all
Create a signed fi object with values -1 and 1, a word length of 8 bits, and a fraction length of 7 bits.
-1
1
a = fi([-1 1], 1, 8, 7)
a=1×2 object -1.0000 0.9922 DataTypeMode: Fixed-point: binary point scaling Signedness: Signed WordLength: 8 FractionLength: 7
Find the octal representation of the stored integers of fi object a.
b = '200 177'
Stored integer, specified as a fi object.
Data Types: fi
bin | dec | hex | storedInteger
bin
dec
hex
storedInteger
A modified version of this example exists on your system. Do you want to open this version instead?
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.
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list:
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Contact your local office
Get trial now