diff options
Diffstat (limited to '3769/CH20/EX20.10')
-rw-r--r-- | 3769/CH20/EX20.10/Ex20_10.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH20/EX20.10/Ex20_10.sce b/3769/CH20/EX20.10/Ex20_10.sce new file mode 100644 index 000000000..fff6faf04 --- /dev/null +++ b/3769/CH20/EX20.10/Ex20_10.sce @@ -0,0 +1,15 @@ +clear +//Given +L=800.0*10**-7 +C=3.0*10**8 +f1=4.5*10**6 //Hz + +//Calculation +f=C/L +d=(1/100.0)*f +E=d/L +G=d/f1 + +//Result +printf("\n (i) number of channels for audio signal is %0.1f *10**8",E*10**-14) +printf("\n (ii) number of channels for video tv signal is %0.1f *10**5",G*10**-3) |