package
0.1.1
Repository: https://github.com/ftl/sdrainer.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
NewBoolDeboncer returns a new debouncer for boolean signals with the given threshold.
NewDefaultGoertzel returns a new Goertzel filter that uses the DefaultBlocksizeRatio.
No description provided by the author
No description provided by the author
NewGoertzel returns a new Goertzel filter to detect the given pitch frequency.
NewRollingHistory returns a new RollingHistory of the given length.
NewRollingMean with size n.
NewRollingVariance with size n.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

BoolDebouncer is a debouncer for boolean signals.
No description provided by the author
No description provided by the author
Goertzel filter to detect a specific pitch frequency.
Peak represents a section in a block that contains a peak.
RollingHistory provides access to the last <length> values and a set of functions based on those historical values.
RollingMean calculates the mean over n values.
RollingVariance calculates the variance over n values.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author
Block represents a block of samples that are processed as one unit.
FilterBlock represents.