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.

Clock Recovery Circuit by FPGA

Status
Not open for further replies.

davyzhu

Advanced Member level 1
Joined
May 23, 2004
Messages
494
Helped
5
Reputation
10
Reaction score
2
Trophy points
1,298
Location
oriental
Activity points
4,436
Hello all,

I tried to design a digital PLL to recover the clock from input data,
it consists of FPGA, and a VCO.

I find two ways to control the VCO by FPGA in analog way.
1) FPGA output PWM --> RC Low-pass filter --> VCO --> return to FPGA
2) FPGA --> D/A --> VCO --> return to FPGA

BTW, how to choose a D/A for such design, should I compare which parameter? And is 10 MSPS be quick?

Do you think which one is better and do you have better way to implement it?

Regards,

Davy Zhu
 

It depends on your requirement,
RC loww-pass filter is easy to implement
(cheaper), but you will have spurs
on your VCO control line, which may result
for example as adjascent channel leakage.
For D/A you have to check the following
1. Your control of the VCO will be in discrete
domain. This will introduce an extra phase shift
in your loop. So you have to be very careful with
the stability of the pll. You have to consider the bandwidth of the pll together with the phase shift due to discrete time control.
2. At the output of the DA also you have to put
an RC low pass filter
 

    davyzhu

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top