Q15
Q15 is a fixed-point numeric format commonly used in digital signal processing and embedded systems to represent fractional numbers with a 16-bit signed word. In this format, the most significant bit serves as the sign, and the remaining 15 bits hold the fractional part.
A Q15 value is typically stored as an integer n in the range [-32768, 32767], with the
Arithmetic in Q15 uses fixed-point operations with saturation to avoid wraparound. Addition and subtraction are performed
Common usage includes implementing DSP tasks on microcontrollers without floating-point units, particularly in audio processing, filtering,
Q15 is part of the broader family of Q-format fixed-point representations, which shares the principle of representing