Index into 32 bit word to extract relevant data

4 ビュー (過去 30 日間)
Steven
Steven 2020 年 8 月 5 日
回答済み: Steven Lord 2020 年 8 月 5 日
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 日
Use the bit-wise operations functions or use rem, mod, subtraction, and division.

カテゴリ

Help Center および File ExchangeMatrix Indexing についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by