IFFT for bandpass data
이전 댓글 표시
I would like to know what is the correct method to transform bandpass data in the frequency domain into the time domain using IFFT in Matlab? Assuming I have 101 discrete complex raw data in frequency domain, ranging from 5GHz to 10 GHz, I would like to know what is the time domain response of this bandpass data. I would like to know any of this method correct or could you please tell me what is the right way of performing IFFT for bandpass signal.
1. Simply taking IFFT of frequency domain complex data, assuming 5GHz is the DC point or starting point.
2. Flip and conjugate the raw data for negative frequency component, then apply ifftshift and and ifft.
3. Zero padd from DC to 5GHz, then followed by step 2.
Thank you.
답변 (1개)
Walter Roberson
2017년 11월 21일
0 개 추천
I would not recommend doing this with ifft. I would recommend you use the Non-uniform FFT File Exchange contribution.
카테고리
도움말 센터 및 File Exchange에서 Fourier Analysis and Filtering에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!