The Designer's Guide Community Forum
https://designers-guide.org/forum/YaBB.pl
Measurements >> Phase Noise and Jitter Measurements >> About period jitter , TIE jitter and phase noise
https://designers-guide.org/forum/YaBB.pl?num=1242707099

Message started by mog on May 18th, 2009, 9:24pm

Title: About period jitter , TIE jitter and phase noise
Post by mog on May 18th, 2009, 9:24pm

Dear Gentlemen I have some questions in the jitter analysis and phase noise analysis.

When I run a open-loop VCO in circuit level with "spectre transient noise" added, I can get one sequence of the VCO output clock periods which have random noise.

I use this sequence of periods to convert to the PSD of phases. By the period jitter definition, I let

% Compute Period Jitter Using PSD function
phases_period=2*pi*periods/Tref;
% Compute Power Spectral Density of Phase
[Pperiod,f_period]=psd(phases_period,nfft,1/Tref,winLength,overlap,'linear');

And by the TIE jitter defintion, I use accucmulation as below:

% Compute TIE Jitter Using PSD function
% The Cumulative Phase of Each Transition
phases_tie=2*pi*cumsum(periods)/Tref;
% Compute Power Spectral Density of Phase
[Ptie,f_tie]=psd(phases_tie,nfft,1/Tref,winLength,overlap,'linear');

Finally the results show that the PSD of the TIE jitter would be the same with Spectre's Pnoise analysis result.

But by many articles, they always relate the phase noise with period jitter. I am really confused....which one is right?

The Designer's Guide Community Forum » Powered by YaBB 2.2.2!
YaBB © 2000-2008. All Rights Reserved.