ubsuny / 23-Homework5G3

MIT License
0 stars 9 forks source link

Explain import statement #47

Open JustinJaniszewski opened 8 months ago

JustinJaniszewski commented 8 months ago

In "Low_freq_clean_up.py" you wrote :

from scipy.signal import butter, filtfilt

What is the purpose of this?

uarif commented 8 months ago

This butter filter, is just another way of filtering frequencies, either higher or lower. @JustinJaniszewski \

pratibha77118 commented 8 months ago

@uarif are we supposed to do the filtering for task 1. I think task 1 is about finding frequency .

s4il3sh commented 8 months ago

@uarif are we supposed to do the filtering for task 1. I think task 1 is about finding frequency .

filtering is for task 2.

JustinJaniszewski commented 8 months ago

@uarif thank you.