diff options
Diffstat (limited to '165/CH7/EX7.1')
-rw-r--r-- | 165/CH7/EX7.1/ex7_1.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/165/CH7/EX7.1/ex7_1.sce b/165/CH7/EX7.1/ex7_1.sce new file mode 100644 index 000000000..4c958d264 --- /dev/null +++ b/165/CH7/EX7.1/ex7_1.sce @@ -0,0 +1,8 @@ +//Example 7.1
+clc;
+
+Vertical_attenuation=0.5;
+n=3; //No. of Division from CRO
+//Peak to peak amplitude of the signal
+Vp_p=Vertical_attenuation*n;
+printf('\nPeak to peak amplitude of the signal is %.2f',Vp_p)
\ No newline at end of file |