|
1 |
| -EDFBrowser Pro |
| 1 | +EDFBrowser |
2 | 2 | ==============
|
3 | 3 |
|
4 | 4 | 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.
|
5 | 5 |
|
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 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
7 | 50 |
|
8 |
| -This Pro version is an extended version of the original and maintained by [Andras Fuchs](https://www.linkedin.com/in/andrasfuchs/). |
9 | 51 |
|
10 | 52 | For more information, check out our [Wiki](https://github.com/andrasfuchs/EDFbrowser/wiki)!
|
0 commit comments