Documentation ¶
Overview ¶
Package z provides support for Z transform to analyze digital filters.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FreqZ ¶
func FreqZ(b, a []float64, N int) []complex128
FreqZ return frequency response given filter coefficients. The name of this function is followed by Matlab.
func SplitFreqZ ¶
func SplitFreqZ(freqz []complex128) ([]float64, []float64)
SplitFreqZ splits a frequency response to amplitude and phase response.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.