what the difference between the phase and arctan?
59 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Aisha Mohamed
am 1 Okt. 2022
Kommentiert: Aisha Mohamed
am 1 Okt. 2022
Hi all
When z=x+iy.
I know (if I am correct ) that tan^-1(y/x) = arctan(y/x) =atan(y/x) = atan2(y,x) we use these expression to find the angle (theta) that calculateing from the positive real axis to the vector between the origen and the point z.
I am really confuse with the phase(z) , I read that
the phase(z)= arctan(y/x) whih the diference that ,
arctan takes values in ]−π/2,π/2[ while the phase is generally defined over ]−π,π].
Is this correct please?
I appriciate any help
0 Kommentare
Akzeptierte Antwort
Torsten
am 1 Okt. 2022
phase(z) = atan2(imag(z),real(z))
Read the documentation for atan2 to find the differences to the usual atan function:
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Signal Generation and Preprocessing finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!