https://github.com/r0h1th-1dd4e2/c-project
Op-amp Calculator
https://github.com/r0h1th-1dd4e2/c-project
Last synced: 3 months ago
JSON representation
Op-amp Calculator
- Host: GitHub
- URL: https://github.com/r0h1th-1dd4e2/c-project
- Owner: R0h1th-1DD4E2
- Created: 2023-04-26T16:29:49.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T17:14:16.000Z (about 2 years ago)
- Last Synced: 2025-01-17T14:55:19.107Z (5 months ago)
- Language: C
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Op-Amp Calculator
This is a command-line tool written in C programming language that can calculate output voltage and gain for different types of operational amplifier circuits. It can calculate output voltage and gain for:
1. Inverting Amplifier
2. Non-Inverting Amplifier
3. Integrating Amplifier
4. Differentiator Amplifier
5. Summing Amplifier
6. Subtractor Amplifier
7. Gain Calculator## Installation
1. Clone the repository
2. Navigate to the cloned directory
3. Compile the source code with the following command:```
gcc -o opampcalculator opampcalculator.c
```4. Run the program with the following command:
```
./opampcalculator
```## Usage
1. Choose the type of amplifier you want to calculate output voltage or gain for by typing in the corresponding number (1-7).
2. Follow the prompts to input the necessary values for the chosen amplifier.
3. The output voltage or gain will be displayed.
4. If you want to calculate output voltage or gain for another amplifier, choose "Y" when prompted to try again. Otherwise, choose "N" to exit the program.## Contributors
- [@shreyap19](https://github.com/shreyap19)
## Contributing
This project is open to contributions from anyone. If you find any bugs or have suggestions for new features, feel free to submit an issue or pull request.