How can adjust the delay ?
3 ビュー (過去 30 日間)
古いコメントを表示
Sarfaraz Ahmed
2018 年 11 月 5 日
編集済み: Sarfaraz Ahmed
2018 年 11 月 15 日
Hi. I am adjusting delay backward by using " variable time delay" block in simulink but its only forward the delay not backward. how can I adjust the delay in negative direction ? Please have a look into attached file and the waveform. I want to adjust the delay which is in 3rd plot.
Thanks
2 件のコメント
Prakhar Jain
2018 年 11 月 15 日
Hi Sarfaraz,
Can you change -0.002 constant block value to 0.002. Still if you doesn't get the required output, please share your simulink model.
Thanks.
採用された回答
Dimitris Kalogiros
2018 年 11 月 15 日
編集済み: Dimitris Kalogiros
2018 年 11 月 15 日
If you want to insert "negative" delay (-0.002) at one signal x(t) , into your simulink model you can do the following:
Add 0.002 delay to all other relevant signals and leave signal x(t) without any delay.
For example, at the following block diagram, signal sig2 has a "negative delay" of 1 sample regarding signals sig1 and sig3 .
3 件のコメント
Dimitris Kalogiros
2018 年 11 月 15 日
編集済み: Dimitris Kalogiros
2018 年 11 月 15 日
Is it possible to "make advance" of a signal ?
Such a thing would violate the causality principle.
A simulink block which is able to produce at its output what would be present at its input 0.002sec later, is not a simulink block .... It is a "Harry Potter block"
:-)
その他の回答 (0 件)
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!