summaryrefslogtreecommitdiff
path: root/876/CH8/EX8.13
diff options
context:
space:
mode:
Diffstat (limited to '876/CH8/EX8.13')
-rwxr-xr-x876/CH8/EX8.13/Ex8_13.sce8
-rwxr-xr-x876/CH8/EX8.13/Ex8_13.txt3
-rwxr-xr-x876/CH8/EX8.13/Ex8_13t.txt8
3 files changed, 19 insertions, 0 deletions
diff --git a/876/CH8/EX8.13/Ex8_13.sce b/876/CH8/EX8.13/Ex8_13.sce
new file mode 100755
index 000000000..4a89be389
--- /dev/null
+++ b/876/CH8/EX8.13/Ex8_13.sce
@@ -0,0 +1,8 @@
+//caption:Find bandwidth of CRO
+//Ex8.13
+clc
+clear
+close
+tr=20*10^-9//rise time(in second)
+B=0.35/tr
+disp(B,'bandwidth of CRO(in Hz)=') \ No newline at end of file
diff --git a/876/CH8/EX8.13/Ex8_13.txt b/876/CH8/EX8.13/Ex8_13.txt
new file mode 100755
index 000000000..b0f08f056
--- /dev/null
+++ b/876/CH8/EX8.13/Ex8_13.txt
@@ -0,0 +1,3 @@
+bandwidth of CRO(in Hz)=
+
+ 17500000. \ No newline at end of file
diff --git a/876/CH8/EX8.13/Ex8_13t.txt b/876/CH8/EX8.13/Ex8_13t.txt
new file mode 100755
index 000000000..4a89be389
--- /dev/null
+++ b/876/CH8/EX8.13/Ex8_13t.txt
@@ -0,0 +1,8 @@
+//caption:Find bandwidth of CRO
+//Ex8.13
+clc
+clear
+close
+tr=20*10^-9//rise time(in second)
+B=0.35/tr
+disp(B,'bandwidth of CRO(in Hz)=') \ No newline at end of file