howto change phase delay of pulse generator externally?

조회 수: 3 (최근 30일)
syam
syam 2014년 2월 20일
댓글: syam 2014년 2월 20일
hi friends, i have a look up table where the phase delay values to pulse generator are stored,I want to give these values directly phase delay of pulse generator block. can it done directly as i mentioned above or else what should i use for this task?

채택된 답변

ES
ES 2014년 2월 20일
You can use a set_param command to do this.
set_param(BlockName,'PhaseDelay','15');%Phase Delay of 15 seconds
  댓글 수: 3
ES
ES 2014년 2월 20일
It is just a command.. It can run from the command window or in a script or in a m function!
syam
syam 2014년 2월 20일
thank u

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pulse and Transition Metrics에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by