필터 지우기
필터 지우기

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

조회 수: 10 (최근 30일)
raya alhajri
raya alhajri 2022년 4월 18일
댓글: raya alhajri 2022년 4월 22일
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