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.

What is the difference between VCO, VCO[1], real(VCO) in ADS?

Status
Not open for further replies.

Narutolili

Newbie level 5
Joined
Sep 25, 2010
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,330
In the ADS envelope simulation, assuming the complex signal is VCO
I use the following:
mag(VCO)
mag(VCO[1])
the output are not the same
so anyone can tell me what is the difference between VCO, VCO[1], real(VCO)
 

Re: ADS syntax questions

If VCO is a complex signal vector then by simple math mag(VCO) is the instantanious magnitude of the complex signal vector and real(VCO) is the real part of the complex signal vector.

Now if you were to look at the spectrum of the complex signal VCO you would see several tunes, each being a vector at the appropriate frequency such that

VCO = VCO(dc) + VCO(freq) + VCO(2*freq) + VCO(3*freq) + ... + VCO(N*freq)

In this case VCO[1] is therefore the first frequency tone in that series, VCO(freq).

So mag(VCO) will not equal mag(VCO[1]). VCO is the whole complex signal but VCO[1] is the fundimantal tone that is part of VCO.
 
Re: ADS syntax questions

Finally I understand... Thank you
And I have another problem with the spectrum, please give me a hand in the Thread:ADS Envelope simulation spectrum wrong?
Thanks
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top