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 implement such a model in cadence virtuoso?

Status
Not open for further replies.

chaojixin

Member level 1
Joined
Jul 8, 2011
Messages
38
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,529
Hi, Dear all:
I want to use a model which implements a frequency domain function as:
f(f)=1+cos(f/T)
where 'f' is the frequency, and T is a constant.
Is there such a model? analogLib or verilogA is prefered


thanks in advance!
 

The HSPICE® User Guide: Simulation and Analysis (B-2008.09) on pp. 237-239 shows several examples of behavioral (E-element with a SIN source) and Verilog-A examples.

It could be as simple as
Code:
Eosc  n+ n-  VOL='SIN(1+cos(freq/T))'
... but I'm not sure if it works with changing frequencies. Just try it!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top