simulink

2 次查看(过去 30 天)
AYAH
AYAH 2012-2-9
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

采纳的回答

Kaustubha Govind
Kaustubha Govind 2012-2-9
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.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Schedule Model Components 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by