pub struct Scales { /* private fields */ }Expand description
Scale factor for the wavelet transform.
Implementations§
source§impl Scales
impl Scales
sourcepub fn create(
st: ScaleTypes,
afs: usize,
af0: f64,
af1: f64,
af_num: usize
) -> Scales
pub fn create( st: ScaleTypes, afs: usize, af0: f64, af1: f64, af_num: usize ) -> Scales
Create the scale factor for the transform.
st - Log | Linear for logarithmic or linear distribution of scales across frequency range
afs - Sample frequency
af0 - Beginning of the frequency range
af1 - End of the frequency range
af_num - Number of wavelets to generate across frequency range