comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: FFT wierdness in WAVE
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: FFT wierdness in WAVE [message #6082 is a reply to message #6080] Thu, 28 March 1996 00:00 Go to previous messageGo to previous message
Sergei Senin is currently offline  Sergei Senin
Messages: 23
Registered: February 1996
Junior Member
It's me again :-)

howie@skeefum.tamu.edu (Matt Howard) wrote:
> Any ideas?


yet another one:

;----------------------------------------------------------- -----------
;weird_fft_2.pro start line
;----------------------------------------------------------- -----------
pro weird_fft_2
tek_color
out_old=0
for k=0, 10 do begin
if k eq 0 then plot_io ,abs(fft(findgen(2.^10.),-1)), $
xrange=[100,2.^10. ], $
color=1, /nodata
ggg=strcompress(string(2^k))
xyouts, 0.2, 0.2, out_old, /norm, charsize=1.5, color=0
xyouts, 0.2, 0.2, ggg, /norm, charsize=1.5, color=k+1
oplot,abs(fft(findgen(2^k),-1)), color=k+1
out_old=ggg
endfor
return
end
;----------------------------------------------------------- -----------
;weird_fft_2.pro stop line
;----------------------------------------------------------- -----------


Looks like good old "don't use number of samples other than power of 2 with
this routine"
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bug in rebin function
Next Topic: Re: Installation of idl under Win3.11

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 10:18:50 PDT 2025

Total time taken to generate the page: 1.51770 seconds