summaryrefslogtreecommitdiff
path: root/1697/CH3/EX3.13/Exa3_13.sce
blob: 89555a774d1ab09cff4c02486cee66aa54418e33 (plain)
1
2
3
4
5
6
7
8
9
//Exa 3.13
clc;
clear;
close;
//given data :
delf=600;//in KHz
fr=50;//in MHz
Q=(fr*10^6)/(delf*10^3);//unitless
disp(Q,"Quality Factor : ");