Find the impulse response of the system

Assignment Help Other Engineering
Reference no: EM132139901

Assignment -

Problem 1 - Given is the LCC difference equation that represents some LTI system:

y(n) - ¾y(n-1) - ¼y(n-2) = x(n) + x(n-1)  

a) Find the impulse response of the system (solve the LCCDE).

b) Draw a block diagram of the system in Direct Form I.

c) Is the system stable? Justify!

Problem 2 - Given is the LCC difference equation that represents an LTI system:

y(n) - y(n-1) + ¼y(n-2) = 2x(n)

a) Find the impulse response of the system. Is the system stable?

b) Draw a block diagram of the system in Direct Form II.

c) Find the response of system to the input x(n) = 4(1/2)nu(n) and assume y(-1) = 2, y(-2) = 8.

Problem 3 - In many DSP applications, it is necessary to estimate (and subsequently remove) the DC bias from the input signal. Given is a C-function (not the best code example) and the Matlab equivalent to estimate the DC component of a signal. The dc_est is initialized and the function is called repeatedly for each new sample of the input signal. Each time it is called, the function receives the current value of the input signal (x_n) and returns the current estimate of the DC value of that signal. It takes some time before the dc_est converges to the true DC value. We can view the function as an LTI system with constant coefficients, with input x(n) and output y(n) (equal to the current value of dc_est).

/* C- FUNCTION */

#define ALPHA 0.001

double dc_est = 0; /* global dc-estimate initialized to 0 */

double dc_estimator(double x_n)

{

dc_est = dc_est + ALPHA *(x_n - dc_est);

return dc_est;

}

EQUIVALENT MATLAB FUNCTION

function dc_est = dc_estimator( x_n )

global dc_est % initialized to 0 prior to calling the function for the first time

ALPHA = 0.001;

dc_est = dc_est + ALPHA*(x_n - dc_est);

end

a) Write the difference equation that corresponds to the DC estimator system.

b) Assuming input signal x(n) = 5 u(n), solve the difference equation and provide the analytical expression for the output in terms of parameter ALPHA. (Note: the initial condition is given above).

c) Assuming x(n) = 5 u(n) and ALPHA = 0.001, how many samples n will it take for the output i.e. "dc_est" to be within 1% of the actual DC value? If the sampling rate is 48000 Hz, how much time (in milliseconds) will take the output to be within 1% of the DC value?

d) Repeat part c) for ALPHA=0.01.

e) Roughly sketch or plot the output of the dc_estimator system to the input in part c) for ALPHA=0.001 and for ALPHA=0.01 Draw a block diagram of the system in Direct II form.

f) Let x(n) = 10 sin(w0n)u(n), where w0 = π/2. What is the DC component of this signal (for n ≥ 0)? Assume we feed this signal into the dc_estimator system and let enough time pass so that the steady-state is reached i.e. the homogeneous part of the response of the system is no longer present. Thus, for this part, it is only necessary to find the particular solution of the equation.

Questions for part f):

Find the particular solution to the sinusoidal input.

How do we know that homogenous response will no longer be present for large enough n?

What is the maximum deviation of the dc_estimator response from the true DC value?

What happens to this maximum deviation when ALPHA=0.001 vs ALPHA=0.01.

Reference no: EM132139901

Questions Cloud

What is the macaulay duration : What is the Macaulay duration of a 2-year coupon bond with a face value of $1000, a yearly coupon rate of 8% and a YTM of 10%
What is an appropriate price for you to pay for stock : If your required return on equity investments is 8.0%, what is an appropriate price for you to pay for this stock?
Payback period of the project : What's the payback period of the project?
Re-draw the scatter plot and the least square line : STAT102: BUSINESS DATA ANALYSIS: FACTS FROM FIGURES Assignment, Australian Catholic University. Re-draw the scatter plot and the least square line without Year
Find the impulse response of the system : Given is the LCC difference equation that represents some LTI system: Find the impulse response of the system (solve the LCCDE)
What is the project cash flow at time 0 : The project is expected to generate annual sales of $905,000 with costs of $730,000. The tax rate is 25 percent and the required rate of return is 12 percent.
How much of a price change for its portfolio : US Bank has determined that its bond portfolio has a duration of 9.5 years and a prevailing yield to maturity of 4.0 percent. If the yield to maturity changes.
Expected annualized yield from transaction : Ninety-two days later, Steve sells the T-bill for $9,719. Determine Steve's expected annualized yield from this transaction.
Some managers focus on the bottom line : Some managers focus on the bottom line, which is the net income. What are some potential problems associated with such a view.

Reviews

Write a Review

Other Engineering Questions & Answers

  Characterization technology for nanomaterials

Calculate the reciprocal lattice of the body-centred cubic and Show that the reciprocal of the face-centred cubic (fcc) structure is itself a bcc structure.

  Calculate the gasoline savings

How much gasoline do vehicles with the following fuel efficiencies consume in one year? Calculate the gasoline savings, in gallons per year, created by the following two options. Show all your work, and draw boxes around your answers.

  Design and modelling of adsorption chromatography

Design and modelling of adsorption chromatography based on isotherm data

  Application of mechatronics engineering

Write an essay on Application of Mechatronics Engineering

  Growth chracteristics of the organism

To examine the relationship between fermenter design and operating conditions, oxygen transfer capability and microbial growth.

  Block diagram, system performance and responses

Questions based on Block Diagram, System Performance and Responses.

  Explain the difference in a technical performance measure

good understanding of Mil-Std-499 and Mil-Std-499A

  Electrode impedances

How did this procedure affect the signal observed from the electrode and the electrode impedances?

  Write a report on environmental companies

Write a report on environmental companies

  Scanning electron microscopy

Prepare a schematic diagram below of the major parts of the SEM

  Design a pumping and piping system

creating the pumping and piping system to supply cool water to the condenser

  A repulsive potential energy should be a positive one

Using the data provided on the webvista site in the file marked vdw.txt, try to develop a mathematical equation for the vdW potential we discussed in class, U(x), that best fits the data

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