1SAVE2GDF(1) General Commands Manual SAVE2GDF(1)
2
3
4
6 save2gdf - converts different biomedical signal file formats.
7
8
10 save2gdf [OPTIONS] SOURCE [DEST]
11
12
13
15 SOURCE is the source file
16 DEST is the destination file
17 Supported OPTIONS are:
18 -v, --version
19 prints version information
20 -h, --help
21 prints this information
22 -f=FMT
23 converts data into format FMT
24 FMT must represent a valid target file format
25 Currently are supported: HL7aECG, SCP_ECG (EN1064),
26 GDF (v2), GDF1 (v1), EDF, BDF, CFWB, BIN, ASCII, BVA (BrainVision)
27 -z compress data using gzip
28 -z=#, compress data with level #
29 #=0 no compression; #=9 best compression
30 -VERBOSE=#, verbosity level #
31 0=silent, 9=debugging
32
33
35 Alois Schloegl
36
37
39 Report bugs to <biosig-general@lists.sourceforge.net>
40
41
43 Copyright (C) 2008-2019 Alois Schloegl License GPLv3+: GNU GPL version
44 3 or later <http://gnu.org/licenses/gpl.html> This is free software:
45 you are free to change and redistribute it. There is NO WARRANTY, to
46 the extent permitted by law.
47
48
50 https://biosig.sourceforge.io
51
52
53
54
55 SAVE2GDF(1)