@danielsimonjr/mathts-signal
v0.1.3
Published
Standalone signal-processing functions for MathTS, re-exported as a focused package
Maintainers
Readme
@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-signalWhat 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.
