https://github.com/solarliner/filtersim
https://github.com/solarliner/filtersim
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solarliner/filtersim
- Owner: SolarLiner
- Created: 2022-10-14T10:47:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-14T10:51:07.000Z (over 3 years ago)
- Last Synced: 2025-04-06T08:17:27.062Z (about 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Filtersim
A playground for my tests in deriving analog models
## Building
After installing [Rust](https://rustup.rs/), you can compile Filtersim as follows:
```shell
cargo xtask bundle filtersim --release
```