diff options
Diffstat (limited to '863/CH2/EX2.7')
-rw-r--r-- | 863/CH2/EX2.7/Ex2_7.sce | 9 | ||||
-rw-r--r-- | 863/CH2/EX2.7/Ex2_7.txt | 9 | ||||
-rw-r--r-- | 863/CH2/EX2.7/Result2_7.txt | 4 |
3 files changed, 22 insertions, 0 deletions
diff --git a/863/CH2/EX2.7/Ex2_7.sce b/863/CH2/EX2.7/Ex2_7.sce new file mode 100644 index 000000000..5d9635246 --- /dev/null +++ b/863/CH2/EX2.7/Ex2_7.sce @@ -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 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 diff --git a/863/CH2/EX2.7/Result2_7.txt b/863/CH2/EX2.7/Result2_7.txt new file mode 100644 index 000000000..bc4ec653f --- /dev/null +++ b/863/CH2/EX2.7/Result2_7.txt @@ -0,0 +1,4 @@ +Fastest rise time(in ns)=
+
+ 39.6
+
\ No newline at end of file |