LMMS
Loading...
Searching...
No Matches
tables.h
Go to the documentation of this file.
1/*
2 ks_tab.h
3
4 Copyright 2006 David Yeh <dtyeh@ccrma.stanford.edu>
5
6 http://quitte.de/dsp/
7
8 Tone Stack emulation coefficient table for lattice filter.
9
10*/
11/*
12 This program is free software; you can redistribute it and/or
13 modify it under the terms of the GNU General Public License
14 as published by the Free Software Foundation; either version 2
15 of the License, or (at your option) any later version.
16
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
21
22 You should have received a copy of the GNU General Public License
23 along with this program; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
25 02111-1307, USA or point your web browser to http://www.gnu.org.
26*/
27
28#ifndef _TS_TABLES_H_
29#define _TS_TABLES_H_
30
31namespace DSP {
32
33extern double ToneStackKS[];
34extern double ToneStackVS[];
35
36} /* namespace DSP */
37
38#endif /* _TS_TABLES_H_ */
Definition BiQuad.h:31
double ToneStackKS[]
Definition ks_tab.h:33
double ToneStackVS[]
Definition vs_tab.h:34