https://github.com/juanbelieni/fourier
A TypeScript implementation of Fourier Series and Transform.
https://github.com/juanbelieni/fourier
fourier fourier-series fourier-transform javascript math typescript
Last synced: 2 months ago
JSON representation
A TypeScript implementation of Fourier Series and Transform.
- Host: GitHub
- URL: https://github.com/juanbelieni/fourier
- Owner: juanbelieni
- Created: 2020-10-14T22:31:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T17:45:29.000Z (almost 5 years ago)
- Last Synced: 2025-08-12T00:05:06.266Z (2 months ago)
- Topics: fourier, fourier-series, fourier-transform, javascript, math, typescript
- Language: TypeScript
- Homepage: https://fourier.vercel.app/
- Size: 198 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fourier
A TypeScript implementation of Fourier Series and Transform.

## 🎯 Features
- It uses the discrete Fourier transform method to calculate the circumferences properties.
- It uses native math tools.
- User can draw on the screen.## 🔧 Installation
```bash
# Clone
$ git clone https://github.com/juanbelieni/fourier.git# Move to folder
$ cd fourier# Install with NPM
$ npm install
# or Yarn
$ yarn
```## 🔠Usage
```bash
# Run in development mode with NPM
$ npm run dev
# or Yarn
$ yarn dev# Run in production mode, by building with NPM
$ yarn run build
# or Yarn
$ yarn build
# and serving
$ npx serve -s dist
```## 📪 Contributing
1. Fork the Project
2. Create your Feature Branch: `git checkout -b feature/your-feature`
3. Commit your Changes: `git commit -m 'Add your-feature'`
4. Push to the Branch: `git push origin feature/your-feature`
5. Open a Pull Request## ✉ Contact
Twitter: [@juanbelieni](https://twitter.com/juanbelieni) | Email: [juanbelieni@gmail.com](mailto:juanbelieni@gmail.com)