Skip to content
Andras Fuchs edited this page Jan 13, 2016 · 7 revisions

Welcome to the EDFBrowser Pro!

The original EDFBrowser was created by Teunis van Beelen.

This Pro version is an extended version of the original and maintained by Andras Fuchs.

New features in the Pro version

  • Software architecture

    • Added .gitattributes to standardize line endings in files, and .gitignore to avoid personalized config file/temp file/generated file conflicts.
    • Added multi-target support, so the source can be compiled with Visual Studio 2013 Community Edition and the Visual C compiler.
    • The compilation with QtCreator is not effected.
    • All the target-specific definition are now in the multitargersupport.h file.
    • Moving towards to OOP design
    • Moving towards the Model-View-Controller design pattern's source code separation
    • C++ v11
  • Power Spectrum

    • new looks
    • support for different mouse gestures (dragging (click+move), zoom (mousewheel), reset zoom (double-click))
    • multi-signal support on one histogram (but it's still backward compatible)
    • signals are displayed in three different time ranges for comparison
    • color bar text positioning
    • support for "blind spots" for unavailable data
    • values are formatted with a thousand separator char
    • cursor displays the unit as well
    • new controls to change the Y-axis, turn the colorbars on/off and for signal selection
    • calculation of the input signal's on 3 different time-intervals
    • performance improvements
  • real-time playback (Ctrl+Space)

Screenshots

Power Spectrum with multiple signals

Power Spectrum with multiple signals zoom

Power Spectrum controls

One signal and the controls

One signal, the color bars and the controls

Clone this wiki locally