Answered step by step
Verified Expert Solution
Question
1 Approved Answer
{ Optional } Let [ ] = 1 1 1 1 0 . 5 0 . 5 . Sketch: [ ] [ 2 ] .
Optional Let
Sketch:
b Let
Sketch:
c In this problem, you will show that any sequence can be formed as the sum of an even symmetric
and an odd antisymmetric component.
Let
and
i Showderive that xn xen xon
ii Showderive that xen is even symmetric
iii Showderive that xon is odd antisymmetric
iv Find xen and xon if
With this notation, the n index is
denoted by the arrow. All outofrange sequence values equal zero.
d Write a general purpose MATLAB function that is provided a sequence x as its input, and returns
an odd xo and an even xe sequence as its output. The sum of the odd and even sequences must
equal the input sequence. Note that MATLAB does not have a standard scheme for indexing
of
sequences that include both negativevalued and positivevalued indexes. You will want to permit
such sequences. Thus, you must devise such a scheme with this function. Be sure to describe your
scheme in the header comments of your function for both the inputs and the outputs to your
function. Your function must work properly for all general sequences. Test this function on the
sequence from the previous problem. Supply a hardcopy of the mfile and a printout of the result
from the sequence in the previous problem. Your MATLAB result should match the result that you
computed by hand in the previous problem!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started