Problem Description and Requirements

Instructions
• You are permitted to use any available resources to complete this assignment.
• You are to work on this assignment with one partner of your choice, or independently.
• The assignment is due on Friday of Week 9 by 11:59 pm in Canvas in pdf format. One person per group should upload
the assignment, but both names must be included in the submitted document.
• Late assignments will be penalized per course policy (see the syllabus for details).
• Complete this assignment in MATLAB Live Script. Be sure to document your code appropriately to explain your logic
and highlight the methods you used. Be sure to use the formatted text options and equation editor of the MATLAB
Live Script for your code documentation. Use the class MATLAB examples as your guide to code documentation. Once
executed, save the Live Script in the pdf format with the code, documentation, and results displayed in the same
document.
MATLAB Assignment
Problem Description and Requirements
Numerical convolution in time domain is one way of implementing digital filtering. In the following convolution equation,
??(??) is the input signal, ℎ(??) is the impulse response of the filter, and ??(??) is the filtered signal output.
??(??) = ??(??) ∗ ℎ(??)
Generate the following causal input signal ??(??) containing three sinusoidal components with frequencies f1 = 2 Hz, f2 = 10
Hz, and f3 = 90 Hz, and amplitudes 2, 3, and 0.7, respectively. The duration of the signal is 2 seconds, and the sampling
interval is 1/200 sec. The frequency component f3 = 90 Hzrepresents the interference or noise frequency in the signal ??(??).
Plot the signal ??(??) as a function of time. Assume the units of the signal are Volts.
??(??) = ??1 sin(2????1??) + ??2 sin(2????2??) + ??3 sin(2????3??)
A typical linear digital filter is a mathematical equation with an output that represents a linear combination of amplitudescaled and time-shifted elements of the input. The following equation represents a low-pass (smoothing) filtering
operation where ??(??) is the input signal and ??(??) is the filtered output signal. This equation is a discrete representation
of linear differential equation representing a smoothing (lowpass) filter. Note that the equation is expressed as a function
of ?? which is the sample number of the causal signal ??(??). Once the output signal ??(??) is computed, it can be easily
plotted as a function of time ?? which the sample numbers ?? refer to.
EE 3032: Signals and Systems | Imas, Olga
??(??) = 1
231 {−21??(??) + 14??(?? − 1) + 39??(?? − 2) + 54??(?? − 3) + 59??(?? − 4) + 54??(?? − 5) + 39??(?? − 6)
+ 14??(?? − 7) − 21??(?? − 8)}
It can be shown that the impulse response function ℎ(??) of the filter given above is the set of coefficients of this equation
associated with each ??(?? − ??) term and arranged as a row vector of the size 1 x 9.
1. Hence to perform the filtering operation, create the impulse response function ℎ(??) of the given filter by
extracting the filter equation coefficients and arranging the coefficients in the row vector.
2. Filter the signal ??(??) by performing the convolution of ??(??) with ℎ(??). Refer to the class video on the use of
appropriate function for numerical convolution. The duration of the output signal must match the duration of the
input signal when completed, so be sure to investigate additional input arguments of the convolution function,
which would allow you to do that easily.
3. Plot the output signal ??(??) as a function of time ?? and compare it to the original signal ??(??). Be sure to provide a
figure containing both signals for comparison. What changed?

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more
error: Content is protected !!