Re: low-pass filter

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed, 30 Aug 2006 14:55:12 -0600 (MDT)

>hi, users
> thanks the people who help me.
>
>a low-pass filter is imposed on annual global_mean
>time series temperature change data ,which removes
>fluctuations with periods less than 10 years(11-point smooth).
>
>i use the function
> wgt = filwgts_lancos (9, 0, 0.2, -999., 1)
>to get the wgts, and use
> ts = wgt_runave(ts(time|:), wgt, 0)
>to get the smooth data.
>but how to know the data is 11-point smooth?
>yours sherry
======================

I know this question has been answered
  http://www.ncl.ucar.edu/Support/talk_archives/2006/0864.html

This response focuses upon filtering.
  
Perhaps, I do not understand. You want a filter that
"removes fluctuations with periods less than
 10 years(11-point smooth)". Then you specify
 
 wgt = filwgts_lancos (9, 0, 0.2, -999., 1)
                       ^ ^^^
                       
This is a nine [9] point smoother with an idealized cutoff
at 0.2 cycles/year [ie: 5 years]
        
  

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Aug 30 2006 - 14:55:12 MDT

This archive was generated by hypermail 2.2.0 : Fri Sep 01 2006 - 09:10:57 MDT