diff options
Diffstat (limited to '2863/CH2/EX2.28/ex2_28.sce')
-rwxr-xr-x | 2863/CH2/EX2.28/ex2_28.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2863/CH2/EX2.28/ex2_28.sce b/2863/CH2/EX2.28/ex2_28.sce new file mode 100755 index 000000000..6f73abee3 --- /dev/null +++ b/2863/CH2/EX2.28/ex2_28.sce @@ -0,0 +1,10 @@ +//chapter 2
+//Antenna Bandwidth=Operating Frequency/Q;
+printf("\n");
+Q=30;
+f=10*10^6;
+f0=f*Q;
+c=3*10^8;
+lamda=c/f0;
+leng=lamda/2;
+printf("the length of the half wave dipole is %gm",leng);
|