Filter löschen
Filter löschen

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

10 Ansichten (letzte 30 Tage)
raya alhajri
raya alhajri am 18 Apr. 2022
Kommentiert: raya alhajri am 22 Apr. 2022
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,

Antworten (1)

Sam Chak
Sam Chak am 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 Kommentar
raya alhajri
raya alhajri am 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)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Prepare Model Inputs and Outputs finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by