Expand description

This module contains convenient public transform functions that you can use as parameters in crate::samples_fft_to_spectrum for scaling the frequency value (the FFT result). They act as “idea/inspiration”. Feel free to either compose them or create your own derivation from them.

Structs

Functions

Type Aliases

  • Describes the type for a function that scales/normalizes the data inside crate::FrequencySpectrum. The scaling only affects the value/amplitude of the frequency, but not the frequency itself. It is applied to every single element.