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.

complementary signal in hspice

Status
Not open for further replies.

siddhiqvlsi

Newbie level 6
Joined
Oct 1, 2013
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
89
Hi,

The following input signal is generated using hspice....

VA A 0 pulse(0.18v 0v 0n 1n 1n 50n 100n)

how to generate the complementary signal of it in spice?

Thanks in advance.....
 

Use a VCVS - voltage controlled voltage source. This is an E source. Connect the input terminals to your voltage source and reverse the output connections.

Keith
 
VA A 0 pulse(0.18v 0v 0n 1n 1n 50n 100n)

how to generate the complementary signal of it in spice?

It's a pulse source: Vxxx n+ n- pulse (v1 v2 td tr tf pw per)
For a new pulse source VB between nodes B & 0 with complementary signal just reverse the voltage values v1 & v2 :
Code:
VB B 0 pulse (0V 0.18V 0ns 1ns 1ns 50ns 100ns)
 
It's a pulse source: Vxxx n+ n- pulse (v1 v2 td tr tf pw per)
For a new pulse source VB between nodes B & 0 with complementary signal just reverse the voltage values v1 & v2 :
Code:
VB B 0 pulse (0V 0.18V 0ns 1ns 1ns 50ns 100ns)

Thanks for your reply.....I have used the same to generate the complementary signal.....Is there any way to generate the signal without using the voltage source VA 0r VB since it ultimately increases the average power....

Thanks in advance.....

- - - Updated - - -

Use a VCVS - voltage controlled voltage source. This is an E source. Connect the input terminals to your voltage source and reverse the output connections.

Keith

Thanks for your reply.... how to use VCVS to generate complementary signal....am new to spice.....Can you explain in detail?....Thanks
 

...Is there any way to generate the signal without using the voltage source VA 0r VB

There are many ways to generate such signals: any type of oscillator + opAmp for phase reversal. But they all need power, whereas VCVS, pulse source or E-element sources don't consume any power (for themselves) as their internal generation resistance is zero.

... it ultimately increases the average power....
Only that power which is needed by the load; the voltage sources themselves don't consume power.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top