emicho
Junior Member level 3
- Joined
- May 9, 2011
- Messages
- 27
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,422
Signal is a 160 samples
and I am obligated to apply a 512 FFT
is there any way that I could restore my signal
with a 160 IFFT
X=FFT(signal,512)
x=IFFT(X,160)
x == signal !?!?
how can I make this relation possible
any Idea guys?!
please help
and I am obligated to apply a 512 FFT
is there any way that I could restore my signal
with a 160 IFFT
X=FFT(signal,512)
x=IFFT(X,160)
x == signal !?!?
how can I make this relation possible
any Idea guys?!
please help