https://github.com/mschuldt/streaming-hmm
https://github.com/mschuldt/streaming-hmm
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mschuldt/streaming-hmm
- Owner: mschuldt
- Created: 2015-04-26T22:10:01.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-28T08:51:10.000Z (over 10 years ago)
- Last Synced: 2025-03-02T12:13:05.667Z (over 1 year 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.