00001 /* 00002 * CrossTalk.h 00003 * 00004 * Created on: May 1, 2012 00005 * Author: Brenda Javornik (e-mail: brendaj (at) cora.nwra.com) 00006 */ 00007 00008 #ifndef CROSSTALK_H_ 00009 #define CROSSTALK_H_ 00010 00011 #include "utilities.h" 00012 00013 BOOLEAN getCrossTalk(); 00014 00015 void setCrossTalk(); 00016 00017 void clearCrossTalk(); 00018 00019 MATRIX multipyForCrosstalk(MATRIX K, double nu, int Nz); 00020 00021 #endif /* CROSSTALK_H_ */