Documentation
¶
Overview ¶
Package filter provides builders for designing kernels for common filter types.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeBandPass ¶
MakeBandPass creates a band-pass filter impulse response. It allows frequences between the two stop frequencies.
func MakeBandReject ¶
MakeBandReject creates a band-reject filter impulse response. It filters out frequencies between the two stop frequencies.
func MakeHighPass ¶
MakeHighPass creates a high-pass filter impulse response. It filters frequencies lower than the cutoff frequency.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.