Onepredict / onebone

An Open Source Signal Processing Library for Sensor Signals about vibration, current, etc.
MIT License
18 stars 3 forks source link

feat: `positive_fft` n차원 계산 가능하게 변경 #65

Closed Kangwhi-Kim closed 2 years ago

Kangwhi-Kim commented 2 years ago
if len(signal.shape) > 2:
    raise ValueError("Dimension of signal must be less than 3")

Exception 구문 삭제 및 테스트 코드 수정