Using Simulink Signals as Simulink Block Parameters

조회 수: 3 (최근 30일)
Kyle Smith
Kyle Smith 2022년 10월 5일
답변: Mark McBroom 2022년 10월 15일
Hello: I am wondering how, or if it is possible, to use a simulink signal as a block parameter that doesn't have an input? In my case I have a tapped delay block, which only has one inport, the value(s) being delayed. Another block parameter is "number of delays", but this does not have an inport, it needs to be a value or variable of some sort.
I can't create a variable in Matlab, store it to the workspace, and use that in the tapped delay block. The value that I want the "number of delays" to be set to, is calculated in another part of the model. I tried to save a signal to the model workspace by logging the data but evidently it doesn't get saved there, it just appears in the data inspector tool.
Can this be done? I've seen some things on the MathWorks webpage about calling variables from other functions and using objects like Simulink.Signal or Simulink.ModelWorkspace. It seems there is a simple answer to this, or it is just not doable.
Some help would be appreciated! I am stuck.

채택된 답변

Mark McBroom
Mark McBroom 2022년 10월 15일
I do not think this is possible. You may need to build your own verision of a tapped delay block that has as an input the number of delays.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by