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

Home » Public Forums » archive » Re: Again an FFT question
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: Again an FFT question [message #80648 is a reply to message #80647] Wed, 27 June 2012 09:45 Go to previous messageGo to previous message
lecacheux.alain is currently offline  lecacheux.alain
Messages: 325
Registered: January 2008
Senior Member
On 27 juin, 18:33, David Fanning <n...@idlcoyote.com> wrote:
> alx writes:
>> You can use the /CENTER keyword in FFT function since IDL7.1
>
> Well, it was *present* in IDL 7.1. I don't think
> it actually worked until later.
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>
>

?
IDL> print,fft(cos(2*!pi*findgen(16)/16*3))
( 5.06635e-008, 0.000000)( 8.06580e-008, 3.52675e-008)
(-9.04610e-009, 2.63418e-008)( 0.500000, 1.28007e-007)
(-9.08976e-008, 1.49012e-008)
(-2.65443e-008,-1.35536e-008)( 1.20273e-008, 2.63418e-008)
(-7.60014e-008,-9.51177e-008)( 1.25169e-007, -0.000000)
(-7.60014e-008, 9.51177e-008)
( 1.20273e-008,-2.63418e-008)(-2.65443e-008, 1.35536e-008)
(-9.08976e-008,-1.49012e-008)( 0.500000,-1.28007e-007)
(-9.04610e-009,-2.63418e-008)
( 8.06580e-008,-3.52675e-008)
IDL> print,fft(cos(2*!pi*findgen(16)/16*3),/CENTER)
( 1.25169e-007, -0.000000)(-7.60014e-008, 9.51177e-008)
( 1.20273e-008,-2.63418e-008)(-2.65443e-008, 1.35536e-008)
(-9.08976e-008,-1.49012e-008)
( 0.500000,-1.28007e-007)(-9.04610e-009,-2.63418e-008)
( 8.06580e-008,-3.52675e-008)( 5.06635e-008, 0.000000)
( 8.06580e-008, 3.52675e-008)
(-9.04610e-009, 2.63418e-008)( 0.500000, 1.28007e-007)
(-9.08976e-008, 1.49012e-008)(-2.65443e-008,-1.35536e-008)
( 1.20273e-008, 2.63418e-008)
(-7.60014e-008,-9.51177e-008)
Both statements give expected results: i.e. non zero values at
positions 3 and 13 (CENTER=0) or 5 and 11 (CENTER=1).
alx.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: problem in the path
Next Topic: Re: problem in the path

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

Current Time: Wed Oct 08 17:54:06 PDT 2025

Total time taken to generate the page: 0.00427 seconds