ltcc designltcc design ltcc example 2 microwave office Ł the rf transitions are simulated using an...

35
Microwave Office 1 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LTCC DESIGN LTCC RECEIVER FRONT END OVERVIEW The receiver ltcc v5 NEW.emp project demonstrates the current capabilities of Microwave Office in designing LTCC (Low Temperature Cofired Ceramic) circuits without the need for special elements or libraries. This application note illustrates the tight integration of various simulations such as EM, Linear, Har- monic Balance (HB) circuit level, and HB behavior level with the layout. This integration is key to increasing a designers efficiency from design through phys- ical implementation (layout). Figure 1. 3D View of a Receiver Front End Implemented in LTCC The subsystem is designed using several simulation technologies and two differ- ent layout processes: The low noise amplifier (LNA) was designed in an HBT IC process using linear simulations. The Lo buffer amp is designed in an LTCC process using HB simulation. The mixer is simulated using an HB Behavioral model, and implemented with a package part that is drawn as artwork.

Upload: others

Post on 09-Dec-2020

9 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

. . . . .

. . . . . . . . . . . . . . . . . . . . . . . . . . . .LTCC DESIGN

LTCC RECEIVER FRONT END OVERVIEW

The �receiver ltcc v5 NEW.emp� project demonstrates the current capabilities of Microwave Office in designing LTCC (Low Temperature Cofired Ceramic) circuits without the need for special elements or libraries. This application note illustrates the tight integration of various simulations such as EM, Linear, Har-monic Balance (HB) circuit level, and HB behavior level with the layout. This integration is key to increasing a designer�s efficiency from design through phys-ical implementation (layout).

Figure 1. 3D View of a Receiver Front End Implemented in LTCC

The subsystem is designed using several simulation technologies and two differ-ent layout processes:

� The low noise amplifier (LNA) was designed in an HBT IC process using linear simulations.

� The Lo buffer amp is designed in an LTCC process using HB simulation.

� The mixer is simulated using an HB Behavioral model, and implemented with a package part that is drawn as artwork.

M i c r o w a v e O f f i c e 1

Page 2: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

� The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit.

� The buried spiral inductors are simulated in the EM solver and then extracted to an equivalent linear model. The layout for the spiral is implemented as a combination of a parameterized layout cell and a fixed artwork cell for the air bridge.

The Microwave Office layout tool allows great flexibility in layout. A designer can have Layout versus Schematic implementation, artwork cells, and drawn shapes all reside in the same layout. Some of the key layout features are:

� Parameterized layout cells for microstrip lines, stripline, and spirals

� Parameterized artwork cell creation for a thin film resistor

� Fixed artwork cells for packaged parts, resistors, capacitors, and transistors

� Drawing tools to create traces, pads, and via arrays

� A 3D view to resolve interference issues for vias, pads, and lines on different layers.

LTCC EXAMPLE

This application note focuses on the physical implementation of an RF sub-system. Circuit design issues are excluded except for cases involving the physical implementation, such as RF transitions between layers. LTCC reduces the size of the packaging for this Receiver front end subsystem. To shrink the layout, integration is done vertically, and circuit elements like spirals, capacitors and resistors are buried in layers beneath the traces that interconnect the IC chip and packaged parts. The design process is summarized as follows:

1. Create a layout process file (*.LPF).

2. Create artwork cells for circuit elements and packages.

3. Create via cells and via arrays.

4. Create a model and layout cell for buried spirals.

5. Simulate RF transitions with EM, and map the EM structure to a layout.

6. Assign artwork cells to schematic elements.

2 M i c r o w a v e O f f i c e

Page 3: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

7. Route trace lines for interconnects between elements.

8. Place via fences and via arrays for RF isolation and ground planes.

9. Export Gerber files and drill files.

Creating a Layout Process FileThe layout process file (*.LPF) defines the default settings for the drawing lay-ers, layer mappings, export mappings, EM mapping, drill tool definition, and 3D view of the layout. In this example, the IC and LTCC layout processes are com-bined into one process. To view the layout properly, the RFIC process must be combined with the LTCC process.

All of the properties in an LPF file (with the exception of line types) can be set by double-clicking the Layer Setup node in the Layout Manager to open the Layer Setup dialog box. A line type describes the layers used for a single trans-mission line, and the LPF file contains an entry for each line type. In this exam-ple, line types have been created for the RF signal lines, microstrip and stripline; and both surface and buried thin film resistors. Layer is the name of the model layer, Offset is the offset used for drawing the layer, and minWidth is used for checking design rule violations.

$LINE_TYPE_BEGIN"microstrip"! -> Layer offset minWidth flags"M12 (Microstrip)� 0 2e-005 0$LINE_TYPE_END

$LINE_TYPE_BEGIN"Stripline"! -> Layer offset minWidth flags"M4 (Stripline)� 0 2e-005 0$LINE_TYPE_END

$LINE_TYPE_BEGIN"Surface Resistor"! -> Layer offset minWidth flags"M12-1 (Resistor)� 0 2e-005 0$LINE_TYPE_END

$LINE_TYPE_BEGIN"Buried Resistor"! -> Layer offset minWidth flags"M4-1(Buried Resistor)"0 2e-005 0$LINE_TYPE_END

LPF file settings are reflected in the Layer Setup dialog box. Any changes in the *.LPF file display here.

A p p l i c a t i o n N o t e s 3

Page 4: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Figure 2. LTCC Drawing Layers

Figure 3. RFIC Drawing Layers

4 M i c r o w a v e O f f i c e

Page 5: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Figure 4. LTCC Layer Mapping

Figure 5. LTCC 3D Properties

A p p l i c a t i o n N o t e s 5

Page 6: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Figure 6. LTCC EMSight Mapping

Creating Artwork CellsA subsystem design consists of different types of circuit elements such as a behavioral mixer model, data files for a filter, and device level nonlinear models. Each of these different elements require a physical implementation for the lay-out. Microwave Office uses artwork cells to represent the layout properties of a circuit element. Microstrip and stripline elements have default layout properties that are built into the software. The other circuit elements have layout cells that are either imported as standard CAD drawing cells, or created with the Micro-wave Office Artwork Cell Editor. (See the Microwave Office User Guide for more information about creating artwork cells.) The following figures show how the artwork cells are implemented.

1. The mixer package was drawn in the Artwork Cell Editor from a data sheet. The number of cell ports must match the number of subcircuit ports. Cell ports 2a and 2b represent the same port for simulation in a schematic, but require different physical representation in a layout. In this example, the art-work can only be assigned to a 5-port subcircuit.

6 M i c r o w a v e O f f i c e

Page 7: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Figure 7. Artwork Cell for a 5-Port Subcircuit

2. The RF low noise amplifier in this subsystem is implemented using S parameter data for simulation and an imported artwork cell for layout. The GDSII library �LNA900 IC� is imported and the artwork cell �LNA900 IC� is edited to include cell ports and bias lines, as shown in Figure 8.

Figure 8. LNA900IC with Cell Ports and Bias Lines Added

Cell Port 3

Cell Port 2a

Cell Port 1Cell Port 4

Cell Port 2b

Cell Port 5

Bias Lines

Cell Port 1

Cell Port 2

A p p l i c a t i o n N o t e s 7

Page 8: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

3. The buried and surface thin film resistor elements require separate artwork cells that fit the LTCC design guidelines. Parameterized layout cells are cre-ated using the Cell Stretcher in the Artwork Cell Editor. (See the Microwave Office User Guide for more information about stretching artwork cells.)

Figure 9. Buried and Surface Thin Film Resistor Artwork Cells

4. The remainder of the layout cells for capacitors, inductors, transistors, and the filter are created or imported, and then edited in the same manner. Many of the capacitors and inductors are from an XML library which auto-matically imports the proper artwork cell for a given element. (See the Microwave Office User Guide for more information about XML libraries.)

Creating Via Cells and Via ArraysVia holes are used for the following typical applications in LTCC:

� RF ground arrays - Ground arrays can separate signal paths on different layers (also called picket fence vias), or ground RF circuit elements.

� RF vias - RF vias transition the RF signal to different metal layers.

� Thermal arrays - Thermal arrays are used to extract the heat from an active device, and also act as electrical ground. The via pattern differs from the RF vias, as the vias are not staggered to maximize the heat transfer.

These via types typically have specific spacings and size restrictions depending on the process. The most efficient way to capture these specifications is to cre-ate artwork libraries for each via type. The GDSII drawing format in Microwave Office has a hierarchy that is very useful in via cell creation. LTCC requires the use of staggered vias-- the vias on alternating layers are offset to accommodate

Buried resistor

Surface resistor

Length stretcher

Width Stretcher

8 M i c r o w a v e O f f i c e

Page 9: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

alignment issues during processing. The simplest way to accommodate these vias is to draw one via cell for each set of alternating layers. For example, if the via array connects all twelve layers, an odd cell, �vias odd 11_1�, with odd-num-bered via layers is created, and an even cell, �vias even 12_2�, with even-num-bered via layers is created. The odd and even via cells are placed in alternating patterns as shown in Figure 10. The result is a staggered via array as shown in Figure 11.

Figure 10. RF Via Array Artwork Cell Using Hierarchy

Figure 11. 3-D View of RF Via Array

The microstrip-to-stripline transition consists of both RF signal vias and �picket fence� grounding vias to isolate the RF signal as shown in Figure 12.

Artwork Cell�vias odd 11_1�

Artwork Cell�vias even 12_2�

Artwork cell�vias odd 11_1�

Artwork cell�vias even 12_2�

A p p l i c a t i o n N o t e s 9

Page 10: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Figure 12. 3-D View of RF Microstrip-to-Stripline Transition

The thermal array vias have wider spacing because the vias are not staggered like RF vias. The via array for thermal vias includes all layers from via10 to via1. An artwork cell, �via 10_1� creates the via array. The thermal vias are typically placed under an active device as shown in Figure 13.

Figure 13. 3-D View of RFIC with Thermal Vias

RF signal vias

�picket fence�ground vias

RFIC chip

Artwork cell�via 10_1�

10 M i c r o w a v e O f f i c e

Page 11: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Creating a Model and Layout Cell for Buried SpiralsShrinking the layout requires using buried components such as spiral inductors. One of the issues for a buried spiral inductor is circuit modeling. Microwave Office has circuit models for microstrip spiral inductors only, so a model must be created for a buried or stripline spiral inductor. A combination of EM simu-lations and linear circuits is used to create a model that does not require EM simulations. The modeling process is as follows:

1. Create an EM simulation of the buried spiral. The complete EM buried spi-ral is shown in Figure 14.

Figure 14. 3-D View of the Complete EM Buried Spiral

2. Create an EM simulation of the airbridge for the spiral. The EM simulation is created as a reference measurement to model the airbridge with a linear schematic.

Figure 15. 3D View of Airbridge

A p p l i c a t i o n N o t e s 11

Page 12: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

3. Create a schematic to model the EM airbridge. The airbridge is modeled with a stripline pad connected to a via, connected to an offset stripline as shown in Figure 16.

Figure 16. Schematic for Linear Model of the Airbridge

The Smodel measurement is used to model the linear schematic to an EM struc-ture. It measures the difference between S parameters from two different sources. Optimize the linear schematic parameters to minimize the Smodel mea-surement.

Figure 17. SModel Measurement

S L IN

L=W =ID=

lpd m ilwp d m ilS L1

V IA

R HO =T=H =D =ID=

1 0.1 m il3.7 m il6 m i lV 1 S 1 L IN

A c c =L =

W =ID =

1 lb r m i lw br m ilTL 1

S S U B L

N a m e =R h o=

T =H 2 =H 1 =

T an d2 =T an d1 =

E r2 =E r1 =

S S UB L 1 1 0 .03 93 7 m i l1 8.5 m il1 1.1 m il0 .00 07 0 .00 07 5 .7 5 .7

S S U B

N am e=Ta nd =R ho =

T=B =

E r=

S S U B 1 0 1 0 .03 93 7 m il2 9.6 m il5 .7

V IA

R H O =T =H =D =

ID =

1 0 .1 m il3 .7 m il6 m ilV 2

S LIN

L =W =ID =

lp d m ilw pd m ilS L 3 P O R T

Z=P =

5 0 O hm1

P OR T

Z=P =

50 Oh m2

w br= 3

w pd =5

lbr=L -d elta L

lpd =5

de ltaL = 15

L= 3 4

0.1 1.1 2.1 3Frequency (GHz)

bridge smodel em

0

0.001

0.002

0.003SModel2[Em Airbridge]equivalent bridge with via

12 M i c r o w a v e O f f i c e

Page 13: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

4. Combine the airbridge schematic model with a linear microstrip spiral ele-ment to model the complete EM buried spiral. The airbridge is a subcircuit that is connected to a microstrip spiral with no airbridge (MRINDNBR).

Figure 18. Schematic for Complete EM Buried Spiral

Optimize the linear buried spiral to match the EM buried spiral by varying the dielectric constant and height to minimize the Smodel measurement. The dielec-tric constant variable is ERnew, and the height variable is Hnew. A comparison of the S parameters for the EM and linear spiral is shown in Figure 19.

MSUB

Name=ErNom=

Tand=Rho=

T=H=

Er=

SUB1 5.7 0.0007 1.2 0.1 milHnew milERnew

MRINDNBR

S=W =LN=L3=L2=L1=

NS=ID=

3 mil3 mil10 milL1 milL1 milL1 mil15 MSP1

1 2

SUBCKT

NET=ID=

"equivalent bridge with via" S1 PORT

Z=P=

50 Ohm1

PORT

Z=P=

50 Ohm2

L1=68

ERnew=8.7

Hnew=17.6

A p p l i c a t i o n N o t e s 13

Page 14: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

.

Figure 19. S Parameter Comparison of EM Buried Spiral and Linear Spiral

To create the proper physical implementation of this model, an artwork cell is created for the Airbridge subcircuit as shown in Figure 20.

Figure 20. Airbridge Artwork Cell

The microstrip spiral has a default layout cell, and the airbridge subcircuit is assigned the airbridge artwork cell. The spiral layout is parameterized with the exception of the fixed airbridge. The layout cell is shown in Figure 21.

0 1.0

1.0

-1.0

10.0

10.0

-10.0

5.0

5.0

-5.0

2.0

2.0

-2.0

3.0

3.0

-3.0

4.0

4.0

-4.0

0.2

0.2

-0.2

0.4

0.4

-0.4

0.6

0.6

-0.6

0.8

0.8

-0.8

em spiral vs linear spiralSwp Max

3GHz

Swp Min0.1GHz

S[1,1]Copy 2 of EM Structure 1

S[1,1]stripline spiral with em bridge

1

2

14 M i c r o w a v e O f f i c e

Page 15: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Figure 21. Parameterized Spiral Layout Cell with Fixed Airbridge

Simulating RF Transitions with EMSightTransition between RF signal layers in LTCC requires models that are not readily available in traditional linear simulators. EM analysis is the preferred method for designing these transitions. Microwave Office provides a seamless link of EM simulations to linear and nonlinear schematics. The physical imple-mentation in EM can also be mapped to the layout so that there is no need to export geometries. To include both the EM simulation and layout in the com-plete receiver:

1. Create an EM structure with nine dielectric layers and one air layer. Layer 1 is the air layer above the dielectric. Layers 2-9 are the layers of 3.7 mil LTCC dielectric that are used for the via transition from microstrip to stripline. Layer 10 is the bottom layer of the stripline and is not stratified because there are no vias in this layer.

A p p l i c a t i o n N o t e s 15

Page 16: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Figure 22. Ten-layer EM Structure

2. Map the EM structure to the layout in the Layer Setup section of the Lay-out Manager. The EM mapping maps metal layers and via layers to the schematic layout. The EM metal layers 2 - 10 are mapped to the LTCC metal layers M12 - M4. The EM via layers are mapped by selecting the Is Via column for every metal layer that has a via, as shown in Figure 24. EM layers do not have separate via layers; the vias are considered to extrude downward from a metal layer.

Figure 23. Mapping Metal Layers and Via Layers to the Schematic Layout

Layer 1Air

Layers 2-5MicrostripLayers 6-9Top StriplineLayer 10Bottom Stripline

16 M i c r o w a v e O f f i c e

Page 17: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

3. The EM structure can now be placed in a schematic as a subcircuit, and the layout of the EM structure is included in the schematic layout.

Figure 24. Schematic Including EM Structure as Subcircuit

Figure 25. Schematic Layout Including EM Structure as Subcircuit

S CTRACE

R=L=

W =ID=

1 .5 m il6 .2 m il3 m ilTL25

MSTEP$ID= TL26

S CTRACE

R=L=

W =ID=

5 m il12.69 m il10 m ilTL27

SUBCKT

NET=ID=

"str ip line sp iral n10" S12

1 2

SUBCK T

NET=ID=

"Ustrip to str ip 90" S10

A p p l i c a t i o n N o t e s 17

Page 18: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Assigning Artwork Cells and Line Types to Schematic Elements

A subsystem design consists of different types of circuit elements such as a behavioral mixer model, data files for a filter, and device level nonlinear models. Each of these different elements require a physical implementation for the lay-out. To complete the layout, all schematic elements must have the proper layout properties; artwork cells must be assigned to schematic elements.

The Mixer Package in this project is an example of a complex layout-to-sche-matic association. The other package assignments are more common and are discussed in the Microwave Office User Guide. The Mixer Package is assigned to the �Mixer Section� subcircuit. It requires five ports, while the mixer behavioral model has only three ports. The �Mixer Section� subcircuit is created to solve this problem.

Figure 26. Mixer Section Subcircuit

Ports 1 and 2 are isolated from the Mixer model by large resistors so that any-thing connected to those ports has no effect on the simulation. This technique is used to associate layout cells to schematic elements that have no simulation properties. In this case, Port 1 is a biasing network and Port 2 is RF ground. In Figure 27, the MLSC lines are added to create the proper physical implementa-tion of the Mixer. The MLSC elements are assigned one port RF ground ele-ment. Face properties are used to assign each ground to faces 2a and 2b of the Mixer Package. See the Microwave Office User Guide for more information about face properties.

RF IN IF OUT

LO

MIXER

PLO=LO2IF=RF2IF=

IP3_IN=P1DB_IN=GCONV=

ID=

-3 dBm-11 dB-11 dB-2 dBm-10 dBm5.5 dBMX1

RES

R=ID=

1e6 OhmR1

RES

R=ID=

1e6 OhmR2

PORT

Z=P=

50 Ohm3

PORT

Z=P=

50 Ohm1

PORT

Z=P=

50 Ohm2

PORT1

Pwr=Z=P=

-30 dBm50 Ohm5

PORTF

Pwr=Freq=

Z=P=

2 dBm0.998 GHz50 Ohm4

18 M i c r o w a v e O f f i c e

Page 19: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Figure 27. Mixer Section

Figure 28. Mixer Section Layout

Examples of schematic and layout association are shown in the following fig-ures.

MLSC

L=W =ID =

0 m il30 m ilTL1

MLSC

L=W =ID=

0 m i l30 m i lTL2

MTR ACE

M=BType =

L=W =ID=

0 3 30.83 m il15 m ilX1

MTRAC E

M=BType=

L=W =ID =

0 3 31.67 mi l15 m ilX2

MTR ACE

M=BTyp e=

L=W =ID=

0 3 175 m i l15 mi lX6

MTRAC E

M=BType=

L=W =ID =

0 3 30.8 3 m il15 m ilX8

1

2

3

4

5

SU BC KT

NET=ID =

"Mixer Sec tion" S3

�Emitter Gnd� artwork cell assigned to MLSC element

A p p l i c a t i o n N o t e s 19

Page 20: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Figure 29. Linear Simulation of RFIC LNA with S Parameters

Figure 30. LNA RFIC Layout with RF and DC Connections.

MTAPER

L=W2=W1=ID=

70 mil5 milW@1 milMT1

MTAPER

L=W2=W1=ID=

50 mil5 milW@1 milMT2

1

2

SUBCKT

NET=ID=

"LNA900 IC" S1

20 M i c r o w a v e O f f i c e

Page 21: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Figure 31. Schematic of LO Buffer Amp in LTCC Process

Figure 32. Layout of LO Buffer Amp in LTCC Process

M SU B

Na me =Er N om =

Tan d=Rh o=

T=

H=Er =

SU B1 5. 7

0. 0007 1. 2 0. 1 m i l

14. 8 m il5. 7

M TR A CE

M =B Typ e=

L =W =I D =

0 2 1 5 mi l2 4 mi lX 1

SC TR A CE

R =L=

W =I D=

50 m il5 m il10 m ilTL 1

1

2

3

4

S CR O S$I D= S L1

SC TR A CE

R =

L=W =I D=

5 m il

17. 77 m i l10 m ilTL 2

SC TR AC E

R=L=

W =

ID =

50 m il39. 39 m il10 m il

TL3

SC TR AC E

R=L=

W =ID =

50 m il52. 34 m il10 m ilTL4

1

2

3

S TE E

W 3=

W 2=W 1=

I D =

1 0 mi l

W 5k m ilW 5k m ilS L2

S CT RA CE

R =L=

W =I D =

5 m i l59 .0 8 m i l3 m i lT L5

ML SC

L=W =ID =

0 m i l30 m ilTL6

M LS C

L =W =I D =

0 m i l3 0 m i lT L7

S CT RA C E

R =L =

W =I D =

5 m i l9 4. 78 m il

1 0 mi lT L8

C HI PC AP

ALP H=FR =

FQ =Q=C=ID =

-1 0. 23 GH z

0. 03 GH z779 1000 pFC1

M TR AC E

M =

B Type =L=

W =

I D =

0 . 6

2 22 .2 5 m i l10 m i l

X 2

M ST EP $I D= T L9

M TR AC E

M =B Typ e=

L =

W =I D =

0 2 2 5 m i l

1 20 m ilX 3

M TR AC E

M =B Typ e=

L =W =I D =

0 2

2 5 m i l1 20 m ilX 4

S CT RA CE

R =L=

W =I D =

1. 5 m il30 .0 3 m i l3 m i lT L11

1

2

3S TE E

W 3=W 2=W 1=

I D =

1 0 mi l3 m i l3 m i lS L3

SC TR AC E

R=

L=W =ID =

5 m i l

82. 35 m il10 m ilTL13

S CT RA CE

R =L=

W =I D =

1. 5 m il10 m i l3 m i lT L14

C H IP CA P

AL PH =FR =

FQ =Q =C =

I D=

- 1 0. 999 9 G H z

0. 15 G Hz376 .1 100 p FC 2

M T RA CE

M =

BT y pe=L=

W =ID =

0. 6

2 18. 17 m il10 m ilX6

M ST EP $I D= TL1 6

MT RA C E

M =

BT ype=L=

W =ID =

0

2 15 m il60 m ilX7

M TR AC E

M =

B Type =L=

W =I D=

0

2 15 m i l60 m i lX 8

M TR AC E

M =

B Typ e=L =

W =I D =

0 .6

2 1 3.7 1 mi l1 0 m i lX 9

M T RA CE

M=BTy pe=

L=W =ID =

0.6 2 10. 79 m il5 m i lX10

M LS C

L =W =

I D =

0 m i l3 0 mi l

T L17

M TR AC E

M =B Type =

L=W =I D=

0 . 6 2

15 7. 5 m i l10 m i lX 11

CH IP C AP

A LPH =F R=

F Q=Q =C =

I D=

- 1 0. 23 G H z

0. 03 G H z77 9 10 00 pFC 3

MS TE P$ID = TL1 8

M T RA CE

M=

BTyp e=L=

W =

ID =

0 .6

2 12. 8 mi l10 m il

X12

M TR AC E

M =

B Typ e=L =

W =I D =

0

2 2 5 m i l1 20 m ilX 13

M ST EP $I D= TL 19

M T RA CE

M=

BTy pe=L=

W =ID =

0

2 25 m il120 m ilX14

MT RA C E

M =

BT y pe=L=

W =ID =

0. 6

2 171 .1 m il10 m ilX1 5

S C TR AC E

R =L =

W =I D =

1 .5 m i l7 6. 87 m il

3 m i lT L20

S CT RA CE

R =L=

W =I D =

5 m i l28 1. 6 m i l10 m i lT L22

M ST EP $I D= TL 12

D C VS

V =I D =

3 VV 1

M TR A CE

M =B Typ e=

L =W =I D =

0 .6 2 3 2. 2 m i l2 4 mi lX 18

M S TE P$I D = T L15

1 2

3

M TE E$I D= T L21

C H IP CA P

AL PH =

FR =FQ =

Q =

C =I D=

- 1

0. 999 9 G H z0. 15 G Hz376 .1

100 p FC 4

M T RA CE

M=BTy pe=

L=W =ID =

0 2 15 m il60 m ilX17

SC TR AC E

R=L=

W =ID =

50 m il25 m il

10 m ilTL2 3

M TR AC E

M =

B Type =L=

W =

I D=

0. 6

2 41 .89 m i l24 m i l

X 20

VI A

RH O =T=H=D=

ID =

1.2 0.0 1 mi l29. 6 mi l6 m i lV2

12

3

M TEE

W 3 =W 2 =W 1 =

I D=

10 m i lW @ 2 m i lW @ 1 m i lTL 24

ML IN

L=W =ID =

15. 94 m il24 m ilX21

M LI N

L =W =I D =

1 5 m i l6 0 m i lX 19

MT RA C E

M =BT ype=

L=W =ID =

0. 6 2 119 .5 m il5 m ilX5

SC TR AC E

R=L=

W =

ID =

1. 5 m i l6. 2 m i l3 mi l

TL2 5

M S TE P$I D = T L26

SC TR AC E

R=L=

W =

ID =

5 mi l12. 69 m il10 m il

TL2 7

MT RA C E

M =

BT y pe=L=

W =I D=

0. 6

2 57. 12 m il24 m ilX1 6

M TR AC E

M =B Ty p e=

L =W =I D =

0 .6 2 7 0 mi l2 4 mi lX 22

S SU B

N am e=T and=

R ho=T =B =

E r=

S SU B1 0

1 0. 03 937 m il29 .6 m i l

5. 7

C

B

E

1

2

3

S U BC KT

NE T=ID =

" BFP 181 " S1

SU BC K T

N ET =I D=

" st ri pl ine sp ir al n 18" S 9

SU BC KT

N ET=

I D=

" st ri p l ine sp ir al n1 0"

S1 2

SU BC K T

N ET =I D=

" st ri pl ine sp ir al n 15" S 6

S UB CK T

N E T=I D =

" R esi st or 10 0" S 7

SU BC K T

N ET =

I D=

" R esis tor 22k"

S 4

S U BC KT

NE T=

ID =

" Res ist or 680"

S3

12

SU B CK T

N ET =I D=

" U str i p to st r ip 90 " S 8

1

2

S UB CK T

NE T=ID =

"U s t r ip t o s tr ip 9 0" S13

12

S UB CK T

N E T=I D =

" U st ri p to s t r ip t hr u" S 2

1 2

S UB C KT

NE T=ID =

"U st r ip t o str i p 9 0" S11

12

SU BC KT

N ET=I D=

" Us tr ip t o st ri p 90" S1 6

1 2

S UB CK T

N ET =I D =

" U s t ri p to st r ip 90 " S 10

12

S U BC KT

NE T=ID =

" Ust r ip t o str i p t hr u" S15

PO R T

Z =P =

5 0 O hm2

PO R T1

P w r=Z =P =

0 d Bm5 0 Oh m1

L1=6 8

A p p l i c a t i o n N o t e s 21

Page 22: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

The proper line types are assigned to the microstrip and stripline elements by selecting the element in the layout, right-clicking and choosing Shape Proper-ties.

Figure 33. Schematic for Microstrip-to-Stripline Transition with Line Types

Figure 34. Layout of Microstrip-to-Stripline Transitions with Line Types.

Routing Trace Lines for InterconnectionsOne of the most important steps in the layout of LTCC is the routing of the lines that connect different circuit elements. This routing is critical in compact-ing the layout. This step in the physical implementation of LTCC is difficult because it requires thought in three dimensions. Both microstrip and stripline traces must be routed to minimize the footprint of the layout while maintaining the integrity of the RF signal. Microwave Office has the following unique fea-tures to help route trace lines efficiently:

1. Trace elements are RF lines that can be routed in layout while retaining the correct lengths and bend information for simulation. The microstrip ele-

MTRACE

M=BType=

L=W =ID=

0 2 15 mil24 milX1

SCTRACE

R=L=

W =ID=

50 mil5 mil10 milTL1

12

SUBCKT

NET=ID=

"Ustrip to strip thru" S2

Microstripline type

Striplineline type

22 M i c r o w a v e O f f i c e

Page 23: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

ment is MTRACE, and the stripline element is STRACE. These elements, along with special functions in layout, make line routing simple in Micro-wave Office. The following example illustrates the functionality of trace routing in the LTCC layout.

� In this example the layout has a closed loop so that one line must be precisely routed to complete the loop. Figure 35 displays the schematic and layout.

Figure 35. Schematic and Closed-Loop Layout with MTRACE Element

� The best way to route this line is to first clear the Snap to adjacent check box on the unconnected face, as shown in Figure 36.

Figure 36. Cell Options to Turn Off Snap to Adjacent

MT R A C E

M =B Ty p e =

L =W =ID =

0 2 1 5 m i l2 4 m i lX 1

S C TR AC E

R=L=

W =ID =

50 m il5 m il10 m ilTL 1

1

2

3

4

SC R OS $ID= S L 1

S CTR AC E

R =L =

W =ID =

5 0 m il3 9 .3 9 mi l1 0 m ilTL 3

M L S C

L =W =ID=

0 m il3 0 m ilTL 6

M L S C

L =W =ID=

0 m il3 0 mi lTL 7

M T R ACE

M =B Ty pe=

L =W =ID =

0 .6 2 1 6 8 .3 m il1 0 m ilX 1 1

C HIP CA P

A L PH =FR=FQ =

Q=C=

ID =

-1 0 .9 9 9 9 G H z0 .1 5 GH z3 7 6.1 1 0 0 p FC4

MT RAC E

M =B Ty p e =

L =W =ID =

0 2 1 5 m i l6 0 m i lX 1 7

S CTR AC E

R =L =

W =ID =

5 0 m il2 5 m il1 0 m ilTL 2 3

MT RA C E

M =B Ty p e =

L =W =ID =

0 .6 2 4 1 .8 9 m il2 4 m i lX 2 0

V IA

R H O=T =H =D =

ID =

1 .2 0 .0 1 m i l2 9 .6 m i l6 m i lV 2

12

3

M TE E

W 3 =W 2 =W 1 =ID =

10 m i lW @ 2 m i lW @ 1 m i lT L2 4

M LIN

L =W =ID =

1 5 .9 4 m il2 4 m i lX 2 1

M L IN

L=W =ID =

15 m i l60 m i lX1 9

C

B

E

1

2

3

S U BCK T

N ET =ID =

" B FP 1 81 " S 1

S UB C K T

NE T=ID =

"R es isto r 6 8 0 " S 3

1

2

S UB C K T

NE T=ID =

" Ustr ip to s tri p 90" S 1 3

12

SU B C K T

N E T=ID =

" U str ip to s trip thr u " S 2

MTRACE Element

Clear this checkbox

A p p l i c a t i o n N o t e s 23

Page 24: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

� The MTRACE is then routed with mouse clicks as show in Figure 37. (See the Microwave Office User Guide for more information about trace routing.)

Figure 37. Routing the MTRACE with mouse clicks.

� Select Snap to fit on the toolbar to finish the routing and complete the loop.

� The loop is complete and the faces of the MTRACE are connected properly. The final layout is shown in Figure 38.

Figure 38. Final Layout of Routed MTRACE

2. The 3D view is critical in helping to route the lines in the LTCC layout because it can identify any interference issues in the routing of a line.

24 M i c r o w a v e O f f i c e

Page 25: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

� The 2D view of this section of the layout shows no potential interference issues. The stripline trace passes under the capacitor located on the same layer as the microstrip lines.

Figure 39. 2D View of Layout Shows No Interference

� The 3D view, however, shows a via array for ground that is interfering with the stripline trace.

Figure 40. 3D View Showing Via Array and Stripline Trace Conflict

� The hidden via array is now moved to correct the interference problem.

A p p l i c a t i o n N o t e s 25

Page 26: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

Figure 41. 3D View of Corrected Layout Showing No Interferences

Placing Via Fences and Via ArraysVia fences and via arrays are necessary to complete the layout. Via fences isolate RF signals and provide grounding structures for the microstrip-to-stripline tran-sitions. Via arrays are used to connect ground planes to ensure signal integrity. The fences and ground arrays have no simulation properties and are imple-mented as artwork cells which are placed directly onto the top level layout.

26 M i c r o w a v e O f f i c e

Page 27: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

Figure 42. 2D View of the Complete Layout of the Receiver

Exporting Gerber and Drill FilesCommon file formats for LTCC manufacturers are Gerber and NC drill files. Gerber files are used to generate the masks for the metallization, and NC drill files are used to drill vias into the LTCC green tape. Microwave Office can out-put both file formats. There is typically one Gerber file for each metal layer and one drill file for every via layer. The following Visual Basic scripts written in the Microwave Office scripting engine are used to create the set of Gerber and drill files necessary for manufacturing.

1. The �Drill file� script creates a drill file for a specified via layer. To run the script, expand the Scripting node in the Project Browser. In the Script

Via Array

Via FenceTransition Gnd

Via FenceRF isolation

A p p l i c a t i o n N o t e s 27

Page 28: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

LTCC Example

(project.emp) node, expand the Code Modules node. Double-click on the Drill file script to open a scripting window environment.

Figure 43. Drill File Scripting Window

� To run the script, click Run Sub in the toolbar. The script prompts you for the layout, via layer, units, and file name. The following shows the final drill file output for the via12 layer.

M48M72,LZT01C0.006%T01X-001757Y-000663X-001957Y-000663X-001757Y-000463X-001957Y-000463X-001857Y-000563X-001047Y-000464X-000847Y-000464X-001047Y-000664X-000847Y-000664X-000947Y-000564X000050Y-002788X000050Y-002988

28 M i c r o w a v e O f f i c e

Page 29: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NLTCC Example

X-000150Y-002788X-000150Y-002988

2. The �Export Gerber Files� script creates a Gerber file for every layer spec-ified in a chosen export layer mapping. Run the script, then select the layout and a Gerber mapping. The script generates a directory named �Gerber files� in the project directory, and creates a Gerber file for every layer in the layout. The Gerber files for this example are shown in Figure 44 and Figure 45.

Figure 44. Gerber Files Created for Every Layout Layer

Figure 45. Gerber Files in a Gerber Viewer

A p p l i c a t i o n N o t e s 29

Page 30: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

Design Kits

DESIGN KITS

The �receiver ltcc v5 NEW.emp� project is based upon the capabilities in Microwave Office v5.50, and created without the use of a predefined design kit. A design kit would greatly simplify the design process by providing the follow-ing features:

� line definitions and models for signal lines on different layers

� parameterized models for buried and surface inductors, capacitors, and resistors

� library elements for SMT components and IC chips including data and layout

� design rule checking for the complete layout (see the Microwave Office User Guide for more information).

Design kit development requires the input of the designer, as LTCC designs provide maximum flexibility in physical implementation. Models for LTCC ele-ments must be verified with measured data, and guidelines developed for proper usage. The physical implementation of a circuit will vary among designers, how-ever common design methodologies must be defined to properly develop a use-ful design kit. A design kit provides maximum flexibility with correct models and design procedures to ensure accurate simulations. A simple example of a design kit follows.

The library elements are organized using XML (see the Microwave Office User Guide for more information on XML). The XML data includes the name, model type, description, and layout cell. In this example, the library consists of a variety of different model types and layout cells. The mixer is implemented with an AWR schematic element and a fixed artwork cell. The spirals are developed using an AWR schematic that is extracted from an EM simulation; the layout cell is a fixed artwork cell. The thin film resistors are implemented with AWR mod-els, and the layout consists of parameterized artwork cells that were created using the Cell Stretcher in the Artwork Cell Editor. The RF transitions are S parameter data files taken from EM simulations. The layout for the transitions is created using EM Mapping and the Artwork Cell Editor. The following are sam-ples of the XML text used to create the libraries:

30 M i c r o w a v e O f f i c e

Page 31: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NDesign Kits

Top Level (AWR_LTCC.xml): <FOLDER Name="AWR LTCC Library parts">

<FILE Name="Shortcuts">..\XML\Shortcuts.xml</FILE>

<FILE Name="Vias and Pads">..\XML\ViasAndPads.xml</FILE>

<FILE Name="Res">..\XML\Res.xml</FILE>

<FILE Name="Spirals">..\XML\Spiral.xml</FILE>

<FILE Name="RF Transitions">..\XML\Transitions.xml</FILE>

<FILE Name="Active Devices">..\XML\Devices.xml</FILE>

</FOLDER>

Active Devices (Devices.xml):<COMPONENT Name="MIXER">

<MODEL>SUBCKT</MODEL>

<DESC>Mixer CMY91</DESC>

<SYMBOL>RCVRS_1_4@sys_block.syf</SYMBOL>

<CELL>Mixer Package@..\Library\Mixer.gds</CELL>

<DATA DataType="awrschematic" Inline="no">

..\Library\Schematics\mixer section.sch

</DATA>

</COMPONENT>

</XML_COMPONENT_DATA>

Res:<COMPONENT Name="Bur_100_TFR">

<MODEL>TFR</MODEL>

<DESC>Buried Thin Film Resistor 100 ohms square</DESC>

<SYMBOL>[email protected]</SYMBOL>

<CELL>Buried TFR@..\Library\Resistors.gds</CELL>

<DATA DataType="awrmodel" Inline="yes">

<PARAM Name="ID">Bur_TFR100_</PARAM>

<PARAM Name="W">2.54e-4</PARAM>

<PARAM Name="L">2.54e-3</PARAM>

<PARAM Name="Rs">100</PARAM>

<PARAM Name="F">0</PARAM>

</DATA>

</COMPONENT>

A p p l i c a t i o n N o t e s 31

Page 32: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G N

Design Kits

RF Transitions (Transitions.xml):<COMPONENT Name="USTOS">

<MODEL>SUBCKT</MODEL>

<DESC>RF transition microstrip to stripline thru</DESC>

<SYMBOL>viatrans@awr_ltcc.syf</SYMBOL>

<CELL>M12to M4_thru@..\Library\Rf transitions.gds</CELL>

<DATA DataType="sparameter" Inline="no">

../Library/Spar/Ustrip to strip thru.s2p

</DATA>

</COMPONENT>

The XML libraries allow you to drag and drop elements into a schematic. The associated schematics and layout cells for each element are automatically imported into the project. The schematic in Figure 46 was created from the XML library.

Figure 46. Schematic with XML Library Elements

The layer process file along with the XML libraries enables the layout to display dynamically in 2D and 3D views.

MTRACE

M=BType=

L=W=ID=

0 2 51.6 m il24 milX1

MTRACE

M=BType=

L=W =ID=

0 3 96.7 mil24 m ilX2

MTRACE

M=BType=

L=W =ID=

0 2 80.1 mil24 m ilX3

MLSC

L=W =ID=

0 mil10 milTL1

MLSC

L=W =ID=

0 mil10 milTL2

SLIN

L=W=ID=

24.9 m il3 milSL1

SLIN

L=W =ID=

24.9 mil3 milSL2

12

3

STEE$ID= SL3

SLIN

L=W=ID=

20 mil20 milSL4

SLIN

L=W =ID=

13.4 mil3 milSL5

VIA

RHO=T=H=D=ID=

1 0.1 mil29.5984 m il6 m ilV1

MTRACE

M=BType=

L=W=ID=

0 3 100 mil24 milX4

TFR

F=RS=

L=W =ID=

0 GHz100 100 m il10 m ilBur_TFR100_1

SLIN

L=W=ID=

20 mil20 milSL6

SSUB

Name=Tand=Rho=

T=B=

Er=

SSUB1 0.0007 1 0.15748 m il29.6063 m il5.7

M SUB

Nam e=ErNom=

Tand=Rho=

T=H=

Er=

SUB1 5.7 0.0007 1 0.15748 m il14.8031 m il5.7

R D

IQ

1 2

3

45

SUBCKT

NET=ID=

"mixer section" S1

12

SUBCKT

NET=ID=

"Ustrip to strip thru" S2

SUBCKT

NET=ID=

"stripline spiral n18" S3

1

2

SUBCKT

NET=ID=

"Ustrip to strip 90" S4

32 M i c r o w a v e O f f i c e

Page 33: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

L T C C D E S I G NDesign Kits

Figure 47. 2D View of Schematic with XML Library Elements

Figure 48. 3D View of Schematic with XML Library Elements

A p p l i c a t i o n N o t e s 33

Page 34: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

专注于微波、射频、天线设计人才的培养 易迪拓培训 网址:http://www.edatop.com

射 频 和 天 线 设 计 培 训 课 程 推 荐

易迪拓培训(www.edatop.com)由数名来自于研发第一线的资深工程师发起成立,致力并专注于微

波、射频、天线设计研发人才的培养;我们于 2006 年整合合并微波 EDA 网(www.mweda.com),现

已发展成为国内最大的微波射频和天线设计人才培养基地,成功推出多套微波射频以及天线设计经典

培训课程和 ADS、HFSS 等专业软件使用培训课程,广受客户好评;并先后与人民邮电出版社、电子

工业出版社合作出版了多本专业图书,帮助数万名工程师提升了专业技术能力。客户遍布中兴通讯、

研通高频、埃威航电、国人通信等多家国内知名公司,以及台湾工业技术研究院、永业科技、全一电

子等多家台湾地区企业。

易迪拓培训课程列表:http://www.edatop.com/peixun/rfe/129.html

射频工程师养成培训课程套装

该套装精选了射频专业基础培训课程、射频仿真设计培训课程和射频电

路测量培训课程三个类别共 30 门视频培训课程和 3 本图书教材;旨在

引领学员全面学习一个射频工程师需要熟悉、理解和掌握的专业知识和

研发设计能力。通过套装的学习,能够让学员完全达到和胜任一个合格

的射频工程师的要求…

课程网址:http://www.edatop.com/peixun/rfe/110.html

ADS 学习培训课程套装

该套装是迄今国内最全面、最权威的 ADS 培训教程,共包含 10 门 ADS

学习培训课程。课程是由具有多年 ADS 使用经验的微波射频与通信系

统设计领域资深专家讲解,并多结合设计实例,由浅入深、详细而又

全面地讲解了 ADS 在微波射频电路设计、通信系统设计和电磁仿真设

计方面的内容。能让您在最短的时间内学会使用 ADS,迅速提升个人技

术能力,把 ADS 真正应用到实际研发工作中去,成为 ADS 设计专家...

课程网址: http://www.edatop.com/peixun/ads/13.html

HFSS 学习培训课程套装

该套课程套装包含了本站全部 HFSS 培训课程,是迄今国内最全面、最

专业的HFSS培训教程套装,可以帮助您从零开始,全面深入学习HFSS

的各项功能和在多个方面的工程应用。购买套装,更可超值赠送 3 个月

免费学习答疑,随时解答您学习过程中遇到的棘手问题,让您的 HFSS

学习更加轻松顺畅…

课程网址:http://www.edatop.com/peixun/hfss/11.html

`

Page 35: LTCC DESIGNLTCC DESIGN LTCC Example 2 Microwave Office Ł The RF transitions are simulated using an EM solver, and the layout in EM is mapped to the layout for the complete circuit

专注于微波、射频、天线设计人才的培养 易迪拓培训 网址:http://www.edatop.com

CST 学习培训课程套装

该培训套装由易迪拓培训联合微波 EDA 网共同推出,是最全面、系统、

专业的 CST 微波工作室培训课程套装,所有课程都由经验丰富的专家授

课,视频教学,可以帮助您从零开始,全面系统地学习 CST 微波工作的

各项功能及其在微波射频、天线设计等领域的设计应用。且购买该套装,

还可超值赠送 3 个月免费学习答疑…

课程网址:http://www.edatop.com/peixun/cst/24.html

HFSS 天线设计培训课程套装

套装包含 6 门视频课程和 1 本图书,课程从基础讲起,内容由浅入深,

理论介绍和实际操作讲解相结合,全面系统的讲解了 HFSS 天线设计的

全过程。是国内最全面、最专业的 HFSS 天线设计课程,可以帮助您快

速学习掌握如何使用 HFSS 设计天线,让天线设计不再难…

课程网址:http://www.edatop.com/peixun/hfss/122.html

13.56MHz NFC/RFID 线圈天线设计培训课程套装

套装包含 4 门视频培训课程,培训将 13.56MHz 线圈天线设计原理和仿

真设计实践相结合,全面系统地讲解了 13.56MHz线圈天线的工作原理、

设计方法、设计考量以及使用 HFSS 和 CST 仿真分析线圈天线的具体

操作,同时还介绍了 13.56MHz 线圈天线匹配电路的设计和调试。通过

该套课程的学习,可以帮助您快速学习掌握 13.56MHz 线圈天线及其匹

配电路的原理、设计和调试…

详情浏览:http://www.edatop.com/peixun/antenna/116.html

我们的课程优势:

※ 成立于 2004 年,10 多年丰富的行业经验,

※ 一直致力并专注于微波射频和天线设计工程师的培养,更了解该行业对人才的要求

※ 经验丰富的一线资深工程师讲授,结合实际工程案例,直观、实用、易学

联系我们:

※ 易迪拓培训官网:http://www.edatop.com

※ 微波 EDA 网:http://www.mweda.com

※ 官方淘宝店:http://shop36920890.taobao.com

专注于微波、射频、天线设计人才的培养

官方网址:http://www.edatop.com 易迪拓培训 淘宝网店:http://shop36920890.taobao.com