package
0.0.0-20240411020228-c5379f9b5b61
Repository: https://github.com/mattetti/audio.git
Documentation: pkg.go.dev
# Functions
Blackman generates a Blackman window of the requested size See https://en.wikipedia.org/wiki/Window_function#Blackman_windows.
Hamming generates a Hamming window of the requested size See https://en.wikipedia.org/wiki/Window_function#Hamming_window.
Nuttall generates a Blackman-Nutall window See https://en.wikipedia.org/wiki/Window_function#Nuttall_window.2C_continuous_first_derivative.
# Type aliases
Function is an alias type representing window functions.