salil87
- 26
- 0
Hi
Just wanted to know if negative frequency has any significance?
Thanks
Salil
Just wanted to know if negative frequency has any significance?
Thanks
Salil
salil87 said:Just wanted to know if negative frequency has any significance?
DragonPetter said:Negative frequency usually has more importance if you're considering phase information than if you're considering just magnitude.
For example, you can reconstruct a digital image completely from its 2D spectrum magnitude, where you get rid of the complex numbers and therefore are ignoring phase information.
rbj said:i don't know if that is true.
i don't believe that is true at all. you can really mess up a digital image by ditching the phase information. in fact, by setting the phase information to zero, a general image (which would not normally have symmetry about either the horizontal or vertical axis) would become even symmetrical about both axes.
now there are these transforms called the Discrete Cosine Transform, but the model image is one where you reflect the image about both axes to make it even symmetry (this quadruples the area). then you can represent it with cosine terms where the sign of frequency makes no difference.
DragonPetter said:Hmm I'm not sure what I've done. I used the 2D fast Fourier transform and when I take the magnitude of this, which loses all phase information, and then do the inverse Fourier transform, I get the image back again.
Edit: I guess magnitude is still using the phase.