1.4.4.34 libq_q15_ExtractL_q31 Function
Extracts lower 16-bits of input 32-bit fractional value.
Description
Function libq_q15_ExtractL_q31:
Extracts lower 16-bits of input 32-bit fractional value and returns them as 16-bit fractional value. This is a bit-for-bit extraction of the bottom 16-bits of the 32-bit input. This function relates to the ETSI extract_l function.
Returns
q15 - Lower 16 bits of 32-bit argument a
C
q15 libq_q15_ExtractL_q31 (q31);