[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
cc file.c -lwfdb |
*.h
files are not in the standard
locations:
cc `wfdb-config --cflags` file.c `wfdb-config --libs` |
Example 1: An Annotation Filter An annotation filter. Example 2: An Annotation Translator An MIT-to-AHA format annotation translator. Example 3: An Annotation Printer An annotation printer. Example 4: Generating an R-R Interval Histogram Generating an R-R interval histogram. Example 5: Reading Signal Specifications A program that prints signal specifications. Example 6: A Differentiator A differentiator. Example 7: A General-Purpose FIR Filter A general-purpose FIR filter. Example 8: Creating a New Database Record Creating a new WFDB record. Example 9: A Signal Averager A signal averager. Example 10: A QRS Detector A QRS detector.