utility:merge time freq supports
Version: 0.0.0
Description
Assembles a set of time/frequency supports into a unique one.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | time_freq_supports | vector<shared_ptr<time_freq_support>>, time_freq_support | A vector of time/frequency supports to merge or time/frequency supports from pin 0 to ... |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | merged_support | time_freq_support |
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: utility
Plugin: core
Scripting name: merge_time_freq_supports
Full name: utility.merge_time_freq_supports
Internal name: merge::time_freq_support
License: None
Changelog
- Version 0.0.0: Initial release.