Small signal function generator in clojure to generate some fun.
Download from https://github.com/weidtn/fun-gen
It’s a function generator to output signals like sin(x) or square(x).
Run the project directly:
clojure -M -m weidtn.fun-gen
Run the project’s tests (they’ll fail until you edit them):
clojure -M:test:runner
Build an uberjar:
clojure -M:uberjar
Run that uberjar:
java -jar fun-gen.jar
FIXME: listing of options this app accepts.
…
…
Copyright © 2020 Weidtn
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.