Giter VIP home page Giter VIP logo

kl1p-test's Introduction

Kl1p-test

A test/evaluation program for a portable c++ compressed sensing library: kl1p-0.4.2

About

This is a Project for Obersiminar of Chair Communication Networks TU-Dresden

In this evaluation program, the library kl1p is used for testing three common compressed sensing algorithms(OMP, CoSaMP, AMP).

Installation

Required packages and libraries

  • cmake: build static libraries of kl1p
  • armadillo: c++ linear algebra library used in kl1p
  • compiler: g++ or clang++(default in this makefile)

Steps for building

  1. build the armadillo libraries, details see the README.txt of armadillo

  2. build kl1p static libraries(.a files), details is in README.txt in ./kl1p_0.4.2

  3. use make to build the program

    • put static libraries in the root directory of program(default in makefile)
    • edit makefile: choose compiler, edit libname(like -lKLab for x86 platforms)
    • use make BUILD=Debug for debug or make for release version

Notice: some codes is added or modified in the source code of kl1p, so i put ./kl1p_0.4.2 dir in the repository(for rebuilding static libs). So if you want to use original library or the latest version, you should get library from its homepage

Contributors

License

This program use the same license as the kl1p library:

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

kl1p-test's People

Contributors

stevelorenz avatar angelal2910 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.