In your design, please explicitly describe the transfer function, the bode plot, and the value of passive components obtained while designing the filter according to the given specification.
Use Multisim for the circuit design as well as frequency response analysis, and compare the output (Bode plots) with the simulation that can be obtained from MATLAB.
Validate your answer using MATLAB.
Design a lowpass active filter with a dc gain of 20 and a corner frequency of 1500 Hz.
Part(i):
MATLAB Code:
num=-20
den=[1*10^-4 1]
sys=tf(num,den)
bode(sys)
Output:
Part(ii):
MULTISIM:(Circuit Design)
Output:(Frequency Response Analysis)
Get Answers For Free
Most questions answered within 1 hours.