https://github.com/rtlevy/fourierts
Fourier Transform calculator written in TypeScript
https://github.com/rtlevy/fourierts
fourier
Last synced: 5 months ago
JSON representation
Fourier Transform calculator written in TypeScript
- Host: GitHub
- URL: https://github.com/rtlevy/fourierts
- Owner: rtlevy
- License: apache-2.0
- Created: 2017-09-25T02:42:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T20:29:40.000Z (over 7 years ago)
- Last Synced: 2024-05-31T21:22:46.550Z (over 1 year ago)
- Topics: fourier
- Language: TypeScript
- Homepage: https://www.raphaellevy.com/FourierTS/
- Size: 298 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a simple web application written in Typescript which calculates the discrete Fourier transform of a given data set.
### Building ###
[Node.js](https://github.com/nodejs/node) and [NPM](https://github.com/npm/npm) are required to build and run the project. To build the application, run the following commands in the project directory:
npm install
node_modules/typescript/bin/tsc
### Running ###Once the project is built, simply run the following to start the application.
npm start
The application will be visible at .