summaryrefslogtreecommitdiff
path: root/1301/CH16/EX16.16/ex16_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1301/CH16/EX16.16/ex16_16.sce')
-rwxr-xr-x1301/CH16/EX16.16/ex16_16.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1301/CH16/EX16.16/ex16_16.sce b/1301/CH16/EX16.16/ex16_16.sce
new file mode 100755
index 000000000..086441797
--- /dev/null
+++ b/1301/CH16/EX16.16/ex16_16.sce
@@ -0,0 +1,6 @@
+clc;
+v1=-20; //velocity in m/sec
+vs=0; //velocity in m/sec
+fs=500; //original frquency
+f1=(fs*(v+v1))/(v-vs); //doppler effect
+disp(f1,"Percieved frequency in Hz = "); //diplaying result \ No newline at end of file