|  | 
                  
                  
                    
                    
                    
                    
    
            Doxygen Source Code DocumentationMain Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Search
 
 ts.c File Reference#include <stdio.h>#include <math.h>#include <stdlib.h>#include <string.h>#include "ts.h"
Go to the source code of this file. 
 Define Documentation
 
 
  
    | 
        
          | #define MEDIAN | ( | a, |  
          |  |  | b, |  
          |  |  | c |  | ) |  |  |  
  
    |  | 
Value: ( mtemp = 4*((a)<(b)) + 2*((a)<(c)) + ((b)<(c)) , \
                        (mtemp==3||mtemp==4) ? (a) :                    \
                        (mtemp==7||mtemp==0) ? (b) : (c) ) |  
 Function Documentation
 
  
    | 
        
          | void RWC_free_time_series | ( | ts |  | ) |  |  |  
 Variable Documentation
 
  
    |  | 
 
Definition at line 197 of file ts.c.
 
Referenced by absfft_func(), backward_solve_inplace(), calculate_results(), DC_Err(), DC_Fit(), DC_IRF(), DELAY_main(), detrend(), DSET2_func(), EXP0D_worker(), EXTRACT_main(), forward_solve_inplace(), fourier_1D(), get_line_opt(), GRA_pin_choose_CB(), hbAssignCodes(), hbCreateDecodeTables(), huber_func(), intvec_to_niml(), L1F_detrend(), L1F_fitter(), L1F_worker(), linear3_func(), log10_func(), LSQ_detrend(), LSQ_fitter(), LSQ_worker(), main(), MCW_choose_CB(), median3_func(), niml_to_intvec(), NL_error(), NL_fitter(), NL_worker(), normalize(), osfilt3_func(), PARSER_1deval(), quotize_float_vector(), quotize_int_vector(), r_idisp_vec3d(), r_idisp_vec3f(), r_idisp_vec3i(), robust_covar(), ssqrt_func(), SUMA_BinarySuck(), SUMA_BrainVoyager_Read_vmr(), SUMA_OpenDX_Read_CruiseVolHead(), UC_unusuality(), update_PCOR_references(), WA_err(), WA_fit(), WA_fwt(), and WA_sgnl().     |  |