https://github.com/stefanoborini/converter
https://github.com/stefanoborini/converter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanoborini/converter
- Owner: stefanoborini
- Created: 2024-07-08T18:14:45.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-08T20:07:12.000Z (11 months ago)
- Last Synced: 2025-01-19T01:05:00.522Z (5 months ago)
- Language: C
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# converter for signaloid
Simply import the repository on signaloid platform and execute with the following command line arguments (example).
1500 uniform 1.1 1.3
First argument is the amount to convert.
Second argument is a string defining the distribution of the conversion factor. Currently only two options are allowed, ``uniform`` and ``gaussian``:* If second argument is ``uniform``: third argument is the lowest value, and fourth argument is the highest value of the uniform distribution.
* If second argument is ``gaussian``: third argument is the gaussian distribution mu, and fourth argument is the sigma.