The Designer's Guide Community
Forum
Welcome, Guest. Please Login or Register. Please follow the Forum guidelines.
May 19th, 2024, 4:18am
Pages: 1
Send Topic Print
Bimodal distribution of Oscillator Jitter in Verilog A (Read 3005 times)
Praveen K
Junior Member
**
Offline



Posts: 25
Bangalore
Bimodal distribution of Oscillator Jitter in Verilog A
Jun 29th, 2011, 4:46am
 
Hi,

I'm trying to model a oscillator in Verilog AMS with Deterministic jitter (DJp-p) and Random jitter(RJp-p). The total jitter should be TJ=DJp-p + RJp-p. According to literature, the TJ is a bimodal distribution with DJp-p being the difference between two means and RJs on both sides.

I can generate two normal distribution with -DJp-p/2 and +DJp-p/2 has mean and Rjp-p as std with the commands below,
dist1 = $rdist_normal(seed1,-DJp-p/2,RJp-p)
dist2 = $rdist_normal(seed2,DJp-p/2,RJp-p)

Now, I'm not sure how to arrive at the TJ value?

or is there a way to generate bimodal distribution in Verilog A. any comments would be of great help
Back to top
 
 
View Profile praveenjthomas   IP Logged
Pages: 1
Send Topic Print
Copyright 2002-2024 Designer’s Guide Consulting, Inc. Designer’s Guide® is a registered trademark of Designer’s Guide Consulting, Inc. All rights reserved. Send comments or questions to editor@designers-guide.org. Consider submitting a paper or model.