Ans.DataProcessing.operators.filter Namespace
Last update: 18.06.2026Classes
| Class | Description |
|---|---|
| abc_weightings | Computes ABC-weightings for the amplitude spectrum in dB units. ///available inputs: fields_container (FieldsContainer), weighting_type (Int32), shape_by_tf_scoping (bool) |
| field_band_pass | The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input. ///available inputs: field (Field, FieldsContainer), min_threshold (double, Field), max_threshold (double, Field) (optional) |
| field_band_pass_fc | The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input. ///available inputs: fields_container (FieldsContainer), min_threshold (double, Field), max_threshold (double, Field) (optional) |
| field_high_pass | The high pass filter returns all the values above (but not equal to) the threshold value in input. ///available inputs: field (Field, FieldsContainer), threshold (double, Field), both (bool) (optional) |
| field_high_pass_fc | The high pass filter returns all the values above (but not equal to) the threshold value in input. ///available inputs: fields_container (FieldsContainer), threshold (double, Field), both (bool) (optional) |
| field_low_pass | The low pass filter returns all the values below (but not equal to) the threshold value in input. ///available inputs: field (Field, FieldsContainer), threshold (double, Field), both (bool) (optional) |
| [field_low_pass_fc]_field_low_pass_fc.md) | The low pass filter returns all the values below (but not equal to) the threshold value in input. ///available inputs: fields_container (FieldsContainer), threshold (double, Field), both (bool) (optional) |
| [field_signed_high_pater_field_signed_high_pass.md) | The high pass filter returns all the values above, or equal, in absolute value to the threshold value in input. ///available inputs: field (Field, FieldsContainer), threshold (double, Field), both (bool) (optional) |
| [field_signed_high_p_filter_field_signed_high_pass_fc.md) | The high pass filter returns all the values above, or equal, in absolute value to the threshold value in input. ///available inputs: fields_container (FieldsContainer), threshold (double, Field), both (bool) (optional) |
| [filtering_max_over_timer_filtering_max_over_time.md) | Creates a filtering workflow that will filter results based on a threshold of a selected invariant. ///available inputs: invariant_fc_operator (string), output_pin (Int32) (optional), list_of_results (string) (optional), threshold (double) (optional) |
| scoping_band_pass | The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input. ///available inputs: field (Field, FieldsContainer), min_threshold (double, Field), max_threshold (double, Field) (optional) |
| scoping_high_pass | The high pass filter returns all the values above (but not equal to) the threshold value in input. ///available inputs: field (Field, FieldsContainer), threshold (double, Field), both (bool) (optional) |
| scoping_low_pass | The low pass filter returns all the values below (but not equal to) the threshold value in input. ///available inputs: field (Field, FieldsContainer), threshold (double, Field), both (bool) (optional) |
| scoping_signed_high_pass | The high pass filter returns all the values above, or equal, in absolute value to the threshold value in input. ///available inputs: field (Field, FieldsContainer), threshold (double, Field), both (bool) (optional) |
| timefreq_band_pass | The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), min_threshold (double, Field), max_threshold (double, Field) (optional) |
| timefreq_high_pass | The high pass filter returns all the values above (but not equal to) the threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), threshold (double, Field), both (bool) (optional) |
| timefreq_low_pass | The low pass filter returns all the values below (but not equal to) the threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), threshold (double, Field), both (bool) (optional) |
| timefreq_signed_high_pass | The high pass filter returns all the values above, or equal, in absolute value to the threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), threshold (double, Field), both (bool) (optional) |
| timescoping_band_pass | The band pass filter returns all the values above (but not equal to) the minimum threshold value and below (but not equal to) the maximum threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), min_threshold (double, Field), max_threshold (double, Field) (optional) |
| timescoping_high_pass | The high pass filter returns all the values above (but not equal to) the threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), threshold (double, Field), both (bool) (optional) |
| timescoping_low_pass | The low pass filter returns all the values below (but not equal to) the threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), threshold (double, Field), both (bool) (optional) |
| timescoping_signed_high_pass | The high pass filter returns all the values above, or equal, in absolute value to the threshold value in input. ///available inputs: time_freq_support (TimeFreqSupport), threshold (double, Field), both (bool) (optional) |