Why do I get different results with row or column vectors when using the
Why do I get different results with row or column vectors when using the ROOTEIG or ROOTMUSIC functions in MATLAB 7.5 (R2007b) ?
When I execute the ROOTEIG or ROOTMUSIC functions in MATLAB, I get different results with row or column vectors.
ANSWER
Matlabsolutions.com provide latest MatLab Homework Help,MatLab Assignment Help for students, engineers and researchers in Multiple Branches like ECE, EEE, CSE, Mechanical, Civil with 100% output.Matlab Code for B.E, B.Tech,M.E,M.Tech, Ph.D. Scholars with 100% privacy guaranteed. Get MATLAB projects with source code for your learning and research.
The ‘ (apostrophe) is the conjugate transpose operator. What is needed for these two functions to give equal results when using row or column vectors is the array transpose operator: .’
Reproduction steps:
fs = 12;f0 = 2;t = ((1:1024)' - 1)/fs;x = exp(j*2*pi*f0*t) + .1*randn(1024, 1);% These lines give different results.fe = rooteig(x, 1, fs)
SEE COMPLETE ANSWER CLICK THE LINK