[]
public abstract class SynWTFilterInt : SynWTFilter, WaveletFilter
Name | Description |
---|---|
SynWTFilterInt() |
Name | Description |
---|---|
DataType | Returns the type of data on which this filter works, as defined in the DataBlk interface, which is always TYPE_INT for this class. |
Name | Description |
---|---|
synthetize_hpf(int[], int, int, int, int[], int, int, int, int[], int, int) | A specific version of the synthetize_hpf() method that works on int data. See the general description of the synthetize_hpf() method in the SynWTFilter class for more details. |
synthetize_hpf(object, int, int, int, object, int, int, int, object, int, int) | The general version of the synthetize_hpf() method, it just calls the specialized version. See the description of the synthetize_hpf() method of the SynWTFilter class for more details. |
synthetize_lpf(int[], int, int, int, int[], int, int, int, int[], int, int) | A specific version of the synthetize_lpf() method that works on int data. See the general description of the synthetize_lpf() method in the SynWTFilter class for more details. |
synthetize_lpf(object, int, int, int, object, int, int, int, object, int, int) | The general version of the synthetize_lpf() method, it just calls the specialized version. See the description of the synthetize_lpf() method of the SynWTFilter class for more details. |