필터 지우기
필터 지우기

how to export signal from matlab environment to working model example for block in simulink

조회 수: 2 (최근 30일)
I am trying to implement system level simulation of UWB receiver. I am generating uwb pulses from code(.m file).How can i transport this uwb pulses into LNA block that i use in work model.
Thank you in advance.

채택된 답변

Kaustubha Govind
Kaustubha Govind 2011년 2월 28일
You can use the From Workspace block to read a variable from the base workspace and output it as a signal in your model. Note that the From Workspace block also expects you to specify timestamps for each input, so it knows what value to output at each time-step.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Simulation에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by