[Simulink] Discrete equivalent of variable transport delay
10 ビュー (過去 30 日間)
古いコメントを表示
Hi,
i wanted to use a 'variable transport delay' in an triggered atomic subsystem but i cannot (because of an invalid sample time), so i tried to make an equivalent discrete thing with a 'variable fractionnal delay' available in the Signal Processing Blockset but I can not. Somedy have an idea please ? I don't know how i could make it.
Thanks a lot ! :)
0 件のコメント
回答 (3 件)
Guy Rouleau
2012 年 1 月 11 日
The Delay block should do the job:
You will need to enable the "delay length" option. Inside your triggered subsystem, you will be able to implement a logic to specify the delay length you need.
0 件のコメント
Franck
2012 年 1 月 11 日
1 件のコメント
Guy Rouleau
2012 年 1 月 12 日
I agree, the option to specify the delay length through an input port is relatively new. I do not have a good solution for older releases.
The Delay block is discrete. It delays your input by a certain number of samples. It does not do any interpolation like the continuous time delay or transport delay.
参考
カテゴリ
Help Center および File Exchange で General Applications についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!