Q15 to decimal converter
Version 1.0.0.0 (1.22 KB) by
Szymon Leja
Silmple function that converts an value from Q15 to decimal.
Converts any Q15 value (hexadecimal or binary) to decimal integer.
y = q152dec(x , form)
Input arguments of function:
x - its hexadecimal or binary representation stored in a MATLAB string
form - dependent on representation of input argument (hexadecimal or binary) take 'hex' or 'bin'
Valu of function:
y - decimal integer
EXAMPLE:
>> q152dec('C000','hex')
ans =
-0.5000
Cite As
Szymon Leja (2026). Q15 to decimal converter (https://www.mathworks.com/matlabcentral/fileexchange/18413-q15-to-decimal-converter), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2007a
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
Find more on Sources in Help Center and MATLAB Answers
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.0.0.0 |
