https://github.com/chdh/spec-filt
Spectral filter tool
https://github.com/chdh/spec-filt
audio-filter filter fourier-transform spectral-filtering
Last synced: 4 months ago
JSON representation
Spectral filter tool
- Host: GitHub
- URL: https://github.com/chdh/spec-filt
- Owner: chdh
- License: mit
- Created: 2022-08-26T03:06:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-26T03:21:13.000Z (over 2 years ago)
- Last Synced: 2024-12-31T12:27:54.963Z (6 months ago)
- Topics: audio-filter, filter, fourier-transform, spectral-filtering
- Language: TypeScript
- Homepage: https://www.source-code.biz/specFilt
- Size: 222 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SpecFilt - Spectral Filter Tool
A browser-based web application for studying spectral filtering and Fourier transform.
**Online demo**: [www.source-code.biz/specFilt](https://www.source-code.biz/specFilt)
To use spectral filtering within an application program, the [SpecFilt module](https://github.com/chdh/dsp-collection-js/blob/master/src/filter/SpecFilt.ts)
of the [JavaScript DSP collection package](https://www.npmjs.com/package/dsp-collection) can be used.