Randomize delay in Transport Delay Block
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Giovanni Delnevo
am 23 Mär. 2017
Kommentiert: Giovanni Delnevo
am 31 Mär. 2017
I'm using the Transport Delay block to delay a signal by a fixed amount of time. Is there a way to randomize this fixed amount of time? For examples, delay the input signal by a time that goes from 1 to 2 seconds?
0 Kommentare
Akzeptierte Antwort
Jyotish Robin
am 31 Mär. 2017
Hi Giovanni!
I understand that you wish to randomize the delay caused by the Transport Delay Block. In the Transport Delay block, you can see a parameter 'Time delay'. You could use a random number generating function to specify the random delay you would like to have.
For example, if you keep the value of 'Time delay' as 'rand' it will return a single uniformly distributed random number in the interval (0,1) for the delay .
I hope the above suggestions help!
Regards,
Jyotish
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Sources finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!