#include <filter.h>
Public Member Functions | |
FILTER_EDIT (int _mode, double f_lo, double f_hi, const char *comment, const char *status) | |
Initial settings for the filter. | |
ARRAY< UI_X_PROPERTY_EDIT * > | sub_items () |
Array of sub-items to use in the property menu editor. | |
void | curr_value () |
puts the current value representation in "value" string | |
Public Attributes | |
SELECTION_EDIT | mode |
Filtering mode: 0 - No filtering, 1- low-pass, 2-high-pass, 3-band-pass, 4- band-reject. | |
REAL_EDIT | f_locut |
REAL_EDIT | f_hicut |
band limits | |
FILTER | filter |