summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.31/ex2_31.sce
blob: 7fd3678f9e15482fabd2409dc39a6b8583888478 (plain)
1
2
3
4
5
6
7
//chapter 2
//Q=Fo/delf;
printf("\n");
f0=30*10^6;
f=600*10^3;
Q=f0/f;
printf("the tuning factor Q is %d",Q);