- Timestamp:
- Jan 11, 2012, 11:19:21 PM (15 years ago)
- Location:
- branches/meh_branches/ppsub_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStack/src/ppStackConvolve.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppsub_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppsub_test/ppStack/src/ppStackConvolve.c
r31158 r33098 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.
