Skip to content

reference power #12

@jbqubit

Description

@jbqubit

Clocker requires a reference clock. We observe that when 100 MHz 0 dBm is applied to the SMA input the output contains high-amplitude spurious features. Increasing the input amplitude to 12 dBm resolves the problem.

Observations

image (above) 100 MHz at 0 dBm from a clean RF source (Rigol DG4162). image (above) Output of Clocker with 0 dBm applied to SMA input. image (above) Output of Clocker with +12 dBm applied to SMA input.

Comment

The clock distribution chip is ADCLK950BCPZ (link). The minimum (recommended) differential clock amplitude is 0.4 Vpp (1.7 Vpp).

In [10]: Vpp = 0.4; P=Vpp**2/(850); 10np.log10(P/0.001)
Out[10]: -3.9794000867203754

In [11]: Vpp = 1.7; P=Vpp**2/(850); 10np.log10(P/0.001)
Out[11]: 8.588378514285854

Including conversion from single-ended to differential I'm surprised that this requires 12 dBm. Anyway, I've updated the wiki with a recommended input power.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions