summaryrefslogtreecommitdiff
path: root/2183/CH6/EX6.12/Ex_6_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '2183/CH6/EX6.12/Ex_6_12.sce')
-rwxr-xr-x2183/CH6/EX6.12/Ex_6_12.sce7
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")