Skip to content

eunchurn/data-spectrum-image

Repository files navigation

Raw Data file (JSON) to Image (PNG)

Actions Status Build Status

Raw 4 channel acceleration data plot to Time domain, Frequency domain (Power spectral density)

Requirements

Installation

pip install -r requirements.txt

Dependencies

Configuration

데이터 폴더 지정

  • main.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'

Run script

python main.py

Result

Result will be in output_path as png files.

result1 result2

About

Raw data to power spectral density

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages