| ||
00001 00053 void SetLengthComplex1D(TComplex1D Field, int sizeX, 00054 double beginX, double endX); 00055 00066 void CleanComplex1D(TComplex1D Source); 00067 00080 void CopyComplex1D(TComplex1D srcComplex1D, 00081 TComplex1D dstComplex1D); 00082 00095 int GetIndexComplex1D(TComplex1D Source, double x); 00096 00112 void SetValueComplex1D(TComplex1D Source, int x, double real, double imag); 00113 00126 double GetRealComplex1D(TComplex1D Source, int x); 00127 00140 double GetImagComplex1D(TComplex1D Source, int x); 00141 00154 double GetIntensityComplex1D(TComplex1D Source, int x); 00155 00168 double GetPhaseComplex1D(TComplex1D Source, int x); 00169 00181 int GetMaxIntensityIndexComplex1D(TComplex1D Source); 00182 00199 void SetFieldComplex1D(TComplex1D Field, double allRealValue, 00200 double allImagValue, int beginIndex, int endIndex); 00201 00214 double SKOComplex1D(TComplex1D TestField, 00215 TComplex1D StandardField);