Borrar filtros
Borrar filtros

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

10 visualizaciones (últimos 30 días)
raya alhajri
raya alhajri el 18 de Abr. de 2022
Comentada: raya alhajri el 22 de Abr. de 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,

Respuestas (1)

Sam Chak
Sam Chak el 18 de Abr. de 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 comentario
raya alhajri
raya alhajri el 22 de Abr. de 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)

Iniciar sesión para comentar.

Categorías

Más información sobre Prepare Model Inputs and Outputs en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by