summaryrefslogtreecommitdiff
path: root/199/CH7/EX7.8.b/Example_7_8_b.sce
blob: 6ecc17e8ac6e09722a23a65f61b5e3e52a22d9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Chapter7
// Page.No-272
// Example_7_8_a
// Design of narrow bandpass filter
// Given
clear;clc;
fc0=1*10^3; // Original center frequency
fc1=1.5*10^3; // New center frequency
R2=5.97*10^3; // Original resistance
R2new=R2*(fc0/fc1)^2;
printf("\n Resistance R1 is = %.1f ohm \n", R2new) // Result