フィルターのクリア

variable delay block in simulink

1 回表示 (過去 30 日間)
Sinduri
Sinduri 2013 年 4 月 20 日
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
Navan Ruthramoorthy 2013 年 4 月 22 日
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
Navan Ruthramoorthy 2013 年 4 月 23 日
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