Qucs-core
0.0.18
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
qucs-core
src
components
microstrip
mscorner.h
Go to the documentation of this file.
1
/*
2
* mscorner.h - microstrip corner class definitions
3
*
4
* Copyright (C) 2004, 2006, 2008 Stefan Jahn <stefan@lkcc.org>
5
* Copyright (C) 2004 Michael Margraf <Michael.Margraf@alumni.TU-Berlin.DE>
6
*
7
* This is free software; you can redistribute it and/or modify
8
* it under the terms of the GNU General Public License as published by
9
* the Free Software Foundation; either version 2, or (at your option)
10
* any later version.
11
*
12
* This software is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with this package; see the file COPYING. If not, write to
19
* the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
20
* Boston, MA 02110-1301, USA.
21
*
22
* $Id$
23
*
24
*/
25
26
#ifndef __MSCORNER_H__
27
#define __MSCORNER_H__
28
29
class
mscorner
:
public
qucs::circuit
30
{
31
public
:
32
CREATOR
(
mscorner
);
33
void
calcSP
(nr_double_t);
34
void
initSP
(
void
);
35
void
initDC
(
void
);
36
void
initAC
(
void
);
37
void
calcAC
(nr_double_t);
38
39
private
:
40
void
initCheck
(
void
);
41
qucs::matrix
calcMatrixZ
(nr_double_t);
42
nr_double_t
L
,
C
,
h
;
43
};
44
45
#endif
/* __MSCORNER_H__ */
mscorner::initSP
void initSP(void)
placehoder for S-Parameter initialisation function
Definition:
mscorner.cpp:66
mscorner
Definition:
mscorner.cpp:119
mscorner::C
nr_double_t C
Definition:
mscorner.h:42
mscorner::L
nr_double_t L
Definition:
mscorner.h:42
mscorner::h
nr_double_t h
Definition:
mscorner.h:42
mscorner::initCheck
void initCheck(void)
Definition:
mscorner.cpp:40
qucs::circuit
base class for qucs circuit elements.
Definition:
circuit.h:92
mscorner::initDC
void initDC(void)
Definition:
mscorner.cpp:94
mscorner::calcMatrixZ
qucs::matrix calcMatrixZ(nr_double_t)
Definition:
mscorner.cpp:76
qucs::matrix
Dense complex matrix class This class defines a matrix object with its methods, operators and operati...
Definition:
matrix.h:92
mscorner::calcAC
void calcAC(nr_double_t)
Definition:
mscorner.cpp:108
mscorner::CREATOR
CREATOR(mscorner)
mscorner::calcSP
void calcSP(nr_double_t)
Definition:
mscorner.cpp:72
mscorner::initAC
void initAC(void)
Definition:
mscorner.cpp:102
Generated on Mon Sep 1 2014 20:08:26 for Qucs-core by
1.8.6