- Timestamp:
- Sep 6, 2011, 11:04:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/ppStack/src/ppStackConvolve.c
r31158 r32343 377 377 0.5 * (values->data.F32[numGood / 2 - 1] + values->data.F32[numGood / 2]); 378 378 379 float rms = 0.74 * (values->data.F32[numGood * 3 / 4] - 379 // EAM/MEH ensure RMS is positive 380 float rms = 0.74 * fabsf(values->data.F32[numGood * 3 / 4] - 380 381 values->data.F32[numGood / 4]); // Estimated RMS from interquartile range 381 382 psFree(values);
Note:
See TracChangeset
for help on using the changeset viewer.
