Onepredict / onebone

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

signal processing 함수 input이 3차원 이상인 경우 동작하지 않음 #68

Closed fst-taewan closed 2 years ago

fst-taewan commented 2 years ago

pytorch를 쓰려고하고 예를 들어 신호의 dimension을 다음과 같이 정의했을때가 있음. |signal| = (batch size, channel size, signal length) ex) 전류 3상 신호, 계측시 10000 포인트 계측, 100번 반복 -> (100, 3, 10000) 이 경우 signal.fft, signal.filter 함수가 동작하지 않음

kyunghwan-onepredict commented 2 years ago
kyunghwan-onepredict commented 2 years ago