KVSlab / VaSP

A collection of tools for pre-processing, simulating, and post-processing vascular fluid-structure-interaction problems
https://kvslab.github.io/VaSP/
GNU General Public License v3.0
9 stars 4 forks source link

Not apply windowed rms when low-pass filtering #151

Closed keiyamamo closed 7 months ago

keiyamamo commented 7 months ago

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.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 75.31%. Comparing base (82f7aac) to head (eef45a6).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #151 +/- ## ======================================= Coverage 75.31% 75.31% ======================================= Files 32 32 Lines 3460 3460 ======================================= Hits 2606 2606 Misses 854 854 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.