summaryrefslogtreecommitdiff
path: root/1850/CH6/EX6.11/exa_6_11.sce
blob: 9271618f3e6c189011af65dd519a73b40460d0b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Exa 6.11
clc;
clear;
close;
// Given Data
fL= 200;// in Hz
fH= 1;// in kHz
fH=fH*10^3;// in Hz
fc= sqrt(fL*fH);// in Hz
Q= fc/(fH-fL);
disp(Q,"The value of Q for filter")