Re: about wavelet

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri Aug 31 2012 - 04:46:51 MDT

Not sure the scaling constant was used. It is a donated script.

The
scaleavg = dj*dt/Cdelta*dim_sum_Wrap(powernorm(time|:,{period|2.:8.}))

is effectively,

scaleavg = (dj*dt/Cdelta)*dim_sum_Wrap(powernorm(time|:,{period|2.:8.}))

Perhaps, this is more clear.

On 8/30/12 6:40 AM, JinQ Liu wrote:
> hi,
> I wonder why in script wavelet_2.ncl
> <http://www.ncl.ucar.edu/Applications/Scripts/wavelet_2.ncl> it uses
>
> scaleavg = dj*dt/Cdelta*dim_sum_Wrap(powernorm(time|:,{period|2.:8.}))
>
> to caculate the average power of 2-8 yr. Why do not use
>
> scaleavg = dim_sum_Wrap(powernorm(time|:,{period|2.:8.}))
>
> directly?
>
> Thanks in advance.
>
>
> JinQ
>
>
> --
> JinQing LIU M.S.
> Ocean University of China
> --
>
>
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Aug 31 04:47:03 2012

This archive was generated by hypermail 2.1.8 : Tue Sep 11 2012 - 15:30:42 MDT