min_max:max over phase
Version: 0.0.0
Description
Returns, for each entity, the maximum value of (real value * cos(theta) - imaginary value * sin(theta)) for theta in [0, 360]degrees with the increment in input.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | real_field | field | |
| Pin 1 Required | imaginary_field | field | |
| Pin 2 | abs_value | bool | Should use absolute value. |
| Pin 3 | phase_increment | double | Phase increment (default is 10.0 degrees). |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| 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: max_over_phase
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.