diff options
Diffstat (limited to '1184/CH2/EX2.28')
-rwxr-xr-x | 1184/CH2/EX2.28/Ex2_28.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1184/CH2/EX2.28/Ex2_28.sce b/1184/CH2/EX2.28/Ex2_28.sce new file mode 100755 index 000000000..d062790bf --- /dev/null +++ b/1184/CH2/EX2.28/Ex2_28.sce @@ -0,0 +1,10 @@ +//Example 2-28, Page No - 88
+
+clear
+clc
+
+tr =6*10^-9
+
+min_bw=(35/0.006)
+
+printf('The minimum bandwidth is %.1f Mhz',min_bw/10^2)
|