window_bartlett class
Last update: 18.06.2026Namespace: Ans.DataProcessing.operators.math
Summary
Apply bartlett windowing on a given FieldsContainer having time label or a Field located on time. Assume that time sampling is evenly spaced (use time_freq_interpolation before otherwise).
available inputs: field (Field, FieldsContainer)
available outputs: field (Field ,FieldsContainer)
Example
op = window_bartlett()
op = window_bartlett(field=my_field)
Class Information
| Property | Value |
|---|---|
| Namespace | Ans.DataProcessing.operators.math |
| Assembly | Ans_Dpf_Math_dll_cs |
| Base Class | Ans.DataProcessing.internal_objects.BaseOperator |
Inputs
field
Type: LinkableInput
Outputs
field
Type: LinkableOutput
Constructors
Constructor
window_bartlett()
Constructor
window_bartlett(field, config)
Parameters:
field(object)config(OperatorConfig)
Constructor
window_bartlett(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