Effacer les filtres
Effacer les filtres

why this overlap happen here?

1 vue (au cours des 30 derniers jours)
Aisha Mohamed
Aisha Mohamed le 22 Sep 2022
Modifié(e) : Aisha Mohamed le 23 Sep 2022
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 commentaires
Torsten
Torsten le 22 Sep 2022
The roots of f_b(1/z) are 1./roots(p1), not roots(p1).
Aisha Mohamed
Aisha Mohamed le 22 Sep 2022
Many Thanks Torsten. Yes you are right.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Graphics dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by