simulink

5 views (last 30 days)
AYAH
AYAH on 9 Feb 2012
Hello every body, How can I get the time for the maximum value for signal of 2D ,one is the amplitude and the other is the time in simulink

Accepted Answer

Kaustubha Govind
Kaustubha Govind on 9 Feb 2012
The MinMax Running Resettable block outputs the minimum/maximum of a signal over time - you can use the Demux block to split your signal and provide only the amplitude as the input to the MinMax block. However, since you need to get the time corresponding to that maximum, I would recommend using the time part of your signal as input to a Triggered Subsystem - the subsystem will simply connect the output to the input (this is the default content of the block when you drag it in from the library). Setup the Trigger type to "both" (rising and falling), and use the output of the MinMax Running block as input to the trigger port. This will ensure that the output of the Triggered Subsystem will be updated only when the output of the MinMax block changes.

More Answers (0)

Categories

Find more on Schedule Model Components in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!