diff options
Diffstat (limited to '2528/CH1/EX1.13')
-rwxr-xr-x | 2528/CH1/EX1.13/Ex1_13.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2528/CH1/EX1.13/Ex1_13.sce b/2528/CH1/EX1.13/Ex1_13.sce new file mode 100755 index 000000000..fc7ce5821 --- /dev/null +++ b/2528/CH1/EX1.13/Ex1_13.sce @@ -0,0 +1,11 @@ +// Chapter 1
+//Gain lost
+//page 23
+//Example no 1-13
+//Given
+clc;
+clear;
+fc=40; //in Hz
+f=10; //in Hz
+Av=-10*log10(1+(fc^2)/(f^2));
+printf("\n Gain lost is %.1f dB",Av);// Result
|