Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mschuldt/streaming-hmm
https://github.com/mschuldt/streaming-hmm
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/mschuldt/streaming-hmm
- Owner: mschuldt
- Created: 2015-04-26T22:10:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T08:51:10.000Z (almost 9 years ago)
- Last Synced: 2025-01-09T22:37:14.931Z (9 days ago)
- Language: C
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
make {hmm, fp, fp2}
./{hmm, fp, fp2}hmm: Nothing special, uses floats
fp: A version that uses fixed point numbers
fp2: Various improvements. writen in a style that is easy to port to Chlorophyll.
This is the only version that has up to date filter constants.main.c is common to all versons
models.c is a symbolic link to a generated file containing model data.