フィルターのクリア

delay a continous signal

19 ビュー (過去 30 日間)
swetha m
swetha m 2012 年 8 月 5 日
回答済み: hamed 2014 年 1 月 20 日
hi all
how to delay a continuous signal for a certain amount of time. i have a repeating sequence which needs to be delayed by 1 time unit in simulink after every 180 degrees.

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 5 日
use a "unit delay" block. set a sample time with an amount of time. after every 180 degrees? can you be more clear?
  2 件のコメント
swetha m
swetha m 2012 年 8 月 6 日
i have to compare a sine wave and triangular wave for pwm. the triangular needs to be phase shifted by half its time period every time sine wave is in its negative half cycle. and the triggering pulses generated must be simultaneous signals
Azzi Abdelmalek
Azzi Abdelmalek 2012 年 8 月 6 日
編集済み: Azzi Abdelmalek 2012 年 8 月 7 日
use a "Transport Delay" block suggested by Govind and add a "switch" which will have 3 inputs
1- input 1 : your signal
2- input 3 : your delayed signal
3 -input 2 : your sine wave .
4- set a condition in your switch bloc
if the sine wave is positiv the output of your switch will be your original signal, and when the sine wave is negativ the output of your switch will be your delayed signal

サインインしてコメントする。

その他の回答 (2 件)

Kaustubha Govind
Kaustubha Govind 2012 年 8 月 6 日
You can use the Variable Time/Transport Delay blocks for introducing a delay in continuous signals. By 180 degrees, I'm guessing you mean a delay of one half of the period, which you should specify accordingly.
  2 件のコメント
swetha m
swetha m 2012 年 8 月 6 日
i tried transport delay but it is not working and i need a block from the continuous time segment.
Kaustubha Govind
Kaustubha Govind 2012 年 8 月 7 日
Transport Delay is indeed meant for continuous signals.

サインインしてコメントする。


hamed
hamed 2014 年 1 月 20 日
how can i have this delay by code ?

カテゴリ

Help Center および File ExchangeSources についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by