diff options
Diffstat (limited to '3630/CH14/EX14.22/Ex14_22.sce')
-rw-r--r-- | 3630/CH14/EX14.22/Ex14_22.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/3630/CH14/EX14.22/Ex14_22.sce b/3630/CH14/EX14.22/Ex14_22.sce new file mode 100644 index 000000000..96aee59c9 --- /dev/null +++ b/3630/CH14/EX14.22/Ex14_22.sce @@ -0,0 +1,4 @@ +clc;
+fC2=500000;
+fC2T=fC2*(2^0.5-1)^0.5;
+disp('kHz',fC2T/1000,"fC2T=");
|