variable delay block in simulink

1 次查看(过去 30 天)
i want to place a delay block which depicts a delay of the form d0+d1*Sin(2*pi*f*t). could anyone suggest any block? the blocks already available only alllow fixed delay.
  2 个评论
Azzi Abdelmalek
Azzi Abdelmalek 2013-4-20
编辑:Azzi Abdelmalek 2013-4-20
What are d0 and d1? what is your input signal and what should be your output?
Sinduri
Sinduri 2013-4-22
d0 and d1 are constants. The input is a gaussian monopulse and the output should be time delayed version of the input. But the delay has to be a variable delay of the type d0+d1*Sin(2*pi*f*t)

请先登录,再进行评论。

采纳的回答

Navan Ruthramoorthy
You can use the "Variable Fraction Delay" block from DSP System toolbox to implement this.
  2 个评论
Sinduri
Sinduri 2013-4-23
but it does not let you make a delay of the type mentioned above.
Navan Ruthramoorthy
It has a delay input port. You need to compute d0+d1*Sin(2*pi*f*t) and pass as input to that block.

请先登录,再进行评论。

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by