Database Open Access
Human Balance Evaluation Database
Published: May 19, 2016. Version: 1.0.0
New Database Added: HBEDB (May 19, 2016, midnight)
The Human Balance Evaluation database contains force platform recordings from 193 subjects undergoing stabilography tests.
Please include the standard citation for PhysioNet:
(show more options)
Goldberger, A., Amaral, L., Glass, L., Hausdorff, J., Ivanov, P. C., Mark, R., ... & Stanley, H. E. (2000). PhysioBank, PhysioToolkit, and PhysioNet: Components of a new research resource for complex physiologic signals. Circulation [Online]. 101 (23), pp. e215–e220.
Abstract
The HBEDB contains force platform recordings from subjects undergoing stabilography tests. The subjects performed standing tasks under four different conditions: with their eyes opened or closed, while standing on a rigid or unstable surface. Each condition was tested three times, with the order of the conditions being randomized among subjects. A total of 1930 trials performed by 163 different subjects are given in this database.
Data Description
Each 1 minute recording is sampled at 100Hz and low pass filtered at 10Hz. The signal files contain 8 channels with 3 different recording types:
- Force/N - (x, y and z)
- Moment/Nm - (x, y and z)
- Center-of-Pressure/cm - (x and y)
The signal file names are in the form BDS0XXXX, where XXXX is the trial number.
The following qualitative tests were employed on each subject:
- Short Falls Efficacy Scale International
- International Physical Activity Questionnaire Short Version
- Trail Making Test
- Mini Balance Evaluation Systems Tests
The subjects were also interviewed about some of their socio-cultural, demographic, and health information, including their age, medications, and illnesses. The collected information and the results of the tests are given in the BDSinfo.txt and BDSinfo.xlsx files. Each record's header file also contains some of these subject fields.
For more information about this project and the collected metadata, see the website of the BMC-Lab from the Federal University of ABC.
Access
Access Policy:
Anyone can access the files, as long as they conform to the terms of the specified license.
License (for files):
Open Data Commons Attribution License v1.0
Discovery
DOI (version 1.0.0):
https://doi.org/10.13026/C2WW2W
Corresponding Author
Files
Total uncompressed size: 356.2 MB.
Access the files
- Download the ZIP file (356.8 MB)
- Access the files using the Google Cloud Storage Browser here. Login with a Google account is required.
-
Access the data using the Google Cloud command line tools (please refer to the gsutil
documentation for guidance):
gsutil -m -u YOUR_PROJECT_ID cp -r gs://hbedb-1.0.0.physionet.org DESTINATION
-
Download the files using your terminal:
wget -r -N -c -np https://physionet.org/files/hbedb/1.0.0/
-
Download the files using AWS command line tools:
aws s3 sync --no-sign-request s3://physionet-open/hbedb/1.0.0/ DESTINATION