Clear Filters
Clear Filters

How to add my IQ samples in Simulink as input data?

10 views (last 30 days)
Hi,
I have 3000 packets of IQ samples in a mat file, I am wondering how can I load my data to the Simulink?
Or do I need to convert it to other file?
Thank you,

Answers (1)

Sam Chak
Sam Chak on 18 Apr 2022
You can load data from MAT file into Simulink model using the "From File" Block directly:
or, first load the data from MAT file into the Workspace, and then load signal data from Workspace into Simulink model using the "From Workspace" block:
  1 Comment
raya alhajri
raya alhajri on 22 Apr 2022
Thank you for the reply,
I tried to upload it but it returns error to create timeseries object which i am not familiar on how to do it while having IQ Complex numbers (data size :3000 x 1920)

Sign in to comment.

Categories

Find more on Prepare Model Inputs and Outputs in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!