hermitian symmetry in IFFT !
6 次查看(过去 30 天)
显示 更早的评论
Hi all. I have a matrix as a 2D spectrum. now, I want to transform it to time domain. when I use IFFT, the results are complex numbers, but it should be real numbers! so I have to have hermitain symmetry. how can i do that?
3 个评论
Walter Roberson
2013-9-9
Can you create a small example?
Are you doing anything between the fft and ifft ?
回答(2 个)
Honglei Chen
2013-9-9
If it is some small imaginary part due to numerical precisions, you can probably preprocess your input to IFFT by doing
x = (x+x')/2
This makes x Hermitian
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Transforms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!