diff options
Diffstat (limited to '3537/CH8/EX8.5')
-rw-r--r-- | 3537/CH8/EX8.5/Ex8_5.sce | 7 | ||||
-rw-r--r-- | 3537/CH8/EX8.5/Ex8_5.txt | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/3537/CH8/EX8.5/Ex8_5.sce b/3537/CH8/EX8.5/Ex8_5.sce new file mode 100644 index 000000000..aaed5db1f --- /dev/null +++ b/3537/CH8/EX8.5/Ex8_5.sce @@ -0,0 +1,7 @@ +//Example 8_5
+clc();
+clear;
+//To find the noise level when four drills are working
+I=90 //units in decibel
+In=10*log10(4)+I
+printf("new intensity level=%.2f dB",In)
diff --git a/3537/CH8/EX8.5/Ex8_5.txt b/3537/CH8/EX8.5/Ex8_5.txt new file mode 100644 index 000000000..0a51dc61a --- /dev/null +++ b/3537/CH8/EX8.5/Ex8_5.txt @@ -0,0 +1 @@ + new intensity level=96.02 dB
\ No newline at end of file |