summaryrefslogtreecommitdiff
path: root/Linear_Integrated_Circuits/Chapter_6.ipynb
diff options
context:
space:
mode:
authorHardik Ghaghada2014-06-20 15:52:25 +0530
committerHardik Ghaghada2014-06-20 15:52:25 +0530
commite1e59ca3a50d9f93e8b7bc0693b8081d5db77771 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Linear_Integrated_Circuits/Chapter_6.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
parent83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (diff)
downloadPython-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.tar.gz
Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.tar.bz2
Python-Textbook-Companions-e1e59ca3a50d9f93e8b7bc0693b8081d5db77771.zip
Merge pull request #1 from debashisdeb/master
removing problem statements from all the chapters to avoid copyright violations
Diffstat (limited to 'Linear_Integrated_Circuits/Chapter_6.ipynb')
-rw-r--r--Linear_Integrated_Circuits/Chapter_6.ipynb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Linear_Integrated_Circuits/Chapter_6.ipynb b/Linear_Integrated_Circuits/Chapter_6.ipynb
index 002417d5..1e4a097d 100644
--- a/Linear_Integrated_Circuits/Chapter_6.ipynb
+++ b/Linear_Integrated_Circuits/Chapter_6.ipynb
@@ -52,7 +52,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''first order low pass butterworth filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -91,7 +90,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''first order low pass filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -134,7 +132,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''second order low pass butterworth filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -179,7 +176,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''second order low pass butterworth filter with uppercutoff frequency'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -227,7 +223,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''third order low pass butterworth filter'''\n",
"\n",
"#Variable declaration:\n",
"import math\n",
@@ -281,7 +276,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''fourth order low pass butterworth filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -340,7 +334,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''first order high pass filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -386,7 +379,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''second order high pass butterworth filter variable gain'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -476,7 +468,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''fourth order high pass butterworth filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -539,7 +530,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''bandpass filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -587,7 +577,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''bandpass filter with resonant frequency'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -639,7 +628,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''narrowband bandpass filter'''\n",
"\n",
"#Variable Declaration:\n",
"import math\n",
@@ -685,7 +673,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''narrowband bandpass filter with resonant frequency'''\n",
"\n",
"#Variable Declaration:\n",
"fr=200.0 #Resonant frequency in hertz\n",
@@ -730,7 +717,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' clock frequency'''\n",
"\n",
"#Variable Declaration:\n",
"R=1.0*10**6 #Resistance in ohm\n",