Create README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
f8b748a456
commit
b99f1f1a0b
1 changed files with 6 additions and 0 deletions
6
scipy.signal_butterworth/README.md
Normal file
6
scipy.signal_butterworth/README.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# [scipy.signal](https://docs.scipy.org/doc/scipy/reference/signal.html) -- Butterworth low, high and band-pass
|
||||
## Goal
|
||||
|
||||
Sometimes we need to remove of frequency range from a time series. For this we can use a Butterworth filter [scipy.signal.butter](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.butter.html) and the [scipy.signal.filtfilt](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.filtfilt.html) command.
|
||||
|
||||
Questions to [David Rotermund](mailto:davrot@uni-bremen.de)
|
Loading…
Reference in a new issue