Re: Periodogram and frequency

From: Maria Gehne <mgehne_at_nyahnyahspammersnyahnyah>
Date: Thu Aug 22 2013 - 09:08:11 MDT

Hi Rodrigo,

it seems to be working for me (see attached script and plot). The
frequency with the most power
is 0.25 which translates to a period of 1/0.25 = 4 which is what you
want, right?

Hope this helps,
Maria

On 08/22/2013 08:17 AM, Rodrigo Colpo wrote:
> Test1 = new(100,integer)
> Test1 = 0
> do i = 1, dimsizes(listTest21) -1
> if (i%4 .eq. 0) then
> Test1(i-1 ) = 2
> end if
> end do

-- 
Maria Gehne
Postdoctoral Fellow
NCAR/CGD/CAS
P.O. Box 3000
Boulder, CO 80307



_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk

Received on Thu Aug 22 09:08:21 2013

This archive was generated by hypermail 2.1.8 : Fri Aug 30 2013 - 14:04:57 MDT