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
FirCoefs.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2013 - 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
****************************************************************************
33
* File: D:\Data\DSC\AnguilaBlack\PE_test\LED_demo\CODE\FirCoefs.h
34
* Created by QEDesign Lite for 56800/E Version 7.0.0 Build 14 at 13:25:07 Nov 24 2009
35
* QEDesign Code Generator - Version 4.0
36
****************************************************************************
37
***************************************************************************/
38
const
int16_t
i16FirCoefs
[] = { 0xfffb,
//{coeff 0}
39
0x0008,
//{coeff 1}
40
0x001f,
//{coeff 2}
41
0x0051,
//{coeff 3}
42
0x00a5,
//{coeff 4}
43
0x0126,
//{coeff 5}
44
0x01d9,
//{coeff 6}
45
0x02c2,
//{coeff 7}
46
0x03db,
//{coeff 8}
47
0x0519,
//{coeff 9}
48
0x0667,
//{coeff 10}
49
0x07ae,
//{coeff 11}
50
0x08d3,
//{coeff 12}
51
0x09bb,
//{coeff 13}
52
0x0a50,
//{coeff 14}
53
0x0a83,
//{coeff 15}
54
0x0a50,
//{coeff 16}
55
0x09bb,
//{coeff 17}
56
0x08d3,
//{coeff 18}
57
0x07ae,
//{coeff 19}
58
0x0667,
//{coeff 20}
59
0x0519,
//{coeff 21}
60
0x03db,
//{coeff 22}
61
0x02c2,
//{coeff 23}
62
0x01d9,
//{coeff 24}
63
0x0126,
//{coeff 25}
64
0x00a5,
//{coeff 26}
65
0x0051,
//{coeff 27}
66
0x001f,
//{coeff 28}
67
0x0008,
//{coeff 29}
68
0xfffb};
//{coeff 30}
69
i16FirCoefs
const int16_t i16FirCoefs[]
Definition:
FirCoefs.h:38
Mon Apr 27 2015 © 2015 Freescale Semiconductor, Inc. All rights reserved.