Mercurial > hg > aimc
comparison src/Modules/NAP/ModuleHCL.h @ 10:d54efba7f09b
- Updated contact details and copyright lines to reflect actual copyright ownership
(the University of Cambridge's intellectual property policy says that students own the
copyright on stuff they write unless there is a funding agreement saying otherwise)
author | tomwalters |
---|---|
date | Fri, 19 Feb 2010 09:11:23 +0000 |
parents | fcbf85ce59fb |
children | bd370910aa05 |
comparison
equal
deleted
inserted
replaced
9:3078854c634a | 10:d54efba7f09b |
---|---|
1 // Copyright 2007-2010, University of Cambridge | 1 // Copyright 2007-2010, Thomas Walters |
2 // | 2 // |
3 // AIM-C: A C++ implementation of the Auditory Image Model | 3 // AIM-C: A C++ implementation of the Auditory Image Model |
4 // http://www.acousticscale.org/AIMC | 4 // http://www.acousticscale.org/AIMC |
5 // | 5 // |
6 // This program is free software: you can redistribute it and/or modify | 6 // This program is free software: you can redistribute it and/or modify |
19 /*! | 19 /*! |
20 * \file | 20 * \file |
21 * \brief Halfwave rectification, compression and lowpass filtering | 21 * \brief Halfwave rectification, compression and lowpass filtering |
22 */ | 22 */ |
23 | 23 |
24 /* \author Tom Walters <tcw24@cam.ac.uk> | 24 /* \author Thomas Walters <tom@acousticscale.org> |
25 * \date created 2007/03/07 | 25 * \date created 2007/03/07 |
26 * \version \$Id: ModuleHCL.h 4 2010-02-03 18:44:58Z tcw $ | 26 * \version \$Id: ModuleHCL.h 4 2010-02-03 18:44:58Z tcw $ |
27 */ | 27 */ |
28 | 28 |
29 #ifndef _AIMC_MODULE_NAP_HCL_H_ | 29 #ifndef _AIMC_MODULE_NAP_HCL_H_ |