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

10 次查看(过去 30 天)
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,

回答(1 个)

Sam Chak
Sam Chak 2022-4-18
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 个评论
raya alhajri
raya alhajri 2022-4-22
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)

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Prepare Model Inputs and Outputs 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by