diff options
Diffstat (limited to '803/CH7/EX7.4/ex7_4.sce')
-rw-r--r-- | 803/CH7/EX7.4/ex7_4.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/803/CH7/EX7.4/ex7_4.sce b/803/CH7/EX7.4/ex7_4.sce new file mode 100644 index 000000000..7d801be41 --- /dev/null +++ b/803/CH7/EX7.4/ex7_4.sce @@ -0,0 +1,6 @@ +clc
+N=8;................................//order of 8
+P1=0.95;
+P2=0.05;
+P8=((1-P2)^8)*100;
+disp("%",P8,"Probability of finding 8kHz channel is");
|