https://github.com/andy-preston/electronics-calculator
Various resistor calculators for my electronics projects in Python
https://github.com/andy-preston/electronics-calculator
Last synced: 26 days ago
JSON representation
Various resistor calculators for my electronics projects in Python
- Host: GitHub
- URL: https://github.com/andy-preston/electronics-calculator
- Owner: andy-preston
- License: unlicense
- Created: 2023-02-19T11:51:10.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-19T11:51:20.000Z (about 2 years ago)
- Last Synced: 2025-02-13T03:29:38.945Z (3 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Electronics Calculators
=======================Potential Divider calculator
----------------------------Give it an input voltage an output voltage and a catalogue of available
resistors and it'll get you as close as possible.25Hz RC Filter calculator
-------------------------Calculate the resistor and capacitor to form the first stage filter to clip
a 25Hz square wave to a sine wave.This filter will probably need 4 stages but "one step at a time".