RTXI 1.3
plugins/include/DSP/croscorr.h
Go to the documentation of this file.
00001 //
00002 // file = croscorr.h
00003 //
00004 
00005 #ifndef CROSCORR_H
00006 #define CROSCORR_H
00007 
00008 void CrossCorrelation( int seg_len,
00009                        double* input_segment, 
00010                        double* output_segment,
00011                        double* gain,
00012                        double* phase_delta,
00013                        int* indx_of_peak);
00014 
00015 #endif //CROSCORR_H
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines