Effacer les filtres
Effacer les filtres

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

10 vues (au cours des 30 derniers jours)
raya alhajri
raya alhajri le 18 Avr 2022
Commenté : raya alhajri le 22 Avr 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,

Réponses (1)

Sam Chak
Sam Chak le 18 Avr 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 commentaire
raya alhajri
raya alhajri le 22 Avr 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)

Connectez-vous pour commenter.

Catégories

En savoir plus sur Prepare Model Inputs and Outputs dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by