Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chdh/dsp-collection-js
A collection of JavaScript modules for digital signal processing (written in TypeScript)
https://github.com/chdh/dsp-collection-js
audio-processing digital-signal-processing dsp fft filter signal-processing
Last synced: 12 days ago
JSON representation
A collection of JavaScript modules for digital signal processing (written in TypeScript)
- Host: GitHub
- URL: https://github.com/chdh/dsp-collection-js
- Owner: chdh
- License: mit
- Created: 2018-08-25T22:15:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T05:29:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T08:35:35.402Z (6 months ago)
- Topics: audio-processing, digital-signal-processing, dsp, fft, filter, signal-processing
- Language: TypeScript
- Homepage: http://www.source-code.biz/dsp/js
- Size: 127 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# The JavaScript DSP Collection
A collection of JavaScript modules for digital signal processing (written in TypeScript).
(This package is currently in development)
NPM package: [dsp-collection](https://www.npmjs.com/package/dsp-collection)
## Online test applications
* [Window functions test](https://www.source-code.biz/dsp/js/simpleTests/testWindowFunctions.html)
* [Signal analysis tests](https://www.source-code.biz/dsp/js/signalAnalysisTests)## Associated online tools
* [HarmSyn - Harmonic synthesizer](https://www.source-code.biz/harmSyn)
* [KlattSyn - Klatt formant synthesizer](https://www.source-code.biz/klattSyn)
* [SinSyn - Sinusoidal synthesizer](https://www.source-code.biz/sinSyn)
* [SpecFilt - Spectral filter tool](https://www.source-code.biz/specFilt)## Associated JavaScript packages
* [commons-math-interpolation](https://github.com/chdh/commons-math-interpolation) - Interpolation and regression algorithms
* [Function curve editor widget](https://www.source-code.biz/snippets/typescript/functionCurveEditor)
* [Function curve viewer widget](https://www.source-code.biz/snippets/typescript/functionCurveViewer)
* [WAV file encoder](https://github.com/chdh/wav-file-encoder)
* [WAV file decoder](https://github.com/chdh/wav-file-decoder)