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 can I make a 50Ω output buffer using cadence?

Status
Not open for further replies.

test_out

Advanced Member level 4
Joined
Feb 10, 2006
Messages
103
Helped
5
Reputation
10
Reaction score
1
Trophy points
1,298
Activity points
1,959
50 ohm buffer

Hi All :D,


How can I make a 50Ω output buffer using cadence. I mean how can I know the output impadance of the buffer?
Please, tell me!!!

Thank you,


Test_out
 

buffer 50 ohm output

Hi,

By .sp analysis, you can get what you need.

BR!
 

50 ohm Output buffer!

By SP ananlysis I can get only the S22 or Z22, it's not tht output impedance.(Zout)?
Am I rite?
 

50 ohm Output buffer!

the Zm value is the output impedance, or you can add a AC current into the output, run ac simulation, then detect the ac voltage, it's just equal to the output impedance.

hope it helps!
 

50 ohm Output buffer!

i confirm,

add an ac current or an ac voltage into the output and read the voltage/current corresponding
and Zout = Vout/Iout
 

Re: 50 ohm Output buffer!

test_out said:
By SP ananlysis I can get only the S22 or Z22, it's not tht output impedance.(Zout)?
Am I rite?

For small signal, you can get the information from S22 just like an LNA.
 

Re: 50 ohm Output buffer!

test_out said:
Hi All :D,


How can I make a 50Ω output buffer using cadence. I mean how can I know the output impadance of the buffer?
Please, tell me!!!

Thank you,


Test_out

Simualte the s22 to find if it can match the 50Ω load.
 

50 ohm Output buffer!

why do you need output impedance ?

what you really need is S22, I think.
 

50 ohm Output buffer!

add RR11 netp 0 50

Added after 49 seconds:

you can also use poly res
 

Re: 50 ohm Output buffer!

test_out said:
Hi All :D,


How can I make a 50Ω output buffer using cadence. I mean how can I know the output impadance of the buffer?
Please, tell me!!!

Thank you,


Test_out

part of sample codes from my previous project, using hspice:

.ac dec 10 2g 3g
.noise v(97) vs
.net v(97) vs rin=50 rout=50
.tran 0.1ns 500ns
.print ac s11(db) s21(db) s22(db) zin(r) zin(i) zout(r) zout(i)

check the real part of zin, zout
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top