Index into 32 bit word to extract relevant data

I have an array of 32 bit words created by reading from a binary file. Each 32 bit word contains 12 bits of I(in-phase) and 12 bits of Q(quad-phase) data. What is the most efficient way to extract the IQ data to create an array of complex data?

답변 (1개)

Steven Lord
Steven Lord 2020년 8월 5일

0 개 추천

Use the bit-wise operations functions or use rem, mod, subtraction, and division.

카테고리

도움말 센터File Exchange에서 Data Type Conversion에 대해 자세히 알아보기

제품

질문:

2020년 8월 5일

답변:

2020년 8월 5일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by