diff options
Diffstat (limited to 'Satellite_Communication/chapter_6.ipynb')
-rw-r--r-- | Satellite_Communication/chapter_6.ipynb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Satellite_Communication/chapter_6.ipynb b/Satellite_Communication/chapter_6.ipynb index f4e3eeff..22f229fb 100644 --- a/Satellite_Communication/chapter_6.ipynb +++ b/Satellite_Communication/chapter_6.ipynb @@ -27,7 +27,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''length of reference and traffic burst'''\n",
"#Variable Declaration\n",
"t=20 #TDMA frame length in ms\n",
"lc=352 #length of carrier and clock recovery frequency in bits\n",
@@ -80,7 +79,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Frame efficiency'''\n",
"import math\n",
"#Variable Declaration\n",
"t=20 # TDMA frame length in ms\n",
@@ -131,7 +129,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Maximum no of PCM voice channels'''\n",
"import math\n",
"#Variable Declaration\n",
"t=20 # TDMA frame length in ms\n",
@@ -189,7 +186,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Doppler Shift'''\n",
"import math\n",
"#Variable Declaration\n",
"R=42150.0 # orbital radius of satellite\n",
@@ -245,7 +241,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Chip Duration and maximum chip rate'''\n",
"#Variable Declaration\n",
"de=40.0 # Doppler effect variation due to station-keeping errors in ns/s\n",
"d=280.0 # Sttelite round trip delay in ms\n",
@@ -285,7 +280,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''maximum permissible Dopler effect variation'''\n",
"#Variable Declaration \n",
"cr=25.0 #Chip rate is 25 Mbps\n",
"c=20.0/100.0 # DS-CDMA signals should not exceed 20% of the chip duration\n",
@@ -326,7 +320,6 @@ "cell_type": "code",
"collapsed": false,
"input": [
- "'''Processing gain'''\n",
"import math\n",
"#Variable Declaration\n",
"cr=20.0*10**6 #chip rate in Mbps\n",
|