MPBA / pyphysio

GNU General Public License v3.0
47 stars 13 forks source link

'ar' method not working in PSD() even if signal has many samples #45

Closed andbiz closed 7 years ago

andbiz commented 7 years ago

Found a bug in Line: 391 if len(signal) >= max_order:

Corrected to: if len(signal) >= max_order:

andbiz commented 7 years ago

Solved (e949cf8)

pls check

Alebat commented 7 years ago

Woow nice bug o.O

Alebat commented 7 years ago

Does it work properly now?