Skip to content
/ QSPRT Public

Quantized Sequential Probability Ratio Tests

Notifications You must be signed in to change notification settings

mifauss/QSPRT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Quantized Sequential Probability Ratio Tests

C implementation of the examples in

M. Fauß, M. S. Stein, and H. V. Poor, "On Optimal Quantization in Sequential Detection."

Build Requirements

  • C Math Library <math.h>
  • GNU Scietific Library (GSL), including development packages
  • OpenBLAS, including development packages

Other CBLAS compatible BLAS libraries can be used, but the make files have to be modified accordingly.

Build

mkdir build
cd build
cmake ..
make

See the examples in 'main.c' for more details on how to reproduce and modify the results in the paper.

About

Quantized Sequential Probability Ratio Tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published