Blocks in series, Simulink
조회 수: 2 (최근 30일)
이전 댓글 표시
Hello Matlab and Simulink users.
I would like to calculate the number of Transfer Function blocks that better approximate a Transport Delay block.
Of course, I don't want to manually draw all the blocks and try them.
Is there a way to set the number of blocks in series?
Thanks in advance and best regards,
Maria Angela
댓글 수: 0
채택된 답변
Andreas Goser
2016년 12월 28일
Also I do not know the science behind what you want to do, but can image you want to try MATLAB commands like "add_block", "add_line" etc. to create a Simulink model by MATLAB code.
댓글 수: 0
추가 답변 (1개)
Gabriel Delcros
2016년 12월 27일
Hello, I don't know if I really understand your problem but there is a block named transport delay able to put the delay you want on your signal. Just put -1 on sampling time to pick the one of your simulation and then you can't choose how much time you want to delay your signal ;)
댓글 수: 2
Gabriel Delcros
2016년 12월 28일
Put a variable in input instead of a value? Then load a file with this value.
So then you can compute your latencies.
참고 항목
카테고리
Help Center 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!