min_max:min max by entity over time
Version: 0.0.0
Description
For each entity and component, evaluates minimum and maximum over time/frequency.
Input pin 4 compute_amplitude is only effective when given fields_container contains the complex label.
if given input fields_container has a time_freq_support, output pins 2 and 3 fields_container contains time/freq indices of the minimum and maximum values.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | fields_container | fields_container | |
| Pin 3 | compute_absolute_value | bool | Calculate the absolute value of field entities before computing the min/max. |
| Pin 4 | compute_amplitude | bool | Do calculate amplitude. |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | min | fields_container | |
| Pin 1 | max | fields_container | |
| Pin 2 | time_freq_of_min | fields_container | |
| Pin 3 | time_freq_of_max | fields_container |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| incremental | bool | true | This operator can be run several times with different inputs so that the output will take all the inputs of the different runs into account. It can be used to save memory. For example, a large time scoping can be split in smaller ranges of time to compute the result range by range. |
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: min_max
Plugin: core
Scripting name: None
Full name: None
Internal name: min_max_over_time_by_entity
License: None
Changelog
- Version 0.0.0: Initial release.