Prev: MATLAB to LISP connection
Next: fft and ifft
From: Walter Roberson on 1 Aug 2010 13:10 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 |