Skip to content
Snippets Groups Projects
Commit 8c8d0262 authored by LexvanGastel's avatar LexvanGastel
Browse files

240331: 6: Filter functions: Listed available filter functions in scipy.signal

parent 02ed4bfc
Branches
No related tags found
No related merge requests found
import scipy.io import scipy.io
from scipy.signal import butter, filtfilt from scipy.signal import butter, filtfilt
import scipy.signal
def load_emg_data(file_path): def load_emg_data(file_path):
...@@ -57,4 +58,6 @@ class SignalProcessing: ...@@ -57,4 +58,6 @@ class SignalProcessing:
def power_spectral_analysis(self, data): def power_spectral_analysis(self, data):
#methode #methode
pass pass
\ No newline at end of file
print(dir(scipy.signal))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment