Filter löschen
Filter löschen

what the difference between the phase of f(z) and |f(z)|

2 Ansichten (letzte 30 Tage)
Aisha Mohamed
Aisha Mohamed am 26 Apr. 2022
Kommentiert: Walter Roberson am 10 Mai 2022
I want to plot the complex function f(z) and I am tring to plot |f(z)| as well , but I can not understand what the difference between them?
I mean what does f(z) represent and what does |f(z)| represent and which of them represent exactly the complex function.
I appreciate any help
  1 Kommentar
Mathieu NOE
Mathieu NOE am 26 Apr. 2022
hello
|f(z)| is the modulus of the complex function f(z) so it will represent only the amplitude (or modulus) of a complex valued function. the phase information is lost

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Anagha Mittal
Anagha Mittal am 10 Mai 2022
Hi!
The difference between f(z) and |f(z)| is that the former has all the actual values of the complex function while the latter only has the positive values (i.e. the positives remain the same and the sign is reversed for negative values).
|f(z)| is the modulus of f(z) which returns only positive values.
For the exact representation, you may plot f(z).
  1 Kommentar
Walter Roberson
Walter Roberson am 10 Mai 2022
However for complex functions, the magnitude is sqrt(real^2 + imag^2). For locations where the samples are real, then this corresponds to x if x>=0 and -x for x<0. But when there is an imaginary part, it is not meaningful to talk about comparing all the value to 0
The magnitude of f(x) corresponds to rotating each point in the complex plane over to the positive x axes, preserving vector magnitude. The result has no remaining phase.

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by