Skip to:Content
|
Bottom
Cover image for Modeling and simulation for RF system design
Title:
Modeling and simulation for RF system design
Publication Information:
Dordrecht : Springer, 2005
Physical Description:
1 CD-ROM ; 12 cm.
ISBN:
9780387275840
General Note:
Accompanies text of the same title : TK5102.5 M62 2005
Added Author:

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000004700963 CP 7008 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010122886 CP 7008 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010122885 CP 7008 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...
Searching...
30000010122887 CP 7008 Computer File Accompanies Open Access Book Compact Disc Accompanies Open Access Book
Searching...

On Order

Summary

Summary

Modern telecommunication systems are highly complex from an algorithmic point of view. The complexity continues to increase due to advanced modulation schemes, multiple protocols and standards, as well as additional functionality such as personal organizers or navigation aids.

To have short and reliable design cycles, efficient verification methods and tools are necessary. Modeling and simulation need to accompany the design steps from the specification to the overall system verification in order to bridge the gaps between system specification, system simulation, and circuit level simulation. Very high carrier frequencies together with long observation periods result in extremely large computation times and requires, therefore, specialized modeling methods and simulation tools on all design levels.

The focus of Modeling and Simulation for RF System Design lies on RF specific modeling and simulation methods and the consideration of system and circuit level descriptions. It contains application-oriented training material for RF designers which combines the presentation of a mixed-signal design flow, an introduction into the powerful standardized hardware description languages VHDL-AMS and Verilog-A, and the application of commercially available simulators.

Modeling and Simulation for RF System Design is addressed to graduate students and industrial professionals who are engaged in communication system design and want to gain insight into the system structure by own simulation experiences.

The authors are experts in design, modeling and simulation of communication systems engaged at the Nokia Research Center (Bochum, Germany) and the Fraunhofer Institute for Integrated Circuits, Branch Lab Design Automation (Dresden, Germany).


Table of Contents

Prefacep. ix
Acknowledgmentsp. xi
1 Introductionp. 1
2 Design Flow Overviewp. 7
2.1 Design Levelsp. 7
2.2 Top-down System Designp. 9
2.3 Bottom-up Verificationp. 11
3 Simulation Tools in System Designp. 15
3.1 Use of Simulation Tools within the Design Flowp. 15
3.2 Specific Simulation Algorithms of RF Simulatorsp. 17
3.3 Criteria of the Simulator Selectionp. 21
3.4 Internet Resources for Simulation Toolsp. 23
4 System Level Modelingp. 25
4.1 System Level Simulationp. 25
4.2 Simulation Technology of System Level Simulatorsp. 26
4.3 Complex Baseband Simulationp. 27
4.3.1 Principlep. 27
4.3.2 Example for baseband simulationp. 30
4.3.3 Restrictions and advantages of baseband modelingp. 30
4.4 Model Libraries for System Simulationp. 31
4.5 Creation of Own Primitive and Hierarchical Modelsp. 33
4.5.1 SPW modeling examplep. 33
5 VHDL-AMS for Block Level Simulationp. 39
5.1 Introductionp. 39
5.2 VHDL-AMS Standardizationp. 40
5.3 A Simple Block Level Example - Analog PLLp. 41
5.3.1 Mathematical models of basic blocksp. 42
5.3.2 Structural description of the PLL circuit in VHDL-AMSp. 44
5.3.3 VHDL-AMS description of basic blocksp. 47
5.4 Summaryp. 50
6 Introduction to VHDL-AMSp. 51
6.1 Aim of this Introductionp. 51
6.2 Repetition of Basics of VHDL 1076-1993p. 52
6.2.1 Design unitsp. 52
6.2.2 Logical libraries and compilation of design unitsp. 56
6.2.3 Concurrent statementsp. 60
6.2.4 A simple pure digital example - dividerp. 65
6.3 Conservative Systems Descriptionp. 66
6.3.1 Network analysis problemp. 67
6.3.2 Nature, terminal and branch quantity declarationsp. 71
6.3.3 Simultaneous statements and free quantity declarationsp. 78
6.3.4 Example of a conservative system - A-law compandingp. 85
6.3.5 Attributes in VHDL-AMSp. 88
6.3.6 Example - higher order lowpass filterp. 103
6.4 Description of Nonconservative Systemsp. 105
6.5 Mixed-Signal Simulationp. 107
6.5.1 Attributes for mixed-signal modelingp. 108
6.5.2 Mixed-signal simulation cyclep. 114
6.6 Analysis Domainsp. 116
6.6.1 Supported domainsp. 116
6.6.2 Small-signal and noise domain simulationp. 118
6.7 Summaryp. 124
7 Selected RF Blocks in VHDL-AMSp. 127
7.1 Library Overviewp. 127
7.2 Signal Sourcesp. 128
7.2.1 Independent sourcesp. 128
7.2.2 Modulated sourcesp. 130
7.2.3 Wobble generatorp. 133
7.2.4 Pseudorandom binary sourcep. 135
7.3 Basic RF Building Blocksp. 137
7.3.1 Low-noise amplifierp. 137
7.3.2 Mixerp. 142
7.3.3 Charge pumpp. 146
7.3.4 Analog VCOp. 150
7.3.5 Digital VCOp. 153
7.3.6 Filtersp. 157
7.3.7 Switchp. 163
7.3.8 General n-bit A/D and D/A converterp. 164
7.3.9 Simple channelp. 169
7.4 Measurement and Observation Unitsp. 174
7.4.1 Peak detectorp. 174
7.4.2 Frequency measurement unitp. 175
7.4.3 Power meterp. 178
7.5 Block Level Example of a Linear PLLp. 183
8 Macromodeling in VHDL-AMSp. 191
8.1 Introductionp. 191
8.2 General Methodologyp. 191
8.3 Input and Output Stagesp. 194
8.3.1 Input stagesp. 194
8.3.2 Output stagesp. 197
8.4 OpAmp Macromodelp. 199
9 Complex Example: Wlan Receiverp. 203
9.1 Introductionp. 203
9.2 Example Specificationp. 204
9.3 Example Modelingp. 207
9.4 Example Calibrationp. 211
9.5 Example Verificationp. 214
10 Modeling of Analog Blocks in Verilog-Ap. 219
10.1 Introductionp. 219
10.2 Writing Custom Behavioral Modelsp. 220
10.2.1 Verilog-A principlesp. 220
10.2.2 LNA modeling examplep. 222
10.2.3 Creating a Verilog-A modelp. 226
10.3 Overview of the Cadence Model Library rfLibp. 231
10.4 Modeling and Simulation of a WLAN Receiverp. 236
10.4.1 WLAN receiver modeling using Cadence librariesp. 237
10.4.2 Simulation of the WLAN receiverp. 240
11 Characterization for Bottom-Up Verificationp. 247
11.1 Concept of Characterizationp. 247
11.2 RF Characteristics and Parametersp. 248
11.3 Application of Characterizationp. 252
11.4 Example Characterization of an LNAp. 254
11.5 Characterization Environmentp. 258
11.6 Characterization Using the OCEAN Script Languagep. 262
11.6.1 Creation of the testbench schematicp. 262
11.6.2 Analysis settings and simulationp. 263
11.6.3 Combination and extension of the OCEAN scriptsp. 266
12 Advanced Methods for Overall System Specification and Validationp. 271
12.1 Gap between System Level and Block Level Simulationp. 271
12.2 File Coupling of Simulatorsp. 272
12.3 Direct Cosimulation of System Level and Analog Simulatorsp. 273
12.4 Generated Black Box Modelsp. 279
Referencesp. 285
Indexp. 287
Go to:Top of Page