Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FreqResponse ¶
FreqResponse contains frequency, magnitude, and phase.
func (*FreqResponse) MagnitudesDecibel ¶
func (fr *FreqResponse) MagnitudesDecibel() []float64
MagnitudesDecibel returns the magnitude response in decibels (dB).
func (*FreqResponse) PlotMagnitude ¶
func (fr *FreqResponse) PlotMagnitude() (*plot.Plot, error)
PlotMagnitude creates a plot with magnitude vs freq.
func (*FreqResponse) PlotMagnitudeDecibel ¶
func (fr *FreqResponse) PlotMagnitudeDecibel() (*plot.Plot, error)
PlotMagnitudeDecibel creates a plot with magnitude (dB) vs freq.
Click to show internal directories.
Click to hide internal directories.