merge_time_freq_supports class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.utility
Summary
Assembles a set of time/frequency supports into a unique one.
available inputs: time_freq_supports1 (TimeFreqSupport), time_freq_supports2 (TimeFreqSupport)
available outputs: merged_support (TimeFreqSupport)
Example
op = merge_time_freq_supports()
op = merge_time_freq_supports(time_freq_supports1=my_time_freq_supports1,time_freq_supports2=my_time_freq_supports2)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.utility |
| Assembly | Ans_Dpf_Native_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
time_freq_supports1
A vector of time/frequency supports to merge or time/frequency supports from pin 0 to ...
Type: LinkableInput
time_freq_supports2
A vector of time/frequency supports to merge or time/frequency supports from pin 0 to ...
Type: LinkableInput
Outputs
merged_support
Type: LinkableOutput
Constructors
Constructor
merge_time_freq_supports()
Constructor
merge_time_freq_supports(time_freq_supports1, time_freq_supports2, config)
Parameters:
time_freq_supports1(object)time_freq_supports2(object)config(OperatorConfig)
Constructor
merge_time_freq_supports(config)
Parameters:
config(OperatorConfig)
Methods
Properties
inputs
Type: InputSpec
# Get or set the property
value = obj.inputs
obj.inputs = new_value
outputs
Type: OutputSpec
# Get or set the property
value = obj.outputs
obj.outputs = new_value
defaultConfig
Type: Config
# Get the property (read-only)
value = obj.defaultConfig