MATLAB GURU FETEX 2014 (Q.4 with Solution Codes)

Posted on at


Decomposing Signal into its even and odd components:

Develop a simple MATLAB function to decompose a given signal into its even and odd components.

For a signal, even component of the signal is:  and odd component of the signal is  where shows conjugate of x: conj(x).

Your function signature and starting lines should be as under:
(Note: function name should contain your team name!)

 

Solution:

Function:

 

Function Call :

 



About the author

160