summaryrefslogtreecommitdiff
path: root/Linear_Integrated_Circuits/Chapter_11.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Linear_Integrated_Circuits/Chapter_11.ipynb')
-rw-r--r--Linear_Integrated_Circuits/Chapter_11.ipynb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Linear_Integrated_Circuits/Chapter_11.ipynb b/Linear_Integrated_Circuits/Chapter_11.ipynb
index 87c114d1..85490636 100644
--- a/Linear_Integrated_Circuits/Chapter_11.ipynb
+++ b/Linear_Integrated_Circuits/Chapter_11.ipynb
@@ -22,7 +22,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Resolution'''",
"",
"#Variable Declaration:",
"import math",
@@ -67,7 +66,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''D/A converter resolution'''",
"",
"#Variable Declaration:",
"n=8.0 #Number of bits in word",
@@ -103,7 +101,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Ladder type D/A converter'''",
"",
"#Variable Declaration:",
"n=4.0 #Number of bits in word",
@@ -147,7 +144,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''8-bit D/A converter'''",
"",
"#Variable Declaration:",
"reso=10.0 #Resolution of D/A converter",
@@ -191,7 +187,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''4-bit converter'''",
"",
"#Part A",
"print('\\nPart A')",
@@ -286,7 +281,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Inverted R-2R ladder'''",
"",
"#Variable Declaration:",
"import math",
@@ -348,7 +342,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Output voltage for digital input'''",
"",
"#Variable Declaration:",
"lsb=8.0*10**-6 #Current for 1 LSB in ampere",
@@ -413,7 +406,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Resolution and dynamic range'''",
"",
"#Variable Declaration:",
"import math",
@@ -455,7 +447,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''8-bit A/D converter'''",
"",
"#Variable Declaration:",
"Vm=10.0 #Voltage in volt",
@@ -508,7 +499,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Successive approximation A/D converter'''",
"",
"#Variable declaration:",
"n=8.0 #Number of bits in word",