diff options
author | Arpit Sharma | 2022-10-21 23:08:46 +0530 |
---|---|---|
committer | Arpit Sharma | 2022-10-21 23:08:46 +0530 |
commit | 28d78148e25db0a5cac9b7896184f191f8355217 (patch) | |
tree | b0abf2cf7e3fc1e872170a4477dd1b01fd29628f /library/SubcircuitLibrary/LM321/README.md | |
parent | 718255ce3a8e4d6f47dbfdf6e321d9502ddb5362 (diff) | |
download | eSim-28d78148e25db0a5cac9b7896184f191f8355217.tar.gz eSim-28d78148e25db0a5cac9b7896184f191f8355217.tar.bz2 eSim-28d78148e25db0a5cac9b7896184f191f8355217.zip |
LM321 Op-Amp IC
Diffstat (limited to 'library/SubcircuitLibrary/LM321/README.md')
-rw-r--r-- | library/SubcircuitLibrary/LM321/README.md | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/library/SubcircuitLibrary/LM321/README.md b/library/SubcircuitLibrary/LM321/README.md new file mode 100644 index 00000000..ad011f2a --- /dev/null +++ b/library/SubcircuitLibrary/LM321/README.md @@ -0,0 +1,35 @@ + +# LM321 Operational Amplifier IC + +LM321 is a 5 pin Op-Amp IC. It has differential input, is internally compensated. Supply voltage ranges from 3V to 32V. Output is short circuit protected. Its output stage is class B, comprising of push-pull transistors. Hence output contains crossover distortion near mid-rail where neither push or pull transistor is conducting. + + +## Usage/Examples + +Inverting/Non-Inverting Amplifier + +Integrator/Summer + +Differential Amplifier + +Differentiator + +Schmitt Trigger + +Comparators + + +## Documentation + +To know the details of LM321 IC please refer to this link [LM321_datasheet.](https://www.onsemi.com/pdf/datasheet/lm321-d.pdf) + +## Comments/Notes + +Please note this is a complete analog IC. It works fine at the time of simulation. + +## Contributor + +Name: Arpit Sharma +Email: arpitniraliya306@gmail.com +Year: 2022 +Position: FOSSEE Summer Fellowship Intern 2022 |