Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miili authored Jun 2, 2022
1 parent c5851fa commit 49a5174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The adaptive frequency filter (AFK) can be used to suppress incoherent noise in
from lightguide import orafk_filter

filtered_data = orafk_filter.afk_filter(
data, window_size=32, overlap=14, exponent=0.0, normalize_power=False)
data, window_size=32, overlap=15, exponent=0.8, normalize_power=False)
```

The filtering performance of the AFK filter, applied to an earthquake recording at an [ICDP](https://www.icdp-online.org/home/) borehole observatory in Germany. The data was recorded on a [Silixa](https://silixa.com/) iDAS v2. For more details see <https://doi.org/10.5880/GFZ.2.1.2022.006>.
Expand Down

0 comments on commit 49a5174

Please sign in to comment.