diff options
Diffstat (limited to '2081/CH7/EX7.11')
-rwxr-xr-x | 2081/CH7/EX7.11/Ex7_11.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/2081/CH7/EX7.11/Ex7_11.sce b/2081/CH7/EX7.11/Ex7_11.sce new file mode 100755 index 000000000..27568b714 --- /dev/null +++ b/2081/CH7/EX7.11/Ex7_11.sce @@ -0,0 +1,8 @@ +nip=228 +nop=456 +cr=nop/nip +ntdma=8//no.of TDMA blocks +nebptd=nop/ntdma//no. of bits/tdma frame +ttdma=4.6*10^-3//1 TDMA frame duration +tttdma=ntdma*ttdma +printf('Delay in reconstructing the codewords to the reception of 8 TDMA frames is %.1f ms',tttdma*10^3) |