summaryrefslogtreecommitdiff
path: root/863/CH3/EX3.3/Ex3_3.txt
diff options
context:
space:
mode:
Diffstat (limited to '863/CH3/EX3.3/Ex3_3.txt')
-rw-r--r--863/CH3/EX3.3/Ex3_3.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/863/CH3/EX3.3/Ex3_3.txt b/863/CH3/EX3.3/Ex3_3.txt
new file mode 100644
index 000000000..25901fdb2
--- /dev/null
+++ b/863/CH3/EX3.3/Ex3_3.txt
@@ -0,0 +1,12 @@
+//Caption:Calculate resistance and amplitude of output signal
+//Ex3.3
+clc;
+clear;
+close;
+E=2//Input voltage(in volts)
+v=0.5//Input noise voltage(in volts)
+Vf=0.7//Forward diode voltage(in volts)
+if=1//Forward current of diode(in mA)
+V=E-Vf
+R=V/if
+disp(V,R,'Resistance(in kilo ohm) and Output signal amplitude(in volts)=') \ No newline at end of file