First of all, you try to make a plot of complex numbers z_n.
This does not make any sense.
You can plot the real part (real(z_n), the imaginary part (imag(z_n) or the absolute values (abs(z_n).
However, your exceptions in the second diagram are wrong too.
Your function exp(j2πmf) is a rotating vector with absolute amplitude 1.
This results in:
- real(exp(j2πmf) = cos(2πmf)
- imag (exp(j2πmf) = sin(2πmf); By the way, imag does not include j, it is the value which has j as a factor.
- abs(exp(j2πmf) = 1
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…