summaryrefslogtreecommitdiff
path: root/752/CH18/EX18.7.2/18_7_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '752/CH18/EX18.7.2/18_7_2.sce')
-rwxr-xr-x752/CH18/EX18.7.2/18_7_2.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/752/CH18/EX18.7.2/18_7_2.sce b/752/CH18/EX18.7.2/18_7_2.sce
new file mode 100755
index 000000000..a0f54343a
--- /dev/null
+++ b/752/CH18/EX18.7.2/18_7_2.sce
@@ -0,0 +1,13 @@
+clc;
+//page no 707
+//prob no. 18.7.2
+//HDTV system is given
+//Refer example 18.7.1
+a=16/9;D=1.40;Nh=1840;//Assuming square pixel
+H=sqrt((a^2)*(D^2)/(1+a^2));
+//Determination of viewing angle
+theta=Nh*(1/60);
+disp('degree',theta,'The viewing angle is');
+//Determination of viewing dist
+X=H/(2*tand(theta/2));
+disp('m',X,'The viewing dist is'); \ No newline at end of file