Closed keiyamamo closed 7 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.31%. Comparing base (
82f7aac
) to head (eef45a6
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When filtering, we have an option to compute amplitude or not. It does not really make sense to compute amplitude when low-pass filtering displacement, velocity, or pressure, but is useful for low-pass filtered strain because we want to see the maximum principal component. Therefore, adding this if statement and skip window RMS, which is specific for high-pass filtered signal.