diff options
author | athulms22 | 2018-06-28 19:54:49 +0530 |
---|---|---|
committer | GitHub | 2018-06-28 19:54:49 +0530 |
commit | a45cefdde8fb6bf4739c1d5280dfea721bb4477c (patch) | |
tree | 563d0fe5a9745e8ef93fad04d483155cc5d6ec47 /analog circuits/differentiator/differentiator.cir | |
parent | caed24ed62350562fde70f9ec6f0c077fb850357 (diff) | |
download | eSIm-Kicad-Simulations-a45cefdde8fb6bf4739c1d5280dfea721bb4477c.tar.gz eSIm-Kicad-Simulations-a45cefdde8fb6bf4739c1d5280dfea721bb4477c.tar.bz2 eSIm-Kicad-Simulations-a45cefdde8fb6bf4739c1d5280dfea721bb4477c.zip |
Add files via upload
Diffstat (limited to 'analog circuits/differentiator/differentiator.cir')
-rw-r--r-- | analog circuits/differentiator/differentiator.cir | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/analog circuits/differentiator/differentiator.cir b/analog circuits/differentiator/differentiator.cir new file mode 100644 index 0000000..e226e5b --- /dev/null +++ b/analog circuits/differentiator/differentiator.cir @@ -0,0 +1,9 @@ +.title KiCad schematic
+R1 Net-_C1-Pad2_ Net-_R1-Pad2_ 100k
+C1 Net-_C1-Pad1_ Net-_C1-Pad2_ 20n
+R3 Net-_R3-Pad1_ Net-_C1-Pad1_ 10k
+R4 GND Net-_R3-Pad1_ 1k
+R2 GND Net-_R2-Pad2_ 1k
+V1 Net-_R1-Pad2_ GND pwl(0 5 30m 5 30.0005m -5 50m -5 50.0005m 5)
+VU1 Net-_R3-Pad1_ Net-_C1-Pad1_ Net-_R2-Pad2_ AD8620
+.end
|