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??

Answers (1)

Bob Thompson
Bob Thompson on 27 Feb 2019
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

Asked:

on 27 Feb 2019

Answered:

on 27 Feb 2019

Community Treasure Hunt

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

Start Hunting!