Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

how to simulate s-parameter using Hspice??

Status
Not open for further replies.

wkpom

Newbie level 3
Joined
Dec 1, 2006
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,306
5spice2spar.pdf

thanks!
 

hspice .print zin zout

check the manual for .lin analysis with AC

khouly
 

use these lines

.ac lin 100 .5e9 7e9
.net v(5) vin rin=50 rout=50
.print ac s11(db) s21(db) s22(db) s12(db) zin(r) zin(i) zout(r) zout(i)
.plot ac s11(db) s21(db) s22(db) s12(db) zin(r) zin(i) zout(r) zout(i)

where 5 is the output node , vin is the input voltage , input and outputs are matched with 50 ohm resistances( it depends on ur application ) , frequency is varied using .ac command

deepak.
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top