An open API service indexing awesome lists of open source software.

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

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 .