npm.io
0.1.9 • Published 12h ago

@danielsimonjr/mathts-signal

Licence
MIT
Version
0.1.9
Deps
2
Size
4 kB
Vulns
0
Weekly
0

@danielsimonjr/mathts-signal

Standalone signal processing for MathTS.

A focused entry point over the signal typed-function domain in @danielsimonjr/mathts-functions. The implementation is re-exported, not duplicated. These are MathTS typed functions (polymorphic dispatch across number / Complex / Fraction / BigNumber / Matrix where supported).

Install

npm install @danielsimonjr/mathts-signal

What it exports

parallelFFT, parallelIFFT, parallelFFTMagnitude, parallelFFTPower, parallelConv, parallelXCorr, parallelAutoCorr, crossCorrelation, autoCorrelation, groupDelay, unwrapPhase, dct, idct, dst, idst, dwt, fourier, invFourier, hilbertTransform, periodogram, lowpassFilter, highpassFilter, bandpassFilter, resample, medfilt, windowFunction, convolve, correlate, welchPSD, bartlettPSD, multiTaperPSD, goertzel, chirpZTransform (plus the typedSignal bundle).

License

MIT (c) Daniel Simon Jr.

Keywords