回复 4# seu_novak
我现在的问题是:对电路级的vco进行pss+pnoise仿真,然后将抽取的拐角频率和n代入行为级模型的函数中,然后对行为级的VCO进行pss+pnoise仿真,看phase noise曲线,它的拐角频率以及各个offset frequency处的phase noise值和电路级仿真出来的值相差比较大,不知道你在做这个的过程中有没有遇到这个问题,我是用verilog-A进行的建模,参考的资料是ken kndert的predicting the phase noise and jitter of pll-based frequency synthesizers
phase_lin=wc*$abstime;
phase_nonlin=2*pi*vco_gain*idt(vc-vmin,0);
phase_noise=filcker_noise(n,2,"wpn")+filcker_noise(n*fc,3,"fpn");
在行为级里噪声看资料就是这么加的啊,恳请指导~ |