Determine an expression for the transfer function

Assignment Help Electrical Engineering
Reference no: EM131106948

Analysis of Linear Systems by Laplace Transforms Using MATLAB

Theoretical work

The circuit diagram of an active filter is shown below.

(a) Determine an expression for the transfer function of the filter.
(b) Hence find an expression for the frequency response of the filter.
(c) Calculate the ratio when low-frequency gain of the filter is 40 dB.

(d) Calculate R and C such that the break frequency on the Bode plot occurs at , (suggest commercially available values).
(e) For the values of the components obtained in parts (c) and (d) simplify the  transfer function of the filter.
(f) Hence, using inverse Laplace transform, find h(t), the unit impulse response of the system.
(g) If the input to the filter is find an expression for the output of the  system.
(h) For the input , obtain an expression for the steady-state sinusoidal response of the filter.

 

809_1.png

 

Practical work

1. Invoke MATLAB.

2. The enclosed m-file is a MATLAB program that simulates the above problem. In a new m-file type in the entire commands in the m-file

3. Save the m-file, giving it a suitable file name.

4. In MATLAB command window execute the program by typing its file name.

5. If you have made no typing error(s), you should obtain a plot of the Magnitude and the Phase of the Frequency Response of the filter.

 

1334_1.png

 

%Author: clear
close all

%Declare the numerator and the denominator coefficients
num=[0,50000]; %declare numerator coefficients
den=[1,500]; %declare denominator coefficients

%Compute Frequency Response
[H,w]=freqs(num,den); %compute frequency response

%Provide plots for the Magnitude and Phase of the frequency response
figure(1);

%plot magnitude of the frequency response in dB
subplot(211);
semilogx(w,20*log10(abs(H)));
title('Magnitude of the frequency response');
xlabel('Frequency (rad/s)');
ylabel('Gain (dB)');
grid;

%plot phase of the frequency response in degree
subplot(212);
phi=angle(H);
phi=(phi/pi)*180; %convert into degree
semilogx(w,phi);
title('Phase of the frequency response');
xlabel('Frequency (rad/s)');
ylabel('Phase (deg)');
grid;

return 

Reference no: EM131106948

Questions Cloud

Compute the book value of the common stock : John stone Inc. has never paid a cash or stock dividend. There has been no change in the capital accounts since John stone began operations. The state law permits dividends only from retained earnings.
What is each countrys opportunity cost of producing gloves : What is each country's opportunity cost of producing gloves and hats? If the countries could, should they trade? Provide one (1) supporting fact to support your position.
Time in europe in which reactionaries : What's the period of time in Europe in which reactionaries ruled. During which there was a lot opposition and revolt from countries trying to establish their own freedom such as Poland and Greece.
Create a new graph illustrating the market for water park : Create a new graph illustrating the market for water park business for these two externalities. Label the demand curve, the social-value curve, the market equilibrium level of output, and the efficient level of output.nt of the externality?
Determine an expression for the transfer function : a) Determine an expression for the transfer function of the filter.  (b) Hence find an expression for the frequency response of the filter.  (c) Calculate the ratio when low-frequency gain of the filter is 40 dB.
What is the return on your portfolio : Your stock portfolio consists of only 2 stocks. You have $15,000 in Company A and $25,000 in Company B. What is the return on your portfolio
Document for analysis poorly written e-mail message : Your Task. Study the following message. In teams or in class discussion, list at least five specific weaknesses. If your instructor directs, revise to remedy flabby expressions, long lead-ins, there is/are fillers, trite business expressions, cli..
How much long-term debt does blackwell automotive have : Balance sheet: Tim Dye, the CFO of Blackwell Automotive, Inc., is putting together this year's financial statements. He has gathered the following balance sheet information: How much long-term debt does Blackwell Automotive have
Develop a marketing strategy and plan based on opportunity : Develop a marketing strategy and plan based on the opportunity you identified earlier. As you develop the plan, keep in mind that in addition to innovation in ideas, processes and products innovation are needed in communication with the market.

Reviews

Write a Review

Electrical Engineering Questions & Answers

  How many turns should be would on the secondary coil

A nickel-iron ring withcross-sectional area 0.85cm2 is expected to be driven to itssatur-ation magnetization of 1.1T in a ?eld of 800 A/m. The ?ux density will be measured by an electronic ?ux integrator with input resistance of 1kOhm

  Find the gain kp necessary to meet the requirements

A proportional control system id to be used to control the wing flaps of a jet airplane. The wind load is expected to cause as much as 600 in*lb of torque. The system should be able to keep the flaps to within 5 degrees of the set point.

  Explain why then do even use jfets as amplifiers

Why then do we even use JFETs as amplifiers. What is it that make them attractive even though they are non-linear. How do we minimize the effect of their non-linearity

  What are the output frequency and duty cycle

Write the VHDL ARCHITECTURE file for the Y(5) output only for a 8-to-1 demultiplexer. The inputs are D, the selects S0-S2, and the outputs Y(0)-Y(7). The select lines are BIT_VECTOR types, the data is BIT type and the outputs are BIT_VECTOR types.

  Explain why it is important to choose the proper update rate

Similarly, explain what happens to a fuzzy logic controller if the controller is executed too frequently.

  What length will you choose for wire

Express your answer to two significant figures and include the appropriate units.

  Briefly explain the idea of representing an interest rate

Briefly explain the idea of representing an interest rate as a collection of components. What is represented by the base rate? What is the risk premium for? Explain the idea of risk in lending.

  Determine the current i required to produce the b-field

a. Determine the current I(t) required to produce the B-field 2cos(wt)(T) in terms of other variables, for a sinusoidal field of 60 Hz, and N=100 turns. b. Now assume that you have the above B-field generated inside the solenoid.

  Determine the indicated temperature of the instrument

A platinum RTD with α = 0.0039 is used with an instrument designed for α = 0.0037. Determine the indicated temperature of the instrument when the actual temperature is 99ºC.

  Calculate power radiated by the antenna

A half wave dipole antenna is operating in air at a frequency of 100 MHz. At a distance of 1000 km and at an observation point ? = ?/2, electric field strength is measured to be 5 µV/m. Calculate the  a. Length of the antenna

  Calculate the average torque and maximum torque

When the two windings are connected to a a.c supply of 50hz, the field current is 0.1A, the armature current is 100A and the phase difference between them is 60 degree. calculate the average torque and maximum torque.

  Design a sequential circuit that receives a duty cycle

Design a sequential circuit that receives a 50% duty cycle clock offrequency f and outputs a clock signal of frequency f/7. (Note: theoutput does not have a 50% duty cycle.) Provide a complete schematic.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd