Importing IQ samples into the matlab

I have IQ samples in " .BINIQ" file and I need to import them into the matlab.
could enybody help me please??

Réponses (1)

Bob Thompson
Bob Thompson le 27 Fév 2019

0 votes

I'm assuming that '.biniq' is readable as an ascii file. If that is true then here are some options for loading the data:
fopen combined with fgetl

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by