Struct signalo_filters::wavelet::analyze::Config[][src]

pub struct Config<T, const N: usize> {
    pub low_pass: ConvolveConfig<T, N>,
    pub high_pass: ConvolveConfig<T, N>,
}
Expand description

The wavelet filter’s configuration.

Fields

low_pass: ConvolveConfig<T, N>

The low-pass convolution’ configuration.

high_pass: ConvolveConfig<T, N>

The high-pass convolution’ configuration.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.