© 2019 Infinite Electronics, Inc. Pasternack is a registered trademark of Infinite Electronics, Inc.
9
4.0 Basic Operation
4.1 Initialization
The PE11S100X synthesizer does not maintain register states after power down. After power is supplied
to the PE11S100X synthesizer modules, all registers should be loaded with the appropriate values. Default
values for these registers can be found in section 7.1 Register Map on page 22, with instructions for
performing the serial data write operations found in 5.2 Serial Port WRITE Operation on page 15.
4.2 Frequency Tuning
Where:
N
int
is the integer division ratio, between 36 and 65531 in fractional mode
between 32 and 65535 in integer mode
N
frac
is the functional division ratio between 0 and 2
24
-1
f
REF
is the frequency of the reference (f
REFIN
/R), where f
REFIN
is the reference
input frequency.
M
is the prescaler coefficient for the particular synthesizer
As an example, for a synthesizer with M = 2 and f
REF
= 10 MHz, the output frequency of 4,600,000,001.19
Hz is achieved using N
int
= 230 and N
frac
= 1. These are set by programming the 6-bit binary value of 230d
=00E6h = 0000 0000 1110 0110 into dsm_intg in
. Similarly the 24 bit binary value of 1d = 000001h
= 0000 0000 0000 0000 0000 0001 into dsm_frac in
In integer mode the synthesizer step size is fixed to M times phase frequency detection (PFD) the reference
frequency, f
REF
. Integer mode typically has lower phase noise for a given reference frequency than fractional
mode. In integer mode the digital
Δ Σ
modulator is normally shut off. To run in integer mode set
dsm_integer_mode (
<13>). Then program the integer portion
of the frequency, N
int
, ignoring the fractional part. From the above example,
operation in integer mode would result in a frequency of 4600 MHz.
4.3 Frequency Hopping
If the synthesizer is in fractional mode, a write to the fractional frequency register.
frequency hop on the falling edge of the 31st clock edge of the serial port write (see
If the integer frequency register,
, is written when in fractional mode, the information will be buffered
and only executed when the fractional frequency register is written.
If the synthesizer is in integer mode, a write to the integer frequency register, Reg 0Fh, will initiate the
frequency hop on the falling edge of the 31st clock edge of the serial port write (see
f
VCO
= f
REF
•
N
int
•
M +
f
REF
•
N
frac
•
M
2
24
(EQ 1)