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.

[SOLVED] How to calculate the phase difference between two sine waves using viva calculator

Status
Not open for further replies.

kadikaram

Junior Member level 3
Joined
Mar 21, 2016
Messages
29
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
205
how to calcluate the pahse difference between two sine waves using viva calculator

Hi, I am using specter simulator, and i want to calculate the phase difference between two sine waves using viva calculator.. anybody give the suggestion..!
 

Re: how to calcluate the pahse difference between two sine waves using viva calculato

Use delay() or cross() function.

Enter following in CIW.
Code:
ocnHelp 'delay
ocnHelp 'cross
 

Re: how to calcluate the pahse difference between two sine waves using viva calculato

Hi, Thanks. From that function i calculate phase difference between the two sine waves in seconds, and using this general formula ((T1-T2)/Tp)*360 i can calculate phase difference in degrees.

((cross(vtime('tran "/b1") 0 1 "falling" nil nil )-cross(vtime('tran "/a1") 0 1 "falling" nil nil ))/28.5e-12)*360
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top