Question

ENGINEERING SIGNALS AND SYSTEMS:

Design a notch filter that meets the specifications below. Plot the impulse response and the frequency response. You may igno

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The expression for the angular frequency is, 2T f Substitute 100 for f _ a27(100) 200T rad/s The impulse response of the idea

Solve equation (2) using MATLAB Execute the following code in MATLAB: solve ( (sqrt ( (4*x^2) (-0.5*x))0.001) (x^4) / (200

Recall equation (1) for the impulse response of the filter h(t))Aecos (at +0)u(t) 5(t) cos ttan 2. 2ca and 200T for a. Substi

Substitute ja for s and obtain the frequency response (jo) (ja)200(j)+ 404784.176 394784.176 H(a) - 394784.176 (-a404784.176)

Obtain the plot for the frequency response of the notch filter as shown in Figure 2 0.5 0 -0.5 -2000 -1000 0 1000 2000 w(rad/

MATLAB CODE FOR SELECTIVITY:

>> solve('(sqrt((4*x^2)+((x^4)/(200*pi)^2))*exp(-0.5*x))==0.001')

MATLAB CODE FOR IMPULSE RESPONSE OF THE FILTER:

>> t=0:0.001:0.5;
>> h=dirac(t)-200.632.*exp(-100*t).*cos(200*pi*t+0.0794).*heaviside(t);
>> plot(t,h) %plot the impulse response
>> xlabel('t(s)')
>> ylabel('h(t)')

MATLAB CODE FOR FREQUENCY RESPONSE OF THE FILTER:

>> w0=200*pi;
>> w=-3*w0:0.001:3*w0;
>> H=(-w.^2+394784.176)./(sqrt((-w.^2+404784.176).^2+(200.*w).^2));
>> plot(w,H)
>> xlabel('w(rad/s)')
>> ylabel('H(w)')

Add a comment
Know the answer?
Add Answer to:
ENGINEERING SIGNALS AND SYSTEMS: Design a notch filter that meets the specifications below. Plot the impulse...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • SIGNALS AND SYSTEMS (PLEASE UPLOAD MATLAB CODE) 5.37 Non-causal filter-Consider a filter with frequency response HG2)sin2)...

    SIGNALS AND SYSTEMS (PLEASE UPLOAD MATLAB CODE) 5.37 Non-causal filter-Consider a filter with frequency response HG2)sin2) or a sinc function in frequency. (a) Find the impulse response h(t) of this filter. Plot it and indicate whether this filter is a causal system or not. (b) Suppose you wish to obtain a band-pass filter G(jS2) from Hj2). If the desired center frequency of |G(jS2)| is 5, and its desired magni- tude is 1 at the center frequency, how would you process...

  • 2. Design a digital lowpass filter to meet the following specifications: passband edge = 0.45π stopband...

    2. Design a digital lowpass filter to meet the following specifications: passband edge = 0.45π stopband edge = 0.5π Rp = 0.5 dB, As = 60 dB a. Design a Buttterworth filter, you may use the butterord and butter commands to implement. b. Design Chebyshev Type 1 filter ( use the equivalent commands to above ) c. Design an Elliptic fitler ( use the equivalent commands to part a ). d. List the order of each filter and find the...

  • signals and systems show details and clear handwriting 4. A first-order filter impulse response is given...

    signals and systems show details and clear handwriting 4. A first-order filter impulse response is given by: h(t) = -48(t) +etult) • Find the zero-state response of this filter for the input e-2tu(t). • Sketch the input and the corresponding zero-state response. • Find the zero-state response of this filter for the input e-tu(t). • Sketch the input and the corresponding zero-state response.

  • Design the second order band stop filter (notch filter) whose circuit is given below so that...

    Design the second order band stop filter (notch filter) whose circuit is given below so that the resonance frequency is 400 Hz and Q = 5 and plot the change of the gain according to the frequency in the Pspice program and show it on the parameters of the filter. (Select LM741 for OPAMP.) (values can be chosen randomly but it must be consistent pspice is not required. R1 R2 Ra Rb what to choose. Show that equations C R₂...

  • A) Design a low-pass filter using the given circuitry with a cut-off value of 1 kHz and plot the ...

    a) Design a low-pass filter using the given circuitry with a cut-off value of 1 kHz and plot the frequency response curve on the given axes 1.0 0.7 0.5 in out 0.0 101 102 103 104 10s Hz b) Design a band-pass filter using the given circuitry with a bandwidth of 500 Hz and a lower cut-off value of 100 Hz, and draw the frequency response curve. Keep all resistors at the same value (i.e. Ri-R-R3-R4). 1.0 0.7 0.5 0.0...

  • number 2 ECE 300 Continuous-Time Signals and Systems H(jø π/2 Plot the spectrum Z (jø) of the filtered input signal z()...

    number 2 ECE 300 Continuous-Time Signals and Systems H(jø π/2 Plot the spectrum Z (jø) of the filtered input signal z(), the spectrum Z, (jo) of the sampled signal z.(t), and the spectrum Y(ja) of the reconstructed signal y(t). Show clearly how the output spectrum Y (ja) differs from the original spectrum G(jo) C. Which system, A or B, produces less distortion between the input g(t) and the output y(4) or ()? Explain. You can measure distortion by finding the...

  • Using matlab to design H(z) as a 6th order Butterworth filter with bandedges of 0.3 and...

    Using matlab to design H(z) as a 6th order Butterworth filter with bandedges of 0.3 and 0.5. Plot the frequency response of the above filter. Use the quantization function below to quantize the coefficients of the filter to 8 bits, and plot the frequency response. Implement H(z) in cascade form and quantize the coefficients to 8 bits, then plot the frequency response of the resulting filter. Compare the two approaches of implementing a filter and the effects of quantization on...

  • Signals and Systems 2. The pole-zero diagram below has 2 zeros at the origin and 2...

    Signals and Systems 2. The pole-zero diagram below has 2 zeros at the origin and 2 poles to represent a system A(s). Pole-Zero Map (-0.5, +1) X d Imaginary Au (-0.5, -1) X RealAxis con Is this a stable system? Explain. Write an exact simplified expression for A(s). A(s) = 3. A system has impulse response h(t)= u(t) A e' where A and B are positive constants. Write an exact simplified expression for H(S).

  • 3.2 Simple Bandpass Filter Design The L-point averaging filter is a lowpass filter. Its passband width...

    3.2 Simple Bandpass Filter Design The L-point averaging filter is a lowpass filter. Its passband width is controlled by L, being inversely proportional to L. In fact, you can use the GUI altidemo to view the frequency response for different averagers and measure the passband widths. It is also possible to create a filter whose passband is centered around some frequency other than zero. One simple way to do this is to define the impulse response of an L-point FIR...

  • Using the windowing functions discussed in class, design a low-pass FIR filter with a cutoff freq...

    Using the windowing functions discussed in class, design a low-pass FIR filter with a cutoff frequency of 2 kHz, a minimum stop band attenuation of 40 dB, and a transition width of 200Hz. The sampling frequency is 10kHz. 1. Using the windowing functions discussed in class, design a low-pass FIR filter with a cutoff frequency of 2 kHz, a minimum stop band attenuation of 40 dB, and a transition width of 200 Hz. The sampling frequency is 10 kHz 2....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT