Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tom-weatherhead/thaw-dsp
Digital signal processing algorithms implemented in TypeScript.
https://github.com/tom-weatherhead/thaw-dsp
digital-signal-processing discrete-cosine-transform dsp fast-fourier-transform fft jpeg
Last synced: about 8 hours ago
JSON representation
Digital signal processing algorithms implemented in TypeScript.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/thaw-dsp
- Owner: tom-weatherhead
- License: mit
- Created: 2022-08-11T02:46:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T18:23:07.000Z (over 2 years ago)
- Last Synced: 2024-10-11T22:36:36.348Z (about 1 month ago)
- Topics: digital-signal-processing, discrete-cosine-transform, dsp, fast-fourier-transform, fft, jpeg
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# thaw-dsp
Digital signal processing algorithms implemented in TypeScript.[![build status][build-status-badge-image]][build-status-url]
[![npm version][npm-version-badge-image]][npm-version-url]
[![latest tag][latest-tag-badge-image]][latest-tag-url]
[![npm total downloads][npm-total-downloads-badge-image]][npm-total-downloads-url]
[![watchers][watchers-badge-image]][watchers-url]
[![stars][stars-badge-image]][stars-url]
[![forks][forks-badge-image]][forks-url]
[![repo dependents][repo-dependents-badge-image]][repo-dependents-url]
[![pkg dependents][pkg-dependents-badge-image]][pkg-dependents-url]
[![commits][commits-badge-image]][commits-url]
[![last commit][last-commit-badge-image]][last-commit-url]
[![types][types-badge-image]][types-url]
[![install size][install-size-badge-image]][install-size-url]
[![known vulnerabilities][known-vulnerabilities-badge-image]][known-vulnerabilities-url]
[![lines of code][lines-of-code-badge-image]][lines-of-code-url]
[![technical debt][technical-debt-badge-image]][technical-debt-url]
[![maintainability][maintainability-badge-image]][maintainability-url]
[![test coverage][test-coverage-badge-image]][test-coverage-url]
[![tested with jest][jest-badge-image]][jest-url]
[![code style: prettier][prettier-badge-image]][prettier-url]
[![license][license-badge-image]][license-url]## API
- DCT (Discrete Cosine Transform) : Used for JPEG image compression
- FFT (Fast Fourier Transform)## License
[MIT](https://choosealicense.com/licenses/mit/)[build-status-badge-image]: https://circleci.com/gh/tom-weatherhead/thaw-dsp.svg?style=shield
[build-status-url]: https://circleci.com/gh/tom-weatherhead/thaw-dsp
[npm-version-badge-image]: https://img.shields.io/npm/v/thaw-dsp.svg
[npm-version-url]: https://www.npmjs.com/package/thaw-dsp
[latest-tag-badge-image]: https://badgen.net/github/tag/tom-weatherhead/thaw-dsp
[latest-tag-url]: https://github.com/tom-weatherhead/thaw-dsp/tags
[npm-total-downloads-badge-image]: https://img.shields.io/npm/dt/thaw-dsp.svg
[npm-total-downloads-url]: https://www.npmjs.com/package/thaw-dsp
[watchers-badge-image]: https://badgen.net/github/watchers/tom-weatherhead/thaw-dsp
[watchers-url]: https://github.com/tom-weatherhead/thaw-dsp/watchers
[stars-badge-image]: https://badgen.net/github/stars/tom-weatherhead/thaw-dsp
[stars-url]: https://github.com/tom-weatherhead/thaw-dsp/stargazers
[forks-badge-image]: https://badgen.net/github/forks/tom-weatherhead/thaw-dsp
[forks-url]: https://github.com/tom-weatherhead/thaw-dsp/network/members
[repo-dependents-badge-image]: https://badgen.net/github/dependents-repo/tom-weatherhead/thaw-dsp
[repo-dependents-url]: https://badgen.net/github/dependents-repo/tom-weatherhead/thaw-dsp
[pkg-dependents-badge-image]: https://badgen.net/github/dependents-pkg/tom-weatherhead/thaw-dsp
[pkg-dependents-url]: https://badgen.net/github/dependents-pkg/tom-weatherhead/thaw-dsp
[commits-badge-image]: https://badgen.net/github/commits/tom-weatherhead/thaw-dsp
[commits-url]: https://github.com/tom-weatherhead/thaw-dsp/commits/master
[last-commit-badge-image]: https://badgen.net/github/last-commit/tom-weatherhead/thaw-dsp
[last-commit-url]: https://badgen.net/github/last-commit/tom-weatherhead/thaw-dsp
[types-badge-image]: https://badgen.net/npm/types/thaw-dsp
[types-url]: https://badgen.net/npm/types/thaw-dsp
[install-size-badge-image]: https://badgen.net/packagephobia/install/thaw-dsp
[install-size-url]: https://badgen.net/packagephobia/install/thaw-dsp
[known-vulnerabilities-badge-image]: https://snyk.io/test/github/tom-weatherhead/thaw-dsp/badge.svg?targetFile=package.json&package-lock.json
[known-vulnerabilities-url]: https://snyk.io/test/github/tom-weatherhead/thaw-dsp?targetFile=package.json&package-lock.json
[lines-of-code-badge-image]: https://badgen.net/codeclimate/loc/tom-weatherhead/thaw-dsp
[lines-of-code-url]: https://badgen.net/codeclimate/loc/tom-weatherhead/thaw-dsp
[technical-debt-badge-image]: https://badgen.net/codeclimate/tech-debt/tom-weatherhead/thaw-dsp
[technical-debt-url]: https://badgen.net/codeclimate/tech-debt/tom-weatherhead/thaw-dsp
[maintainability-badge-image]: https://api.codeclimate.com/v1/badges/1877e6d764091daf1465/maintainability
[maintainability-url]: https://codeclimate.com/github/tom-weatherhead/thaw-dsp/maintainability
[test-coverage-badge-image]: https://api.codeclimate.com/v1/badges/1877e6d764091daf1465/test_coverage
[test-coverage-url]: https://codeclimate.com/github/tom-weatherhead/thaw-dsp/test_coverage
[jest-badge-image]: https://img.shields.io/badge/tested_with-jest-99424f.svg
[jest-url]: https://github.com/facebook/jest
[prettier-badge-image]: https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square
[prettier-url]: https://github.com/prettier/prettier
[license-badge-image]: https://img.shields.io/github/license/mashape/apistatus.svg
[license-url]: https://github.com/tom-weatherhead/thaw-dsp/blob/master/LICENSE