Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sustained/fourier-transform
A little visualisation of the fourier transform inspired by a Youtube video by 3Blue1Brown.
https://github.com/sustained/fourier-transform
domain fourier-transform frequency maths pi tau time trigonometry visualisation vue vuejs
Last synced: about 1 month ago
JSON representation
A little visualisation of the fourier transform inspired by a Youtube video by 3Blue1Brown.
- Host: GitHub
- URL: https://github.com/sustained/fourier-transform
- Owner: sustained
- Created: 2019-08-17T01:08:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:26:34.000Z (about 2 years ago)
- Last Synced: 2024-10-31T10:12:12.572Z (3 months ago)
- Topics: domain, fourier-transform, frequency, maths, pi, tau, time, trigonometry, visualisation, vue, vuejs
- Language: Vue
- Size: 2.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fourier-transform
This is inspired by a [Youtube video](https://www.youtube.com/watch?v=spUNpyF58BY) I saw recently by [3Brown1Blue](https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw), which is basically a channel that uses animation to explain mathematics.
The video is about the [fourier transform](https://en.wikipedia.org/wiki/Fourier_transform), which you can read about on Wikipedia if you're so inclined.
It's quite interesting and has a ton of practical applications, among them:
- signal processing (e.g. video and audio signals)
- spectroscopy (e.g. nuclear magnetic resonance imaging)
- quantum mechanics
- etc.I mostly made this because I thought that some of the graphs produced in the visualisation on Youtube were rather quite beautiful.
## Install
```
npm install
```### Run
```
npm run serve
```