Skip to content

rtlevy/FourierTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple web application written in Typescript which calculates the discrete Fourier transform of a given data set.

Building

Node.js and 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 http://localhost:3000.

About

Fourier Transform calculator written in TypeScript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors