Fixed- vs floating-point ADC output
•Digital signal processing can be separated into two categories - fixed
point and floating point.
•These designations refer to the format used to store and manipulate
numeric representations of data.
•Fixed-point DSPs are designed to represent and manipulate integers
–positive and negative whole numbers –via a minimum of 16 bits,
yielding up to 65,536 possible bit patterns (216).
•A fixed-point ADC output keeps numbers simple with a set range, like
a 12-bit Successive Approximation Register(SAR) used in an ECG
patch to track heartbeats affordably.