DocumentationHelp CenterDocumentation
quantizer
Determine whether input is quantizer object
tf = isquantizer(q)
example
tf = isquantizer(q) returns 1 (true) when q is a quantizer object. Otherwise, it returns 0 (false).
q
1
true
0
false
collapse all
Create a variable and determine whether it is a quantizer object.
q = quantizer('fixed', 'Ceiling', 'Wrap', [16 12])
q = DataMode = fixed RoundMode = ceil OverflowMode = wrap Format = [16 12]
tf = logical 1
y = quantize(q,[pi pi/2])
y = 1×2 3.1416 1.5708
tf = isquantizer(y)
tf = logical 0
Input array.
isfi | isfimath | isfipref | isnumerictype | quantizer
isfi
isfimath
isfipref
isnumerictype
You have a modified version of this example. Do you want to open this example with your edits?
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