Method ao/driftModeRemoveKicks


  DRIFTMODEREMOVEKICKS detects and replaces the force kicks in the drift-mode experiment.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: The input is typically the in-loop differential
               acceleration. This data is first normalised, then values
               larger than the supplied threshold are used to determine the
               location of the force kicks. Once these are determined, they
               are replaced with zeros.
  
  
  The first input AO is used to detect the kicks. All other objects are
  processed with the same set of indices.
  
  CALL:
          out = driftModeRemoveKicks(a12, pl);
  
  OUTPUTS:
              out - time-series AO objects with the kicks replaced by
                    zeros.
  
  
  NOTE: the procinfo of the output AO contains the start and stop indices
  of each gap.
  
  Parameters Description
  
  
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
THRESHOLD 50 none Specify the threshold for the normalised data which is used to determine a kick.
GAP SIZE 2 none Ensure the gaps produced by zeroing out the kicks all have this size in seconds.
back to top back to top

Some information of the method ao/driftModeRemoveKicks are listed below:
Class name ao
Method name driftModeRemoveKicks
Category Signal Processing
Package name LPF_DA_Module
VCS Version 9261be27dd1a3f454871757ac6dc9e0fb5b06f94
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team