diff options
Diffstat (limited to '3830/CH5/EX5.9/Ex5_9.sce')
-rw-r--r-- | 3830/CH5/EX5.9/Ex5_9.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3830/CH5/EX5.9/Ex5_9.sce b/3830/CH5/EX5.9/Ex5_9.sce new file mode 100644 index 000000000..e9fab8f1b --- /dev/null +++ b/3830/CH5/EX5.9/Ex5_9.sce @@ -0,0 +1,17 @@ +// Exa 5.9
+
+clc;
+clear;
+
+// Given
+
+// A saw-tooth waveform is applied to an average diode voltmeter(Refer Fig. 5.24)
+
+printf('For a saw-tooth waveform, the rms value = Vm/T \n -where Vm js max voltage value and T being the time period \n');
+
+printf(' Average value Va, 0.433 Vrms \n ');
+
+printf('Similarly, Iav = 0.433*Vrms/R \n');
+
+printf(' Error = 100 * (0.433*Vrms - (0.433/R)*0.45 / (0.45*(Vrms/R))) = -3.8 percent \n');
+printf(' The meter reading is 3.8 percent less than the expected value \n');
|