I have a variable which contains complex values (FFT result). As you can see in the above figure, the second imaginary value in this variable is negative. When i load the second value to a variable 'aa' as a transpose, it retains the negative component. But when i load as it is, to the variable 'bb', it doesnt show as a negative component. Why is that ? this is perplexing.

 채택된 답변

Walter Roberson
Walter Roberson 2019년 5월 9일

0 개 추천

The ' operator is not the transpose operator: it is the conjugate transpose operator. The transpose operator is .'

댓글 수: 3

Merida
Merida 2019년 5월 9일
Ahh. In which case, if I use
(signIm(freqdata1(1,2)))
why is the resultant value not a -1 ? . Any ideas ?
Walter Roberson
Walter Roberson 2019년 5월 9일
I do not appear to find any function named signlm?
Merida
Merida 2019년 5월 9일
Ahh. never mind. i had taken the complex tranpose earlier of freqdata as it is. My mistake. Thank you for your help.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

질문:

2019년 5월 9일

댓글:

2019년 5월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by