From: Walter Roberson on
Dipasree Som wrote:

> I am using matlab for first time. I want to retrieve back my original
> time domain signal using ifft and then plot it. Plotting is neglecting
> the small imaginary part, how can I avoid this and plot this imaginary
> part together?

plot(x,real(y),'r',x,imag(y),'g')
 | 
Pages: 1
Prev: MATLAB to LISP connection
Next: fft and ifft