/[marvin]/marvin/src/libsip/test/test_mfcc.cpp
ViewVC logotype

Diff of /marvin/src/libsip/test/test_mfcc.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by exos, Fri Sep 12 03:11:24 2003 UTC revision 1.2 by srv89, Tue Sep 16 20:17:30 2003 UTC
# Line 1  Line 1 
1    /******************************************************************
2    * [LibSip - Signal Processing Library]
3    * Copyright (C) 2002 - 2003  BOUILLET Olivier LEMAIRE Kévin ROUGET Paul
4    *
5    * This program is free software; you can redistribute it and/or
6    * modify it under the terms of the GNU General Public License
7    * as published by the Free Software Foundation; either version 2
8    * of the License, or (at your option) any later version. This
9    * program is distributed in the hope that it will be useful,
10    * but WITHOUT ANY WARRANTY; without even the implied warranty of
11    * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12    * GNU General Public License for more details. You should have
13    * received a copy of the GNU General Public License
14    * along with this program; if not, write to the Free Software
15    * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,
16    * USA.
17    *
18    *  SPECIAL NOTE (the beerware clause):
19    *  This software is free software. However, it also falls under the beerware
20    *  special category. That is, if you find this software useful, or use it
21    *  every day, or want to grant us for our modest contribution to the
22    *  free software community, feel free to send us a beer from one of
23    *  your local brewery. Our preference goes to Belgium abbey beers and
24    *  irish stout (Guiness for strength!), but we like to try new stuffs.
25    *
26    * Authors:
27    *
28    * BOUILLET Olivier
29    * Paper mail :
30    * E-mail :
31    *
32    * LEMAIRE Kevin
33    * Paper mail : 34 rue Général Lecler 94270 LE KREMLIN BICETRE, FRANCE
34    * E-mail : hannibal@marvinproject.org
35    *
36    * ROUGET Paul
37    * Paper mail :
38    * E-mail :
39    *
40    *******************************************************************/
41  #include "mfcc.hh"  #include "mfcc.hh"
42  #include "signal.hh"  #include "signal.hh"
43    
# Line 12  int main() Line 52  int main()
52    
53    
54    mop = new DiscSignal(tab, 1024);    mop = new DiscSignal(tab, 1024);
55    //  mop->perl_capture();    mop->perl_capture();
56    mel = new mfcc(*mop);    mel = new mfcc(*mop);
57    //  mel->get_magnitude().perl_capture();    mel->get_result().perl_capture();
58    
59  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26