summaryrefslogtreecommitdiff
path: root/Electronic_Devices_/Chapter15.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Electronic_Devices_/Chapter15.ipynb')
-rw-r--r--Electronic_Devices_/Chapter15.ipynb8
1 files changed, 0 insertions, 8 deletions
diff --git a/Electronic_Devices_/Chapter15.ipynb b/Electronic_Devices_/Chapter15.ipynb
index 41cc02a1..51a03fc9 100644
--- a/Electronic_Devices_/Chapter15.ipynb
+++ b/Electronic_Devices_/Chapter15.ipynb
@@ -42,7 +42,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Band pass Filter'''",
"",
"f0=15*10**3; #center frequency in hertz",
"BW=1*10**3;",
@@ -72,7 +71,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Butterworth response'''",
"",
"R2=10*10**3;",
"R1=0.586*R2; #FOR BUTTERWORTH RESPONSE",
@@ -102,7 +100,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Sallen Key lowpass Filter'''",
"",
"import math",
"R_A=1*10**3;",
@@ -140,7 +137,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''4-pole Filter'''",
"",
"import math",
"f_c=2860.0;",
@@ -179,7 +175,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Sallen Key highpass Filter'''",
"",
"import math",
"f_c=10*10**3; #critical frequency in hertz",
@@ -218,7 +213,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Cascaded Filter'''",
"",
"import math",
"R1=68.0*10**3;",
@@ -257,7 +251,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''State variable Filter'''",
"",
"import math",
"R4=1000.0;",
@@ -298,7 +291,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Band stop Filters'''",
"",
"import math",
"R4=12.0*10**3;",