summaryrefslogtreecommitdiff
path: root/863/CH2/EX2.7/Ex2_7.txt
diff options
context:
space:
mode:
Diffstat (limited to '863/CH2/EX2.7/Ex2_7.txt')
-rw-r--r--863/CH2/EX2.7/Ex2_7.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/863/CH2/EX2.7/Ex2_7.txt b/863/CH2/EX2.7/Ex2_7.txt
new file mode 100644
index 000000000..5d9635246
--- /dev/null
+++ b/863/CH2/EX2.7/Ex2_7.txt
@@ -0,0 +1,9 @@
+//Caption:Determine fastest rise time
+//Ex2.7
+clc;
+clear;
+close;
+r=600//Output resistance(in ohms)
+c=30//Input capacitance(in pf)
+tr=2.2*r*c*10^(-3)
+disp(tr,'Fastest rise time(in ns)=') \ No newline at end of file