#include <TDSPBlockOperation.h>
Inheritance diagram for TDSPBlockOperation:

Definition at line 28 of file TDSPBlockOperation.h.
|
|
|
|
|
|
|
|
Implemented in TDSPLTVChannel, TDSPMultiEcho, TDSPBlockfft, TDSPBlockMap, TDSPBlockSolve, TDSPConvolution, TDSPFilterMap, TDSPModulation, TDSPMonitor, and TDSPSignalStudy. Referenced by I_MaxAbs(), I_MaxAbs2(), I_MeanAbs(), I_MeanAbs2(), I_MinAbs(), I_MinAbs2(), MaxAbs(), MaxAbs2(), Mean(), Mean2Diff(), Mean2PhaseDiff(), MeanAbs(), MeanAbs2(), MeanDiff(), MeanPhaseDiff(), MeanPower(), MinAbs(), MinAbs2(), MSE(), Sum(), Sum2Diff(), Sum2PhaseDiff(), SumDiff(), SumPhaseDiff(), and TrimBlock(). |
|
||||||||||||
|
Definition at line 164 of file TDSPBlockOperation.h. References GetBlockLen(), and I_MaxAbs().
00164 {
00165 return I_MaxAbs(GetBlockLen(), in, result);
00166 }
|
|
||||||||||||||||
|
Referenced by I_MaxAbs(). |
|
||||||||||||
|
Definition at line 148 of file TDSPBlockOperation.h. References GetBlockLen(), and I_MaxAbs2().
00148 {
00149 return I_MaxAbs2(GetBlockLen(), in, result);
00150 }
|
|
||||||||||||||||
|
Referenced by I_MaxAbs2(). |
|
||||||||||||
|
Definition at line 140 of file TDSPBlockOperation.h. References GetBlockLen(), and I_MeanAbs().
00140 {
00141 return I_MeanAbs(GetBlockLen(), in, result);
00142 }
|
|
||||||||||||||||
|
Referenced by I_MeanAbs(). |
|
||||||||||||
|
Definition at line 132 of file TDSPBlockOperation.h. References GetBlockLen(), and I_MeanAbs2().
00132 {
00133 return I_MeanAbs2(GetBlockLen(), in, result);
00134 }
|
|
||||||||||||||||
|
Referenced by I_MeanAbs2(). |
|
||||||||||||
|
Definition at line 172 of file TDSPBlockOperation.h. References GetBlockLen(), and MinAbs().
00172 {
00173 return MinAbs(GetBlockLen(), in, result);
00174 }
|
|
||||||||||||||||
|
|
|
||||||||||||
|
Definition at line 156 of file TDSPBlockOperation.h. References GetBlockLen(), and I_MinAbs2().
00156 {
00157 return I_MinAbs2(GetBlockLen(), in, result);
00158 }
|
|
||||||||||||||||
|
Referenced by I_MinAbs2(). |
|
||||||||||||
|
Definition at line 160 of file TDSPBlockOperation.h. References GetBlockLen(), and MaxAbs().
00160 {
00161 return MaxAbs(GetBlockLen(), in, result);
00162 }
|
|
||||||||||||||||
|
Referenced by MaxAbs(). |
|
||||||||||||
|
Definition at line 144 of file TDSPBlockOperation.h. References GetBlockLen(), and MaxAbs2().
00144 {
00145 return MaxAbs2(GetBlockLen(), in, result);
00146 }
|
|
||||||||||||||||
|
Referenced by MaxAbs2(). |
|
||||||||||||
|
Definition at line 124 of file TDSPBlockOperation.h. References GetBlockLen(), and Mean().
00124 {
00125 return Mean(GetBlockLen(), in, result);
00126 }
|
|
||||||||||||||||
|
Referenced by Mean(). |
|
||||||||||||||||||||
|
mean of the differences
Definition at line 189 of file TDSPBlockOperation.h. References GetBlockLen(), and Sum2Diff().
00189 {
00190 return Sum2Diff(GetBlockLen(),in1,in2,result,scaler);
00191 }
|
|
||||||||||||||||||||||||
|
mean of the differences
Referenced by MSE(). |
|
||||||||||||||||||||
|
Definition at line 211 of file TDSPBlockOperation.h. References GetBlockLen(), and Mean2PhaseDiff().
00211 {
00212 return Mean2PhaseDiff(GetBlockLen(),in1,in2,result,scaler);
00213 }
|
|
||||||||||||||||||||||||
|
Referenced by Mean2PhaseDiff(). |
|
||||||||||||
|
Definition at line 136 of file TDSPBlockOperation.h. References GetBlockLen(), and MeanAbs().
00136 {
00137 return MeanAbs(GetBlockLen(), in, result);
00138 }
|
|
||||||||||||||||
|
Referenced by MeanAbs(). |
|
||||||||||||
|
Definition at line 128 of file TDSPBlockOperation.h. References GetBlockLen(), and MeanAbs2().
00128 {
00129 return MeanAbs2(GetBlockLen(), in, result);
00130 }
|
|
||||||||||||||||
|
Referenced by MeanAbs2(). |
|
||||||||||||||||||||
|
mean of the differences
Definition at line 183 of file TDSPBlockOperation.h. References GetBlockLen(), and MeanDiff().
00183 {
00184 return MeanDiff(GetBlockLen(),in1,in2,result,scaler);
00185 }
|
|
||||||||||||||||||||||||
|
mean of the differences
Referenced by MeanDiff(). |
|
||||||||||||||||||||
|
Definition at line 208 of file TDSPBlockOperation.h. References GetBlockLen(), and MeanPhaseDiff().
00208 {
00209 return MeanPhaseDiff(GetBlockLen(),in1,in2,result,scaler);
00210 }
|
|
||||||||||||||||||||||||
|
Referenced by MeanPhaseDiff(). |
|
||||||||||||
|
Definition at line 176 of file TDSPBlockOperation.h. References GetBlockLen(), and MeanPower().
00176 {
00177 return MeanPower(GetBlockLen(), in, result);
00178 }
|
|
||||||||||||||||
|
Referenced by MeanPower(). |
|
||||||||||||
|
Definition at line 168 of file TDSPBlockOperation.h. References GetBlockLen(), and MinAbs().
00168 {
00169 return MinAbs(GetBlockLen(), in, result);
00170 }
|
|
||||||||||||||||
|
Referenced by I_MinAbs(), and MinAbs(). |
|
||||||||||||
|
Definition at line 152 of file TDSPBlockOperation.h. References GetBlockLen(), and MinAbs2().
00152 {
00153 return MinAbs2(GetBlockLen(), in, result);
00154 }
|
|
||||||||||||||||
|
Referenced by MinAbs2(). |
|
||||||||||||||||||||
|
Definition at line 192 of file TDSPBlockOperation.h. References GetBlockLen(), and Mean2Diff().
00192 {
00193 return Mean2Diff(GetBlockLen(),in1,in2,result,scaler);
00194 }
|
|
||||||||||||||||||||||||
|
Definition at line 196 of file TDSPBlockOperation.h. References Mean2Diff().
00196 {
00197 return Mean2Diff(bl,in1,in2,result,scaler);
00198 }
|
|
||||||||||||
|
Definition at line 120 of file TDSPBlockOperation.h. References GetBlockLen(), and Sum().
00120 {
00121 return Sum(GetBlockLen(), in, result);
00122 }
|
|
||||||||||||||||
|
Referenced by Sum(). |
|
||||||||||||||||||||
|
Definition at line 186 of file TDSPBlockOperation.h. References GetBlockLen(), and Sum2Diff().
00186 {
00187 return Sum2Diff(GetBlockLen(),in1,in2,result,scaler);
00188 }
|
|
||||||||||||||||||||||||
|
Referenced by Mean2Diff(), and Sum2Diff(). |
|
||||||||||||||||||||
|
Definition at line 204 of file TDSPBlockOperation.h. References GetBlockLen(), and Sum2PhaseDiff().
00204 {
00205 return Sum2PhaseDiff(GetBlockLen(),in1,in2,result,scaler);
00206 }
|
|
||||||||||||||||||||||||
|
Referenced by Sum2PhaseDiff(). |
|
||||||||||||||||||||
|
sum of the differences
Definition at line 180 of file TDSPBlockOperation.h. References GetBlockLen(), and SumDiff().
00180 {
00181 return SumDiff(GetBlockLen(),in1,in2,result,scaler);
00182 }
|
|
||||||||||||||||||||||||
|
sum of the differences
Referenced by SumDiff(). |
|
||||||||||||||||||||
|
Definition at line 200 of file TDSPBlockOperation.h. References GetBlockLen(), and SumPhaseDiff().
00200 {
00201 return SumPhaseDiff(GetBlockLen(),in1,in2,result,scaler);
00202 }
|
|
||||||||||||||||||||||||
|
Referenced by SumPhaseDiff(). |
|
|
Definition at line 34 of file TDSPBlockOperation.h. References GetBlockLen().
00034 { return (l/GetBlockLen())*GetBlockLen();};
|
1.3.2