Onepredict / onebone

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

feat: Add moving average #30

Closed kbpark-onepredict closed 2 years ago

kbpark-onepredict commented 2 years ago

Summary

Write the summary about this PR.

Changes

Write changes in detail.

How to Test?

Write a way to test the changes.

Checklist

kbpark-onepredict commented 2 years ago

테스트 중 int -> float 변환 과정, 4/3 != 1.3333333....와 같은 작은 오차가 발생하여 np.equal 대신 np.isclose를 사용하였습니다.

kyunghwan-onepredict commented 2 years ago

PR 이름도 commit message 처럼 [type]: [Subject] 형태로 변경해주시면 감사하겠습니다. ex. feat: Add moving average algorithm

kbpark-onepredict commented 2 years ago

PR 이름도 commit message 처럼 [type]: [Subject] 형태로 변경해주시면 감사하겠습니다. ex. feat: Add moving average algorithm

반영했습니다.

kyunghwan-onepredict commented 2 years ago

@all-contributors please add @kbpark-onepredict code

allcontributors[bot] commented 2 years ago

@kyunghwan-onepredict

I've put up a pull request to add @kbpark-onepredict! :tada:

kyunghwan-onepredict commented 2 years ago

@kbpark-onepredict contributor 추가하는 commit 하였습니다. 👍 image