Displaying 1 result from an estimated 1 matches for "tp25475063p25475063".
2009 Sep 16
3
fft help
...<- sqrt(Re(Y)^2+Im(Y)^2)
phase <- atan(Im(Y)/Re(Y))
Yr <- Re(Y)
Yi <- Im(Y)
#PLOT SIGNALS
plot(t,y,type="l",xlim=c(0,T))
plot(f,Re(Y),type="l")
plot(f,Im(Y),type="l")
--
View this message in context: http://www.nabble.com/fft-help-tp25475063p25475063.html
Sent from the R help mailing list archive at Nabble.com.