why this overlap happen here?

1 次查看(过去 30 天)
Aisha Mohamed
Aisha Mohamed 2022-9-22
Hi all
I am working on this function
f_b(1/z) = (0.10 − 0.3i)z −1 + (0.2121 − 0.0008i)z −2 + (0.9 + 0.001i)z −3 and I wrote it in MATLAB as p1,
p1=[(0.9000 + 0.0010i) (0.2121 - 0.0008i) (0.1000 - 0.3000i) (0)] ; which has the following roots ,(Thanks Torsten)
1/( 0.0000 + 0.0000i)
1/ ( -0.4716 - 0.4706i)
1/ ( 0.2359 + 0.4717i)
when I plotted the cos(phase(f_b(1/z))) , I find the following figure
where the bright yellow colors indicate positive values of cosine function, thus phase(f_b(1/z)) =0.
Whereas the dark blue colors indicate negative values of cosine function, thus phase(f_b(1/z)) =+ or – pi.
My question is,
what happened in the center of the figure(I put it inside circle ) , why the positive (yellow) and negative (blue) values overlap by this way?
I mean why ((the interference occurs at the origin where the two peaks meet, a strip of dark blue negative values (where $phase(f_b(1/z))= \pm \pi $) permeates the top of the bright yellow positive bottom (where $ phase(f_b(1/z))= 0 $) and becomes surrounded by yellow positive values. Similarly, a bar of bright yellow positive values permeates the top of the dark blue negative to become surrounded by dark blue negative values(where $ phase(f_b(1/z))= \pm \pi $) )) this happen here?
Note that the yellow and blue figures meet at the locate of the zeros of this function.
I appreciate any help.
  2 个评论
Torsten
Torsten 2022-9-22
The roots of f_b(1/z) are 1./roots(p1), not roots(p1).

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Graphics 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by