summaryrefslogtreecommitdiff
path: root/Electronic_Devices_/Chapter2.ipynb
diff options
context:
space:
mode:
Diffstat (limited to 'Electronic_Devices_/Chapter2.ipynb')
-rw-r--r--Electronic_Devices_/Chapter2.ipynb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Electronic_Devices_/Chapter2.ipynb b/Electronic_Devices_/Chapter2.ipynb
index 107fc334..ac5794a8 100644
--- a/Electronic_Devices_/Chapter2.ipynb
+++ b/Electronic_Devices_/Chapter2.ipynb
@@ -42,7 +42,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Average value of half wave rectifier'''",
"",
"import math",
"",
@@ -77,7 +76,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' half wave rectifier output'''",
"",
"import math",
"",
@@ -115,7 +113,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' half wave rectifier output'''",
"",
"import math",
"",
@@ -154,7 +151,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Average value of half wave rectifier'''",
"",
"import math",
"",
@@ -192,7 +188,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Average value of full wave rectifier'''",
"",
"import math",
"",
@@ -227,7 +222,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''PIV full wave'''",
"",
"V_p_pri=100.0; #Peak voltage across primary winding",
"n=1.0/2; #tun ratio is 2:1",
@@ -262,7 +256,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Peak voltage of diode'''",
"",
"import math",
"",
@@ -302,7 +295,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Ripple Factor'''",
"",
"import math",
"",
@@ -347,7 +339,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "''' Min & Max voltage'''",
"",
"import math",
"",
@@ -391,7 +382,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Load regulation percentage'''",
"",
"V_NL=5.18 #No load output voltage",
"V_FL=5.15 #Full load output voltage",
@@ -420,7 +410,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Negative diode limiter'''",
"",
"import pylab as py",
"import numpy as np",
@@ -482,7 +471,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Positive and negative Diode limiter'''",
"",
"#from pylab import figure, show",
"#from numpy import arange, sin, pi,bool",
@@ -549,7 +537,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Positive diode limiter'''",
"",
"#variable declaration",
"V_p_in=18.0; #peak input voltage is 18V",
@@ -584,7 +571,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Negative Clamping circuit'''",
"",
"V_p_in=24.0;",
"V_DC=-(V_p_in-0.7); #DC level added to output",