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
No related branches found
No related tags found
No related merge requests found
import scipy.io
from scipy.signal import butter, filtfilt
import scipy.signal
def load_emg_data(file_path):
......@@ -57,4 +58,6 @@ class SignalProcessing:
def power_spectral_analysis(self, data):
#methode
pass
\ No newline at end of file
pass
print(dir(scipy.signal))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment