summaryrefslogtreecommitdiff
path: root/Microwave_and_Radar_Engineering/Chapter_3.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 /Microwave_and_Radar_Engineering/Chapter_3.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 'Microwave_and_Radar_Engineering/Chapter_3.ipynb')
-rw-r--r--Microwave_and_Radar_Engineering/Chapter_3.ipynb13
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",