app.deepbeat_converter module

File: app/deepbeat_converter.py Project: 22HLT01 QUMPHY Contact: nando.hegemann@ptb.de Gitlab: https://gitlab.com/qumphy Description: Convert DeepBeat Database into PPG training chunks. SPDX-License-Identifier: EUPL-1.2

app.deepbeat_converter.convert(file_name, save_path, folds=1)[source]

Chunk data into multiple npy files.

Return type:

str

Parameters:
  • file_name (str) – Path to file.

  • save_path (str) – Save directory.

  • folds (int, optional) – Number of different files the file is split into.

Returns:

Save location.