Using a part of a signal simulink
Show older comments
Hi, I'm trying to use an integrator in simulink and I have a problem due to inf/nan errors. So overcome that I want to integrate only a part of the signal, is there a way to "trim" the signal or to limit it to specific times of integraion?
Thank you!
Answers (5)
A Jenkins
on 24 Jun 2014
0 votes
aviran
on 24 Jun 2014
0 votes
Sean de Wolski
on 24 Jun 2014
0 votes
Perhaps a "Selector" block to select just the part you want (like an index).
aviran
on 24 Jun 2014
0 votes
A Jenkins
on 24 Jun 2014
0 votes
How about just using a switch, and flipping the switch when your value exceeds the threshold?
In the case below, I am integrating only the parts of the sine wave that are less than 1:

Categories
Find more on Discontinuities in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!