WindowFunctions
Window functions for apodization.
Overview
The WindowFunctions
library provides a variety of window functions used in signal processing to reduce spectral leakage. These window functions are essential for applications like spectrum analysis and filter design, where improving the frequency characteristics of the signal is crucial.
Example, print all the values from the window iterator
extern crate windowfunctions;
use ;
Example, store the window in a vector
extern crate windowfunctions;
use ;
License
This library is licensed under the MIT License. See the LICENSE file for more details.
Contributions
Contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.