Skip to content

Commit 25a8619

Browse files
committed
tidying
1 parent 1299e19 commit 25a8619

6 files changed

Lines changed: 11 additions & 12 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ callouts:
1111
title: Note
1212
color: red
1313
important:
14-
title: Note
14+
title:
1515
color: blue
1616
citation:
1717
title: Citation

index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ nav_order: 1
88

99
Welcome to the website for the **Waveform Database (WFDB)** project.
1010

11-
WFDB defines a set of open standards and software tools for the storage, sharing, and analysis of physiologic signal and annotation data. It has been widely used for decades to support biomedical research, clinical studies, and education.
11+
{: .important }
12+
> WFDB defines a set of open standards and software tools for the storage, sharing, and analysis of physiologic signal and annotation data. It has been widely used for decades to support biomedical research, clinical studies, and education.
1213
1314
---
1415

spec/annotation-files.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ nav_order: 4
77

88
# WFDB Annotation Files
99

10-
Annotation files contain **time-stamped event markers** aligned to the signal data.
11-
These files provide critical context, such as heartbeat labels, arrhythmias, rhythm changes, and comments.
10+
Annotation files contain **time-stamped event markers** aligned to the signal data. These files provide critical context, such as heartbeat labels, arrhythmias, rhythm changes, and comments.
1211

1312
WFDB supports two annotation file formats:
1413

@@ -19,16 +18,14 @@ WFDB supports two annotation file formats:
1918

2019
## MIT Annotation Format
2120

22-
The MIT format is the **standard** for WFDB annotations.
23-
It is binary, compact (averaging slightly over two bytes per annotation), and extensible.
21+
The MIT format is the **standard** for WFDB annotations. It is binary, compact (averaging slightly over two bytes per annotation), and extensible.
2422

2523
Each annotation in the MIT format consists of:
2624

2725
- A **time difference** (`I`) from the previous annotation, measured in sample intervals.
2826
- An **annotation type code** (`A`), describing the event.
2927

30-
The first byte of each annotation pair is the **least significant byte**.
31-
The six most significant bits across the pair encode the annotation type, and the remaining ten bits encode the time difference.
28+
The first byte of each annotation pair is the **least significant byte**. The six most significant bits across the pair encode the annotation type, and the remaining ten bits encode the time difference.
3229

3330
---
3431

spec/file-structure.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ nav_order: 1
77

88
# Overview of the WFDB File Structure
99

10-
A WFDB (Waveform Database) record typically consists of **multiple related files** that together define a physiologic signal recording and its annotations.
10+
{: .important }
11+
> A WFDB (Waveform Database) record typically consists of **multiple related files** that together define a physiologic signal recording and its annotations.
1112
1213
The key file types are:
1314

@@ -40,6 +41,7 @@ For example, for a record named `100`, the typical files might be:
4041
## Multi-Segment Records
4142

4243
Some WFDB records are **multi-segment**. In this case, the main header file references a sequence of segments, each with its own associated files.
44+
4345
Multi-segment records allow for efficient storage of long recordings and variable signal structures.
4446

4547
---

spec/header-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 2
77

88
# WFDB Header Files
99

10-
Each WFDB record includes one or more **header file** (`.hea`) that specify the associated signal files and their attributes. Header files are plain ASCII text and are critical for interpreting the associated signal and annotation files.
10+
Each WFDB record includes one or more **header files** (`.hea`) that specify the associated signal files and their attributes. Header files are plain ASCII text and are critical for interpreting the associated signal and annotation files.
1111

1212
---
1313

spec/signal-files.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ nav_order: 3
77

88
# WFDB Signal Data Files
99

10-
WFDB signal files contain the raw waveform data for one or more signals.
11-
Each file is typically in a binary format optimized for efficient storage and processing.
10+
WFDB signal files contain the raw waveform data for one or more signals. Each file is typically in a binary format optimized for efficient storage and processing.
1211

1312
Signal files are referenced in the corresponding **header file** (`.hea`), which specifies the format used for each signal.
1413

0 commit comments

Comments
 (0)