https://github.com/itstorque/spice-daemon
https://github.com/itstorque/spice-daemon
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itstorque/spice-daemon
- Owner: itstorque
- Created: 2022-07-29T12:04:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T16:25:29.000Z (over 3 years ago)
- Last Synced: 2025-06-04T08:57:26.429Z (about 1 year ago)
- Language: Python
- Size: 5.36 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spice-daemon
## Installation
Clone repo
Install pip packages
Add to path so you can run it anywhere using: `sudo ln -s $PWD/spice.py /usr/local/bin/spice`
#### Pip packages
- numpy
- colorednoise
- pyyaml
- scipy
TODOs:
- integrate spice-noise-daemon git submodule properly...
- Johnson noise in noisy_resistor
- check blog...
- only update on change for non-entropic things
- default values
- should we migrate to deparable variables? I.e. generate gaussian dist w/o mu + sigma then feed those through the LTSpice UI? This also affects johnson noise, etc. What is the vision for this?