summaryrefslogtreecommitdiff
path: root/Satellite_Communication/chapter_7.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Satellite_Communication/chapter_7.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
downloadPython-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip
removing problem statements
Diffstat (limited to 'Satellite_Communication/chapter_7.ipynb')
-rw-r--r--Satellite_Communication/chapter_7.ipynb15
1 files changed, 0 insertions, 15 deletions
diff --git a/Satellite_Communication/chapter_7.ipynb b/Satellite_Communication/chapter_7.ipynb
index f48f0b36..1ed28d5b 100644
--- a/Satellite_Communication/chapter_7.ipynb
+++ b/Satellite_Communication/chapter_7.ipynb
@@ -27,7 +27,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Power received by the receiving antenna '''\n",
"import math\n",
"\n",
"#Variable Declaration\n",
@@ -68,7 +67,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''free-space path loss'''\n",
"import math\n",
"#Variable Declaration\n",
"c=3*10**8 #speed of light \n",
@@ -124,7 +122,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Attenuation experienced by coplanar component'''\n",
"import math\n",
"\n",
"#Variable Declaration\n",
@@ -177,7 +174,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Effective noise temperature and System Noise Figure'''\n",
"#Variable Declaration\n",
"g1=30 #gain of RF stage in dB\n",
"t1=20 #Noise temperature in K\n",
@@ -226,7 +222,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''overall noise figure'''\n",
"#Variable Declaration\n",
"g1=30 #gain of RF stage in dB\n",
"t1=20 #Noise temperature in K\n",
@@ -281,7 +276,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Noise figure'''\n",
"import math\n",
"\n",
"#Variable Declaration\n",
@@ -341,7 +335,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Loss factor'''\n",
"import math\n",
"\n",
"#Variable Declaration\n",
@@ -382,7 +375,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''System noise temperature'''\n",
"import math\n",
"\n",
"\n",
@@ -436,7 +428,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''carrier-to-interface ratio'''\n",
"import math\n",
"\n",
"\n",
@@ -480,7 +471,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''carrier-to-interference ratio'''\n",
"import math\n",
"\n",
"\n",
@@ -527,7 +517,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Total carrier-to-interference ratio'''\n",
"import math\n",
"\n",
"\n",
@@ -572,7 +561,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Longitudinal separation between two satellites'''\n",
"import math\n",
"\n",
"#Variable Declaration\n",
@@ -615,7 +603,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Gain per degree Kelvin'''\n",
"import math\n",
"\n",
"\n",
@@ -665,7 +652,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''Gain per degree Kelvin'''\n",
"import math\n",
"\n",
"#Variable Declaration\n",
@@ -705,7 +691,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''link margin'''\n",
"import math\n",
"#Variable Declaration\n",
"f=6.0*10**9 # uplink frequency\n",