DonRumata710 / Graphs

Application for wavelet and spectral analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphs

Application for wavelet and spectral analysis

Structure of project

  • 3rd_party/qwt - QWT library version 6.1.3
  • document_system - library for loading and saving data to files
  • exel_reader - library for work with excel files
  • graphs - sources of application
  • include - folder with include files of libraries
  • math_system - library work with math algorithms

Requirement

For compiling this project it is needed to have installed QT. Currently version 5.6 is used.

Program description

Application works with xlsx, xls and csv files on Windows. Only csv files are supported on Linux
In excel files data should be located on the first page.
First column is X axis. All others are Y. Columns can have headers. If they don't have headers they will be numerated automatically.
In excel files with saved data will be located on the relevant pages. If saving to csv files were chosen each page will be saved to its own file.

Author

DonRumata710 (donrumata710@yandex.com)

About

Application for wavelet and spectral analysis

License:MIT License


Languages

Language:C++ 93.8%Language:QMake 3.6%Language:C 2.6%