Sei sulla pagina 1di 3

ACTIVE LOW PASS FILTER

Cut Off Frequency:


The cut off frequency is
Fc= 1126Hz

Components Used:
The value of resistors and capacitors used in this case is as follows:

R = 12kΩ+ 1.8kΩ

C = 10 nF

Amplifying stage R1 = 180 Ω


R2 = 2700 Ω
Amplifying factor=16

1+(R2/R1)=16
Gain Values:
Serial Vout(volts) Vout (after gain phase
No. Frequency(Hz) Vin(volts) amplification)
1 600 0.138 0.128 1.96 14.2 -27.4
2 850 0.145 0.137 2.01 13.8 -36.37
3 FC =1126 1.146 0.103 1.79 12 -45
4 1340 0.152 0.084 1.60 10.5 -45.5
5 1630 0.161 0.076 1.43 8.8 -46.22
clc
clear all
close all
f=[600 850 1126 1340 1630];
e=[14.2 13.8 12 10.5 8.8];
plot(f,e)
legend('Frequency verses gain plot');
xlabel('Frequency in Hz');
ylabel('Gain');

Plots
The Plot for the Magnitude is as follows:

15
Frequency verses gain plot

14

13

12
Gain

11

10

8
600 800 1000 1200 1400 1600 1800
Frequency in Hz

The Plot for the Phase is as follows:


clc
clear all
close all
f=[600 850 1126 1340 1630];
e=[-27.4 -36.87 -45 -45.5 -46.22];
plot(f,e)
legend('Frequency verses phase plot');
xlabel('Frequency in Hz');
ylabel('phase');
-25
-25
-25 Frequency verses phase plot
-25 Frequency verses phase plot
Frequency verses phase plot
-25
Frequency verses phase plot
-30 Frequency verses phase plot
-30
-30
-30
-30
-35
-35
phase

-35
phase

-35
phase

-35
phase

-40
phase

-40
-40
-40
-40
-45
-45
-45
-45
-45
-50
-50600 800 1000 1200 1400 1600 1800
-50600 800 1000 1200 in Hz
Frequency 1400 1600 1800
-50600 800 1000 1200 in Hz
Frequency 1400 1600 1800
-50600 800 1000 1200 in Hz
Frequency 1400 1600 1800
600 800 1000 1200 in Hz
Frequency 1400 1600 1800
Frequency in Hz

Potrebbero piacerti anche