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

# Functions

TestTimeFreqTransformForwardReverse runs the transform twice, first with an impulse, then again with that transform output, to see if the original impulse is recovered.
TestTimeFreqTransformGivenImpulse sends a shifted impulse through the forward FFT.
TestTimeFreqTransformGivenShiftedImpulse sends a shifted impulse through the forward FFT.
VerifyEqualWithin verifies that the given slices are the same length, and that all elements (real and imaginary components) are within the given delta of eachother.