You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've tried to use the frequency_domain.frequency_domain() function as follow: test = np.array([...]) res = frequency_domain.frequency_domain(signal=test)
But it raised this error: AttributeError: module 'biosppy.inter_plotting.ecg' has no attribute 'ecg'. Could you please help me? :)
The text was updated successfully, but these errors were encountered:
Hi, I've tried to use the frequency_domain.frequency_domain() function as follow:
test = np.array([...]) res = frequency_domain.frequency_domain(signal=test)
But it raised this error: AttributeError: module 'biosppy.inter_plotting.ecg' has no attribute 'ecg'. Could you please help me? :)
The text was updated successfully, but these errors were encountered: