diff options
Diffstat (limited to '2183/CH6/EX6.12/Ex_6_12.sce')
-rwxr-xr-x | 2183/CH6/EX6.12/Ex_6_12.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2183/CH6/EX6.12/Ex_6_12.sce b/2183/CH6/EX6.12/Ex_6_12.sce new file mode 100755 index 000000000..0d3879f58 --- /dev/null +++ b/2183/CH6/EX6.12/Ex_6_12.sce @@ -0,0 +1,7 @@ +// Example 6.12;//bandwidth +clc; +clear; +close; +tr=10;//in ns +bw=(0.35/tr);//in MHz +disp(bw*10^3,"bandwidth in MHz is") |