diff options
Diffstat (limited to 'Linear_Integrated_Circuits/Chapter_6.ipynb')
-rw-r--r-- | Linear_Integrated_Circuits/Chapter_6.ipynb | 14 |
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",
|