cnicolai Site Admin
Joined: 12 Feb 2009 Posts: 62
|
Posted: Wed Feb 25, 2009 8:04 pm Post subject: kinda... |
|
|
We have plans to release our algorithms as a reusable software library but we're not there yet. For your case I've cooked up a rudimentary library function:
double MIL_Files(char *dwt_path, char *qmf_path, int max_iter, double tdead_ms, char *output_path );
which does all its I/O via files, except that it returns log likelihood.
The zip file below contains libraries, a header file, and an example cpp file using the library. The example will not work as written because it has hardcoded paths of files on my computer.
http://www.qub.buffalo.edu/dl.php?f=MIL_Files.zip |
|