summaryrefslogtreecommitdiff
path: root/Linear_Integrated_Circuits/Chapter_7.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Linear_Integrated_Circuits/Chapter_7.ipynb')
-rw-r--r--Linear_Integrated_Circuits/Chapter_7.ipynb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Linear_Integrated_Circuits/Chapter_7.ipynb b/Linear_Integrated_Circuits/Chapter_7.ipynb
index 143b1a36..ff558ee5 100644
--- a/Linear_Integrated_Circuits/Chapter_7.ipynb
+++ b/Linear_Integrated_Circuits/Chapter_7.ipynb
@@ -22,7 +22,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''RC Phase shift oscillator'''",
"",
"#Variable Declarartion:",
"import math",
@@ -68,7 +67,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Wien bridge oscillator'''",
"",
"#Variable Declaration:",
"import math",
@@ -117,7 +115,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Astable multivibrator'''",
"",
"#Variable Declaration:",
"R1=116.0*10**3 #Resistance in ohm",
@@ -172,7 +169,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Square wave oscillator'''",
"",
"#Variable Declaration:",
"fo=1000.0 #Frequency in hertz",
@@ -210,7 +206,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Triangular wave generator'''",
"",
"#Variable Declaration:",
"R1=100.0*10**3 #Resistance in ohm",
@@ -265,7 +260,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Sawtooth wave generator'''",
"",
"#Variable Declaration:",
"Ri=10.0*10**3 #Resitance in ohm",
@@ -304,7 +298,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Monostable multivibrator'''",
"# Answer in textbook is wrong",
"#Varible Declaration:",
"C=0.1*10**-6 #Capacitance in farad",
@@ -339,7 +332,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Frequency of oscillation'''",
"",
"#Variable Declaration:",
"D=20.0 # 20 percent #Duty cycle",
@@ -378,7 +370,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Astable multivibrator'''",
"",
"#Variable Declaration:",
"D=0.7 #Duty cycle ",
@@ -419,7 +410,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Teletypewrite'''",
"",
"#Variable Declaration:",
"f1=1070.0 #Frequency in hertz",