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

https://github.com/reo7sp/fouriertransformtest

Изучение преобразования Фурье для двигающейся волны
https://github.com/reo7sp/fouriertransformtest

Last synced: 7 months ago
JSON representation

Изучение преобразования Фурье для двигающейся волны

Awesome Lists containing this project

README

          

# FourierTransformTest

![Screenshot](/screenshot.jpg?raw=true)

## Building and running
```
echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 642AC823
sudo apt-get update
sudo apt-get install default-jdk scala sbt
sbt run
```