|
发表于 2024-4-8 15:12:15
|
显示全部楼层
From the notes, it seems that there are stability and locking issues when the doubler is activated. These could be attributed to several factors including but not limited to the power supply noise, voltage levels, the loop filter design, charge pump currents, and VCO (Voltage-Controlled Oscillator) characteristics.
To address the questions:
The "doubler" may influence the VCO range, the phase noise (as it can potentially double the frequency noise), and the overall stability of the PLL. The "doubler" could be introducing additional noise or harmonics that affect the PLL's ability to lock to the desired frequency.
For debugging and simulation, you might consider:
Analyzing the power supply integrity, ensuring that the LDOs (Low Dropout Regulators) are providing clean and stable voltage levels.
Simulating the PLL with varying parameters in a software like Cadence or similar EDA (Electronic Design Automation) tools to observe the behavior changes with the doubler engaged.
Checking the loop filter design to make sure it's optimized for the new frequency range and noise profile when the doubler is active.
Observing the impact of changing the charge pump current and VCO gain (Kvco) in the simulation.
Measuring the phase noise with a spectrum analyzer to confirm the observations noted about the integral phase noise.
For simulations and practical troubleshooting, you'll need to use appropriate EDA tools and equipment to measure and adjust the PLL parameters. Additionally, the notes suggest that the system can lock by forcing a higher voltage to the div_ldo, which might point to an issue with the loop filter's charge pump or the VCO's tuning range/sensitivity. |
|