Kinetis SDK v.1.2 Demo Applications User's Guide
Rev. 0
Freescale Semiconductor, Inc.
Main Page
Related Pages
Demos
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
cadc/FirCoefs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2014, Freescale Semiconductor, Inc.
3
* All rights reserved.
4
*
5
* Redistribution and use in source and binary forms, with or without modification,
6
* are permitted provided that the following conditions are met:
7
*
8
* o Redistributions of source code must retain the above copyright notice, this list
9
* of conditions and the following disclaimer.
10
*
11
* o Redistributions in binary form must reproduce the above copyright notice, this
12
* list of conditions and the following disclaimer in the documentation and/or
13
* other materials provided with the distribution.
14
*
15
* o Neither the name of Freescale Semiconductor, Inc. nor the names of its
16
* contributors may be used to endorse or promote products derived from this
17
* software without specific prior written permission.
18
*
19
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
20
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
21
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
23
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
24
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
25
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
26
* ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
*/
30
31
/***************************************************************************/
32
const
int16_t
i16FirCoefs
[] = { 0xfffb,
//{coeff 0}
33
0x0008,
//{coeff 1}
34
0x001f,
//{coeff 2}
35
0x0051,
//{coeff 3}
36
0x00a5,
//{coeff 4}
37
0x0126,
//{coeff 5}
38
0x01d9,
//{coeff 6}
39
0x02c2,
//{coeff 7}
40
0x03db,
//{coeff 8}
41
0x0519,
//{coeff 9}
42
0x0667,
//{coeff 10}
43
0x07ae,
//{coeff 11}
44
0x08d3,
//{coeff 12}
45
0x09bb,
//{coeff 13}
46
0x0a50,
//{coeff 14}
47
0x0a83,
//{coeff 15}
48
0x0a50,
//{coeff 16}
49
0x09bb,
//{coeff 17}
50
0x08d3,
//{coeff 18}
51
0x07ae,
//{coeff 19}
52
0x0667,
//{coeff 20}
53
0x0519,
//{coeff 21}
54
0x03db,
//{coeff 22}
55
0x02c2,
//{coeff 23}
56
0x01d9,
//{coeff 24}
57
0x0126,
//{coeff 25}
58
0x00a5,
//{coeff 26}
59
0x0051,
//{coeff 27}
60
0x001f,
//{coeff 28}
61
0x0008,
//{coeff 29}
62
0xfffb};
//{coeff 30}
63
i16FirCoefs
const int16_t i16FirCoefs[]
Definition:
FirCoefs.h:38
Mon Apr 27 2015 © 2015 Freescale Semiconductor, Inc. All rights reserved.