In: Electrical Engineering
Design a bandpass active filter to pass frequencies between 700 Hz and 2100 Hz, and with K= 63.
Please include the transfer function, blot plot, multisim, and the matlab code.
Part(i):
MATLAB Code:
num=[-0.0191 0]
den=[1.721*10^-8 3.03*10^-4 1]
sys=tf(num,den)
bode(sys)
Output:
Part(ii):
Using MULTISIM:
Output: