math:fft evaluation
Version: 0.0.0
Description
Evaluate the fast fourier transforms at a given set of fields.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | field_t | field | field of values to evaluate |
| Pin 1 | time_scoping | scoping | if specified only the results at these set ids are used |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | field | field | |
| Pin 2 | offset | 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: math
Plugin: core
Scripting name: fft_eval
Full name: math.fft_eval
Internal name: fft_eval
License: any_dpf_supported_increments
Changelog
- Version 0.0.0: Initial release.