DSPLIB User Guide
dsplib.h
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright (C) 2023 Texas Instruments Incorporated - https://www.ti.com/
3
*
4
* Redistribution and use in source and binary forms, with or without
5
* modification, are permitted provided that the following conditions
6
* are met:
7
*
8
* Redistributions of source code must retain the above copyright
9
* notice, this list of conditions and the following disclaimer.
10
*
11
* Redistributions in binary form must reproduce the above copyright
12
* notice, this list of conditions and the following disclaimer in the
13
* documentation and/or other materials provided with the
14
* distribution.
15
*
16
* Neither the name of Texas Instruments Incorporated nor the names of
17
* its contributors may be used to endorse or promote products derived
18
* from this software without specific prior written permission.
19
*
20
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
23
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
24
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
25
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
26
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
30
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
*
32
******************************************************************************/
33
34
#ifndef _DSPLIB_H_
35
#define _DSPLIB_H_
36
37
#include "
DSPLIB_add/DSPLIB_add.h
"
38
#include "
DSPLIB_addConstant/DSPLIB_addConstant.h
"
39
#include "
DSPLIB_bexp/DSPLIB_bexp.h
"
40
#include "
DSPLIB_blk_eswap/DSPLIB_blk_eswap.h
"
41
#include "
DSPLIB_blk_move/DSPLIB_blk_move.h
"
42
#include "
DSPLIB_cascadeBiquad/DSPLIB_cascadeBiquad.h
"
43
#include "
DSPLIB_cholesky/DSPLIB_cholesky.h
"
44
#include "
DSPLIB_cholesky/DSPLIB_cholesky_inplace.h
"
45
#include "
DSPLIB_cholesky/DSPLIB_cholesky_solver.h
"
46
#include "
DSPLIB_dotp_sqr/DSPLIB_dotp_sqr.h
"
47
#include "
DSPLIB_dotprod/DSPLIB_dotprod.h
"
48
#include "
DSPLIB_fir/DSPLIB_fir.h
"
49
#include "
DSPLIB_fltoq15/DSPLIB_fltoq15.h
"
50
#include "
DSPLIB_lud/DSPLIB_lud.h
"
51
#include "
DSPLIB_lud/DSPLIB_lud_inv.h
"
52
#include "
DSPLIB_lud/DSPLIB_lud_sol.h
"
53
#include "
DSPLIB_matMul/DSPLIB_matMul.h
"
54
#include "
DSPLIB_matMul_fixed/DSPLIB_matMul_fixed.h
"
55
#include "
DSPLIB_mat_submat_copy/DSPLIB_mat_submat_copy.h
"
56
#include "
DSPLIB_matTrans/DSPLIB_matTrans.h
"
57
#include "
DSPLIB_max/DSPLIB_max.h
"
58
#include "
DSPLIB_maxEvery/DSPLIB_maxEvery.h
"
59
#include "
DSPLIB_maxIndex/DSPLIB_maxIndex.h
"
60
#include "
DSPLIB_min/DSPLIB_min.h
"
61
#include "
DSPLIB_minEvery/DSPLIB_minEvery.h
"
62
#include "
DSPLIB_minIndex/DSPLIB_minIndex.h
"
63
#include "
DSPLIB_minerror/DSPLIB_minerror.h
"
64
#include "
DSPLIB_mul/DSPLIB_mul.h
"
65
#include "
DSPLIB_mulConstant/DSPLIB_mulConstant.h
"
66
#include "
DSPLIB_negate/DSPLIB_negate.h
"
67
#include "
DSPLIB_q15tofl/DSPLIB_q15tofl.h
"
68
#include "
DSPLIB_qrd/DSPLIB_qrd.h
"
69
#include "
DSPLIB_qrd/DSPLIB_qrd_inverse.h
"
70
#include "
DSPLIB_qrd/DSPLIB_qrd_solver.h
"
71
#include "
DSPLIB_sqr/DSPLIB_sqr.h
"
72
#include "
DSPLIB_sqrAdd/DSPLIB_sqrAdd.h
"
73
#include "
DSPLIB_sub/DSPLIB_sub.h
"
74
#include "
DSPLIB_subConstant/DSPLIB_subConstant.h
"
75
#include "
DSPLIB_svd/DSPLIB_svd.h
"
76
#include "
DSPLIB_svd_small/DSPLIB_svd_small.h
"
77
#include "
DSPLIB_w_vec/DSPLIB_w_vec.h
"
78
#include "
common/DSPLIB_bufParams.h
"
79
#include "
common/DSPLIB_types.h
"
80
81
#include "
DSPLIB_recip/DSPLIB_recip.h
"
82
#endif
/*_DSPLIB_H_*/
DSPLIB_addConstant.h
DSPLIB_add.h
DSPLIB_bexp.h
DSPLIB_blk_eswap.h
DSPLIB_blk_move.h
DSPLIB_bufParams.h
DSPLIB_cascadeBiquad.h
DSPLIB_cholesky.h
DSPLIB_cholesky_inplace.h
DSPLIB_cholesky_solver.h
DSPLIB_dotp_sqr.h
DSPLIB_dotprod.h
DSPLIB_fir.h
DSPLIB_fltoq15.h
DSPLIB_lud.h
DSPLIB_lud_inv.h
DSPLIB_lud_sol.h
DSPLIB_matMul.h
DSPLIB_matMul_fixed.h
DSPLIB_matTrans.h
DSPLIB_mat_submat_copy.h
DSPLIB_maxEvery.h
DSPLIB_maxIndex.h
DSPLIB_max.h
DSPLIB_minEvery.h
DSPLIB_minIndex.h
DSPLIB_min.h
DSPLIB_minerror.h
DSPLIB_mulConstant.h
DSPLIB_mul.h
DSPLIB_negate.h
DSPLIB_q15tofl.h
DSPLIB_qrd.h
DSPLIB_qrd_inverse.h
DSPLIB_qrd_solver.h
DSPLIB_recip.h
DSPLIB_sqrAdd.h
DSPLIB_sqr.h
DSPLIB_subConstant.h
DSPLIB_sub.h
DSPLIB_svd.h
DSPLIB_svd_small.h
DSPLIB_types.h
DSPLIB_w_vec.h
src
dsplib.h
Generated by
1.9.1