Struct rgsl::types::wavelet_transforms::Wavelet
[−]
[src]
pub struct Wavelet { // some fields omitted }
The Wavelet structure contains the filter coefficients defining the wavelet and any associated offset parameters.
Methods
impl Wavelet
[src]
fn new(t: &WaveletType, k: usize) -> Option<Wavelet>
This function allocates and initializes a wavelet object of type T. The parameter k selects the specific member of the wavelet family. A null pointer is returned if insufficient memory is available or if a unsupported member is selected.
fn name(&self) -> Option<String>
This function returns a pointer to the name of the wavelet family for w.