Mercurial > hg > qm-dsp
comparison hmm/hmm.c @ 309:d5014ab8b0e5
* Add GPL and README; some tidying
author | Chris Cannam <c.cannam@qmul.ac.uk> |
---|---|
date | Mon, 13 Dec 2010 14:55:28 +0000 |
parents | 25af9a1e4ec3 |
children | e4a57215ddee |
comparison
equal
deleted
inserted
replaced
308:25af9a1e4ec3 | 309:d5014ab8b0e5 |
---|---|
1 /* | 1 /* |
2 * hmm.c | 2 * hmm.c |
3 * | 3 * |
4 * Created by Mark Levy on 12/02/2006. | 4 * Created by Mark Levy on 12/02/2006. |
5 * Copyright 2006 Centre for Digital Music, Queen Mary, University of London. All rights reserved. | 5 * Copyright 2006 Centre for Digital Music, Queen Mary, University of London. |
6 | |
7 This program is free software; you can redistribute it and/or | |
8 modify it under the terms of the GNU General Public License as | |
9 published by the Free Software Foundation; either version 2 of the | |
10 License, or (at your option) any later version. See the file | |
11 COPYING included with this distribution for more information. | |
6 * | 12 * |
7 */ | 13 */ |
8 | 14 |
9 #include <stdio.h> | 15 #include <stdio.h> |
10 #include <math.h> | 16 #include <math.h> |