package
0.3.0
Repository: https://github.com/jamestunnell/go-dsp.git
Documentation: pkg.go.dev

# Packages

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

# Functions

AnalyzeTimeFreqTransform uses the given transform on the values, assuming they represent a time domain signal.
ScaleBy applies the given scaling.

# Constants

NoScaling scales by 1 (i.e.
ScaleByOneOverN scales by 1/N (N is array size).
ScaleByOneOverSqrtN scales by 1/sqrt(N) (N is array size).

# Type aliases

Scaling is the scaling type.
Transform is a function that performs a transform (like from time to frequency domain) and scaling.