spandsp
0.0.6
line_models.h
Go to the documentation of this file.
1
/*
2
* SpanDSP - a series of DSP components for telephony
3
*
4
* line_model.h - Model a telephone line.
5
*
6
* Written by Steve Underwood <steveu@coppice.org>
7
*
8
* Copyright (C) 2004 Steve Underwood
9
*
10
* All rights reserved.
11
*
12
* This program is free software; you can redistribute it and/or modify
13
* it under the terms of the GNU Lesser General Public License version 2.1,
14
* as published by the Free Software Foundation.
15
*
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU Lesser General Public License for more details.
20
*
21
* You should have received a copy of the GNU Lesser General Public
22
* License along with this program; if not, write to the Free Software
23
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24
*/
25
26
/*! \file */
27
28
#if !defined(_SPANDSP_LINE_MODELS_H_)
29
#define _SPANDSP_LINE_MODELS_H_
30
31
extern
float
proakis_line_model[];
32
extern
float
ad_1_edd_1_model[];
33
extern
float
ad_1_edd_2_model[];
34
extern
float
ad_1_edd_3_model[];
35
extern
float
ad_5_edd_1_model[];
36
extern
float
ad_5_edd_2_model[];
37
extern
float
ad_5_edd_3_model[];
38
extern
float
ad_6_edd_1_model[];
39
extern
float
ad_6_edd_2_model[];
40
extern
float
ad_6_edd_3_model[];
41
extern
float
ad_7_edd_1_model[];
42
extern
float
ad_7_edd_2_model[];
43
extern
float
ad_7_edd_3_model[];
44
extern
float
ad_8_edd_1_model[];
45
extern
float
ad_8_edd_2_model[];
46
extern
float
ad_8_edd_3_model[];
47
extern
float
ad_9_edd_1_model[];
48
extern
float
ad_9_edd_2_model[];
49
extern
float
ad_9_edd_3_model[];
50
51
#ifdef __cplusplus
52
extern
"C"
53
{
54
#endif
55
56
#ifdef __cplusplus
57
}
58
#endif
59
60
#endif
61
/*- End of file ------------------------------------------------------------*/
one_way_line_model_state_t
Definition:
line_model.h:67
complexf_t
Definition:
complex.h:43
both_ways_line_model_state_t
Definition:
line_model.h:121
awgn_state_s
Definition:
private/awgn.h:33
complexf_t::im
float im
Imaginary part.
Definition:
complex.h:47
complexify_state_s
Definition:
test_utils.c:63
spandsp-sim.h
swept_tone_state_s
Definition:
private/swept_tone.h:30
complexf_t::re
float re
Real part.
Definition:
complex.h:45
spandsp-sim
spandsp
line_models.h
Generated by
1.8.18