Floating-Point to Fixed-Point Conversion Explained with C Code
Learn about floating-point to fixed-point conversion, including a C code example for converting I/Q data and hex-to-decimal values. Ideal for ADC output analysis.
Showing 2 posts (Page 1 of 1)
Advertisement
Learn about floating-point to fixed-point conversion, including a C code example for converting I/Q data and hex-to-decimal values. Ideal for ADC output analysis.
Convert between hex and decimal numbers in fixed-point format using C code. Includes handling positive/negative values and explanation of Q format.
Advertisement