Replication Data for: Achieving Liquid Processors by Colloidal Suspensions for Reservoir Computing
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/13786592
下载链接
链接失效反馈官方服务:
资源简介:
Overview
This README provides instructions for accessing and managing the SQLite database digits_channel_A.db, digits_channel_B.db, and digits_channel_C.db which contains the recordings for all the channels A, B, and C of the digital oscilloscope. The database includes a table named digits_data with information about each recording, including metadata and audio data.
Database SchemaTable: digits_data
id: INTEGER PRIMARY KEY A unique identifier for each record.
person_id: INTEGER Identifier for the person associated with the recorded digit.
digit: INTEGER The digit recorded (0-9).
repeat: INTEGER The repeat count of the recording.
audio: BLOB Binary Large Object to store audio data.
Prerequisites
Python 3.x sqlite3 library (included with Python standard library)
创建时间:
2025-01-14



