Skip to content

Commit 2ed30b8

Browse files
committed
2 parents bb53faf + 952800b commit 2ed30b8

File tree

1 file changed

+45
-3
lines changed

1 file changed

+45
-3
lines changed

README.md

+45-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,52 @@
1-
EDFBrowser Pro
1+
EDFBrowser
22
==============
33

44
EDFBrowser is a free, opensource, multiplatform, universal viewer and toolbox intended for, but not limited to, timeseries storage files like EEG, EMG, ECG, BioImpedance, etc.
55

6-
The original EDFBrowser was created by [Teunis van Beelen](https://www.linkedin.com/in/teunis-van-beelen-a5ab1142/).
6+
The original EDFBrowser v1 was created by [Teunis van Beelen](https://www.linkedin.com/in/teunis-van-beelen-a5ab1142/) between 2007 and 2015.
7+
8+
This extended v2 version has many new features and bugfixes and it is maintained by [Andras Fuchs](https://www.linkedin.com/in/andrasfuchs).
9+
10+
New features
11+
-----------
12+
13+
* Software architecture
14+
* Added .gitattributes to standardize line endings in files, and .gitignore to avoid personalized config file/temp file/generated file conflicts.
15+
* Added multi-target support, so the source can be compiled with Visual Studio 2013 Community Edition and the Visual C compiler.
16+
* The compilation with QtCreator is not effected.
17+
* All the target-specific definition are now in the multitargersupport.h file.
18+
* Moving towards to OOP design
19+
* Moving towards the Model-View-Controller design pattern's source code separation
20+
* C++ v11
21+
22+
* Power Spectrum
23+
* new looks
24+
* support for different mouse gestures (dragging (click+move), zoom (mousewheel), reset zoom (double-click))
25+
* multi-signal support on one histogram (but it's still backward compatible)
26+
* signals are displayed in three different time ranges for comparison
27+
* color bar text positioning
28+
* support for "blind spots" for unavailable data
29+
* values are formatted with a thousand separator char
30+
* cursor displays the unit as well
31+
* new controls to change the Y-axis, turn the colorbars on/off and for signal selection
32+
* calculation of the input signal's on 3 different time-intervals
33+
* performance improvements
34+
35+
* real-time playback (Ctrl+Space)
36+
37+
Screenshots
38+
----------------
39+
40+
![Power Spectrum with multiple signals](https://cloud.githubusercontent.com/assets/910321/11691278/9c44339e-9e9a-11e5-8c9a-213c7ca832c1.png)
41+
42+
![Power Spectrum with multiple signals zoom](https://cloud.githubusercontent.com/assets/910321/11691682/68e58172-9e9c-11e5-95f6-eeeeb3ab4b79.png)
43+
44+
![Power Spectrum controls](https://cloud.githubusercontent.com/assets/910321/11691693/737814d8-9e9c-11e5-9606-afb2d9506cc3.png)
45+
46+
![One signal and the controls](https://cloud.githubusercontent.com/assets/910321/11691377/f5abc636-9e9a-11e5-8aff-a832d7025666.png)
47+
48+
![One signal, the color bars and the controls](https://cloud.githubusercontent.com/assets/910321/11691382/ffa71df2-9e9a-11e5-8b71-301520db2ee5.png)
49+
750

8-
This Pro version is an extended version of the original and maintained by [Andras Fuchs](https://www.linkedin.com/in/andrasfuchs/).
951

1052
For more information, check out our [Wiki](https://github.com/andrasfuchs/EDFbrowser/wiki)!

0 commit comments

Comments
 (0)