Raw 4 channel acceleration data plot to Time domain, Frequency domain (Power spectral density)
pip install -r requirements.txtmain.py을 열고 JSON 데이터 경로 수정- Windows의 경우
C:\\Users\\eunchurn\\APROS\\36-20191120방식으로 수정
# JSON 데이터 폴더 지정
json_path = '/Users/eunchurn/APROS/36-20191120'main.py열고 출력 폴더 지정- Windows의 경우
C:\\Users\\eunchurn\\APROS\\36-2019112\png방식으로 수정
# PNG 출력 저장할 폴더 지정
output_path = '/Users/eunchurn/APROS/36-20191120/png'python main.pyResult will be in output_path as png files.

