diff options
Diffstat (limited to '2081/CH12/EX12.12')
-rwxr-xr-x | 2081/CH12/EX12.12/Ex12_12.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/2081/CH12/EX12.12/Ex12_12.sce b/2081/CH12/EX12.12/Ex12_12.sce new file mode 100755 index 000000000..0d4fe6050 --- /dev/null +++ b/2081/CH12/EX12.12/Ex12_12.sce @@ -0,0 +1,4 @@ +N=(2^42-1) +TDR=19200//transmission data rate +t=N/TDR; +printf('time taken to transit the complete long code= %.2f years',(t/(60*60*24*365))) |