diff options
Diffstat (limited to 'Microwave_and_Radar_Engineering/Chapter_3.ipynb')
-rw-r--r-- | Microwave_and_Radar_Engineering/Chapter_3.ipynb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Microwave_and_Radar_Engineering/Chapter_3.ipynb b/Microwave_and_Radar_Engineering/Chapter_3.ipynb index a92941f8..033e0551 100644 --- a/Microwave_and_Radar_Engineering/Chapter_3.ipynb +++ b/Microwave_and_Radar_Engineering/Chapter_3.ipynb @@ -27,7 +27,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Finding the value of terminating impedance'''\n",
"\n",
"#Variable declaration\n",
"Zo = 100 #o/p impedance(Ohms)\n",
@@ -64,7 +63,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Calculate characterstic impedance, attenuation constant, phase constant and power delivered to the load'''\n",
"\n",
"import math\n",
"import cmath\n",
@@ -122,7 +120,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Obtain phase velocity of a wave that is propagated on the line'''\n",
"\n",
"import math\n",
"\n",
@@ -162,10 +159,8 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Calculate -\n",
"a) Current drawn from generator\n",
"b) Power delivered to the load\n",
- "c) Current flowing through the load'''\n",
"\n",
"import cmath\n",
"import math\n",
@@ -230,7 +225,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Calculate VSWR and reflection coefficient'''\n",
"\n",
"import cmath\n",
"import math\n",
@@ -277,7 +271,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Determine the point of attachment and length of stub'''\n",
"\n",
"import math\n",
"\n",
@@ -325,7 +318,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Calcultate the terminating impedance'''\n",
"\n",
"import cmath\n",
"import math\n",
@@ -372,11 +364,9 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Determine - \n",
"a)VSWR\n",
"b) Position of first Vmin and Vmax\n",
"c) Vmin and Vmax\n",
- "d) Impedance at Vmin and Vmax'''\n",
"\n",
"import math\n",
"\n",
@@ -441,10 +431,8 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "''' Determine - \n",
"a)Transmission loss\n",
"b)Reflection loss\n",
- "c)Return loss'''\n",
"\n",
"import math\n",
"\n",
@@ -500,7 +488,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Calculate the characteristic impedance and phase velocity'''\n",
"\n",
"import cmath\n",
"import math\n",
|