Implement sign(t-0.08) in simulink
Show older comments
I'm working on a simulink model. As a part of the model i want to add a delay of 0.08 to my sign(t) functioni.e i want a output ofthe form sign(t-0.08). But the delay block supports only whole numbers. Any one suggest me how to do this
3 Comments
Walter Roberson
on 28 Jul 2020
Are you using continuous or discrete signals?
shalu vijay
on 28 Jul 2020
Walter Roberson
on 28 Jul 2020
In that case, the transfer function or lti approach I linked to would be appropriate.
Delay blocks are for discrete signals, which is why they only accept whole numbers.
Answers (1)
Categories
Find more on Modeling in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!