projects/themis/spacecraft/fields/
spin_tones_cleaning_vector_v5.pro
Procedure: spin_tones_cleaning_vec_v5 Purpose: compute an averaged signal with a specified averaging window duration and substract this averaged signal to raw signal keywords: none input :t_vec,VEC,wind_dur,samp_per t_vec is a time array VEC is a time vector wind_dur is the duration of the averaging, samp_per is the sample period of t_vec and VEC output :VEC_AV has the duration of VEC but is obtained by duplicating the average signal over one averaging window along the whole time period the average signal is obtained by summing all averaging windows within the whole time period VEC_CLEANED is equal to VEC-VEC_AV, nbwind is the number of averaging window within the whole time period, nbpts_cl is the number of points within the whole time period i.e. also the dimension of t_vec_cleaned and VEC_CLEANED Example: spin_tones_cleaning_vector, t_vec,VEC,wind_dur,samp_per,$ t_vec_cleaned,VEC_AV,VEC_CLEANED,nbwind,nbpts_cl Notes: This routine is (should be) platform independent. History: 12 june 2007, written by Olivier Le Contel $LastChangedBy: aaflores $ $LastChangedDate: 2012-01-26 16:43:03 -0800 (Thu, 26 Jan 2012) $ $LastChangedRevision: 9624 $ $URL: svn+ssh://thmsvn@ambrosia.ssl.berkeley.edu/repos/spdsoft/trunk/projects/themis/spacecraft/fields/spin_tones_cleaning_vector_v5.pro $
Routines
File attributes
Modification date: | Thu Feb 13 16:42:38 2014 |
Lines: | 49 |