필터 지우기
필터 지우기

How can I do zero padding before IFFT? (matlab)

조회 수: 6 (최근 30일)
ali
ali 2018년 2월 20일
댓글: ali 2018년 2월 20일
I have an issue of applying IFFT in matlab.
I have signal in frequency domain (X(k)) with bandwidth (2−3)MHz. with with seperation freqency is 10khz and 101 point. So, in order to apply IFFT, i just wrote:
Xf= IFFT(X);
plot(0:(1/1e6):Nf*(1/1e6),Xf)
Then, i got symmetric figure.
I want to pad zeros before IFFT. can you help me?

답변 (1개)

Abhishek Ballaney
Abhishek Ballaney 2018년 2월 20일
https://in.mathworks.com/help/images/ref/padarray.html
  댓글 수: 1
ali
ali 2018년 2월 20일
in basic level how many zeros i have to add and how long? and how ?

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Transforms에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by