diff options
Diffstat (limited to '3630/CH14/EX14.2/Ex14_2.sce')
-rw-r--r-- | 3630/CH14/EX14.2/Ex14_2.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3630/CH14/EX14.2/Ex14_2.sce b/3630/CH14/EX14.2/Ex14_2.sce new file mode 100644 index 000000000..5cde8ef1d --- /dev/null +++ b/3630/CH14/EX14.2/Ex14_2.sce @@ -0,0 +1,5 @@ +clc;
+fc1=30;
+fc2=275;
+f0=(fc1*fc2)^0.5; //geometric centre frequency
+disp('kHz',f0,"f0=")//The answers vary due to round off error
|