/analog-results-database

Analog Result Database

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

analog-results-database

Analog Result Database

Dependencies

The following dependencies must be installed manually:

Clone the corresponding repositories, enter the directory and execute

$ mvn install

Setup

Java

Add the dependency to your project

<dependency>
  <groupId>edlab.eda</groupId>
  <artifactId>analog-results-database</artifactId>
  <version>0.0.1</version>
</dependency>

Import the corresponding package to your code

import edlab.eda.ardb.*;

API

Java

The JavaDoc is stored on the Github-Pages (branch gh-pages).

TODO

  • Finish JavaDoc
  • Add more waveform processing functions

License

Copyright (C) 2021, Electronics & Drives

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.