Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1.66 KB

README.md

File metadata and controls

31 lines (17 loc) · 1.66 KB

VIPER

VIPER is an open-source software tool for the analysis of captured velocity time series. VIPER stand for Velocity time-series inspection, post-processing and error filtering tool and contains a collection of most common, best-practice methods used for velocity time series evaluation.

System requirements

When using from MATLAB, VIPER requires pwelch.m for computing Welch's spectrum:

  • either pwelch.m provided by MathWorks (e.g. Signal Processing Toolbox)
  • or a 3rd-patry pwelch.m function (e.g. pwelch.m written by Peter V. Lanspeary)

When using as executable, VIPER requires installed MATLAB Runtime of version specified in the release.

Applied methods

The algorithms implemented in VIPER are described in the this book, which we kindly ask you to cite when publishing results obtained by VIPER:

Sokoray-Varga, Béla (2022): Inspection, post-processing and error filtering of captured velocity time series. Karlsruhe: Bundesanstalt für Wasserbau. Available at: https://hdl.handle.net/20.500.11970/108631

License

VIPER is distributed by the Federal Waterways Engineering and Research Institute and is freely available and open source, licensed under the GNU General Public License 3. See LICENSE.txt for details.

VIPER uses the following third-party function, which is distributed under its own terms. See 3RD-PARTY.txt for details.

  • pwelch.m by Peter V. Lanspeary: GNU General Public License 2