Index into 32 bit word to extract relevant data

4 visualizaciones (últimos 30 días)
Steven
Steven el 5 de Ag. de 2020
Respondida: Steven Lord el 5 de Ag. de 2020
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?

Respuestas (1)

Steven Lord
Steven Lord el 5 de Ag. de 2020
Use the bit-wise operations functions or use rem, mod, subtraction, and division.

Categorías

Más información sobre Matrix Indexing en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by