Scicos Diagram
fr - eng


Scattered diagram of a third order integer-N frequency synthesizer with an interpolated nonlinearity of VCO and with dual-modulus feedback divider

\epsfig{file=synthe_interp_diagr.eps,width=400pt}

Module


Contents

Context


F_ref=250e6
T_ref=1/F_ref
sig_ref=0.02*T_ref
R=5
F_cpf = F_ref/R;
T_cpf = 1/F_cpf;

Io=5e-3
Ileak=1e-8

Fo = 2.045e9;
To = 1 / Fo;
wo=2*%pi * Fo;
j_vco=2e6;

y_tab=read(MODNUMCOS+'/examples/scs_diagr/pll/synthe/vcotab',12,9);
d_tab=splin(y_tab(:,1),((y_tab(:,2)*1e6)-Fo)*2*%pi)
i_tab=1:0.1:12;
f_tab=interp(i_tab,y_tab(:,1),((y_tab(:,2)*1e6)-Fo)*2*%pi,d_tab);

A=4;
B=6;
P=8;
N=B*P+A;

Fd=N*F_cpf;;

fn=F_cpf/180
mphi=%pi/4
kv=80e6

Nsampl = 2;
Tsampl = 1/(Nsampl*Fd);
Fsampl = 1 / Tsampl; 
Tfin=0.9e3*T_cpf

Scope Results

\begin{figure}\begin{center}
\epsfig{file=synthe_interp_scope_1.eps,width=330.00pt}
\end{center}\end{figure}
Figure : (a)Charge pump output current; (b)VCO input voltage.

Used blocks

See Also

Authors

A. Layec