Why do I get different results with row or column vectors when using the

Technical Source
1 min readMar 23, 2021

--

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

https://www.matlabsolutions.com/resources/why-do-i-get-different-results-with-row-or-column-vectors-when-using-the.php

--

--

Technical Source
Technical Source

Written by Technical Source

Simple! That is me, a simple person. I am passionate about knowledge and reading. That’s why I have decided to write and share a bit of my life and thoughts to.

No responses yet