diff options
Diffstat (limited to '876/CH8/EX8.12/Ex8_12t.txt')
-rwxr-xr-x | 876/CH8/EX8.12/Ex8_12t.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/876/CH8/EX8.12/Ex8_12t.txt b/876/CH8/EX8.12/Ex8_12t.txt new file mode 100755 index 000000000..4c8604413 --- /dev/null +++ b/876/CH8/EX8.12/Ex8_12t.txt @@ -0,0 +1,15 @@ +//caption: find phase angle
+//Ex8.12
+clc
+clear
+close
+Y1=4//vertical pattern
+Y2=8//vertical pattern
+o=Y1/Y2
+Y=asind(o)
+disp(Y,'phase angle(in degree)=')
+Y3=4//vertical pattern
+Y4=4//vertical pattern
+oo=Y3/Y4
+Ya=asind(oo)
+disp(Ya,'phase angle(in degree)=')
\ No newline at end of file |