diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /2240/CH27/EX26.9/EX26_9.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '2240/CH27/EX26.9/EX26_9.sce')
-rwxr-xr-x | 2240/CH27/EX26.9/EX26_9.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2240/CH27/EX26.9/EX26_9.sce b/2240/CH27/EX26.9/EX26_9.sce new file mode 100755 index 000000000..809831f98 --- /dev/null +++ b/2240/CH27/EX26.9/EX26_9.sce @@ -0,0 +1,9 @@ +// Grob's Basic Electronics 11e
+// Chapter No. 26
+// Example No. 26_9
+clc; clear;
+// From the graph in Fig. 26–23b, what is the attenuation in decibels at (a) 100 Hz; (b) 10 kHz; (c) 50 kHz?
+
+disp ('At F = 100 Hz, N(dB) = 0 dB, as indicated by point A on the graph.')
+disp ('At F = 10 kHz, N(dB) = -16 dB, as indicated by point B on the graph.')
+disp ('At F = 50 kHz, N(dB) = -30 dB, as indicated by point C on the graph.')
|