CN105577175A - Digital phase-locked loop atomic clock control method of Kalman filter and delayer - Google Patents

Digital phase-locked loop atomic clock control method of Kalman filter and delayer Download PDF

Info

Publication number
CN105577175A
CN105577175A CN201510956571.7A CN201510956571A CN105577175A CN 105577175 A CN105577175 A CN 105577175A CN 201510956571 A CN201510956571 A CN 201510956571A CN 105577175 A CN105577175 A CN 105577175A
Authority
CN
China
Prior art keywords
centerdot
formula
clock
transfer function
dpll
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201510956571.7A
Other languages
Chinese (zh)
Other versions
CN105577175B (en
Inventor
朱祥维
伍贻威
欧钢
孙广富
龚航
刘文祥
刘增军
伍微
王勇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
National University of Defense Technology
Original Assignee
National University of Defense Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by National University of Defense Technology filed Critical National University of Defense Technology
Priority to CN201510956571.7A priority Critical patent/CN105577175B/en
Publication of CN105577175A publication Critical patent/CN105577175A/en
Application granted granted Critical
Publication of CN105577175B publication Critical patent/CN105577175B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03LAUTOMATIC CONTROL, STARTING, SYNCHRONISATION, OR STABILISATION OF GENERATORS OF ELECTRONIC OSCILLATIONS OR PULSES
    • H03L7/00Automatic control of frequency or phase; Synchronisation
    • H03L7/06Automatic control of frequency or phase; Synchronisation using a reference signal applied to a frequency- or phase-locked loop
    • H03L7/08Details of the phase-locked loop
    • H03L7/085Details of the phase-locked loop concerning mainly the frequency- or phase-detection arrangement including the filtering or amplification of its output signal
    • H03L7/093Details of the phase-locked loop concerning mainly the frequency- or phase-detection arrangement including the filtering or amplification of its output signal using special filtering or amplification characteristics in the loop
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03LAUTOMATIC CONTROL, STARTING, SYNCHRONISATION, OR STABILISATION OF GENERATORS OF ELECTRONIC OSCILLATIONS OR PULSES
    • H03L7/00Automatic control of frequency or phase; Synchronisation
    • H03L7/26Automatic control of frequency or phase; Synchronisation using energy levels of molecules, atoms, or subatomic particles as a frequency reference

Abstract

The invention provides a digital phase-locked loop atomic clock control method of a Kalman filter and a delayer. A DPLL equivalent to the Kalman filter and the delayer is used to control an atomic clock, and specifically the method comprises the steps of: firstly deriving out a closed loop system transfer function and a closed loop error transfer function of the DPLL, and giving a realization structure thereof; and then obtaining the adjusting amount of the controlled atomic clock at each time, and giving a parameter selection method enabling optical frequency stability of output signals of the DPLL. On this basis, two DPLLs are cascaded to carry out two-level control on the atomic clock. Compared with a conventional atomic clock control algorithm, parameter selection is easier, the output signals are enabled to be synchronous with first-level reference input, and the optical frequency stability is ensured.

Description

Method controlled by the digital phase-locked loop atomic clock that a kind of Kalman filter adds delayer
Technical field
The present invention relates to temporal frequency, signal transacting field, devise a kind of atomic clock specifically and control method.
Background technology
Atomic clock is controlled technology and is played an important role in punctual laboratory and satellite navigation system.The main purpose controlled atomic clock has two: one to be that to make to be controlled atomic clock synchronous with referencing atom clock time, reduces the time deviation between them as far as possible; Two is promote to be controlled the long-term stability of atomic clock.
Typical atomic clock is controlled method and is comprised two large classes: method is controlled in open loop and closed loop controls method.The core that method is controlled in open loop is prediction algorithm reasonable in design.Closed loop is controlled method and is mainly comprised: Linear-Quadratic Problem (LGQ) control method, switch (Bang-Bang) control method and digital phase-locked loop (DPLL) method.But the parameter that these closed loops control method is not easy to choose, generally all for each embody rule, after quantity of parameters being compared by a large amount of emulation experiment, one group of optimized parameter to be selected.In addition, for DPLL method, if parameter choose is improper, not only cannot ensure to control performance, control system also can be caused unstable.
Summary of the invention
For the defect that prior art exists, the object of this invention is to provide the digital phase-locked loop atomic clock that a kind of Kalman filter adds delayer and control method.
Principle of the present invention is: the DPLL being equivalent to Kalman filter being added delayer by, for controlling atomic clock.The present invention has intactly derived the closed-loop system transfer function of DPLL and closed-loop error transfer function, give its implementation structure, with each for being controlled the adjustment amount of atomic clock, and give the parameter selection method of the frequency stability optimum that DPLL is outputed signal.On this basis, use two such DPLL to cascade up to carry out secondary to atomic clock and control.Theory analysis all shows with emulation experiment: this algorithm is compared conventional atom clock and controlled algorithm, and parameter choose is easier, and output signal and first order reference input can be made to keep synchronous, and ensures that frequency stability is optimum.
Technical scheme of the present invention is:
A method controlled by the digital phase-locked loop atomic clock that Kalman filter adds delayer, it is characterized in that comprising the steps:
S.1 derivation is equivalent to the transfer function that Kalman filter adds the DPLL of delayer;
S.1.1 observational equation and the state equation of Kalman filter is first provided;
State equation is expressed as:
x k + 1 = x k + y k · T y k + 1 = y k + u k - - - ( 1 )
Wherein, x kand y kbe two state variables, T is the sampling interval, u kfor process noise.
Observational equation is expressed as:
z k=x k+w k(2)
Wherein, z kfor observed quantity, w kfor observation noise.
The form of these two equation matrixes is expressed as:
{ s k + 1 = φ · s k + J k z k = H · s k + w k - - - ( 3 )
Wherein, s k=[x ky k] t; J k=[0u k] t; φ = 1 T 0 1 ; H=[10], the variance of process noise and observation noise is respectively: R=E [w k 2], Q = E [ J k · J k T ] = 0 0 0 E [ u k 2 ] = 0 0 0 Q 22 . Wherein, Q 22be u kvariance.
The observational equation of the Kalman filter S.1.2 S.1.1 provided according to step and state equation, the relation of deriving in Z territory between Kalman filter input and output, derives on this basis and provides the transfer function being equivalent to Kalman filter and adding the DPLL of delayer;
Kalman filter can be described by 5 steps below:
s ^ k , k - 1 = φ · s ^ k - 1 , k - 1 - - - ( 4 )
P k,k-1=φP k-1,k-1φ T+Q(5)
K k=P k,k-1·H T(H·P k,k-1·H T+R) -1(6)
s ^ k , k = s ^ k , k - 1 + K k · ( z k - H · s ^ k , k - 1 ) - - - ( 7 )
P k,k=(I-K k·H)·P k,k-1(8)
In above-mentioned 5 equations, the implication of each symbol is that the art is known, no longer describes its implication at this.
Wherein, K kkalman gain matrix, P k,kevaluated error matrix, P k, k-1it is predicated error matrix.
The system that formula (3) defines is completely observable, therefore P k,k, P k, k-1and K kall restrain; P k,k, P k, k-1and K ksteady-state value be designated as respectively: Ps, Ps -and Ks.
By formula (4) and formula (7), when Kalman filter enters stable state, have:
{ x ^ k = x ^ k - 1 + y ^ k - 1 · T + Ks 11 · ( z k - x ^ k - 1 - y ^ k - 1 · T ) y ^ k = y ^ k - 1 + Ks 21 · ( z k - x ^ k - 1 - y ^ k - 1 · T ) - - - ( 9 )
Wherein, subscript ij represents K ksteady-state value Ks matrix in i-th row jth row element.
Definition:
v k = ( z k - x ^ k - 1 - y ^ k - 1 · T ) - - - ( 10 )
Formula (10) is substituted into formula (9), obtains:
{ x ^ k = x ^ k - 1 + y ^ k - 1 · T + Ks 11 · v k y ^ k = y ^ k - 1 + Ks 21 · v k - - - ( 11 )
Formula (11) is expressed as in Z territory:
{ Z = z - 1 · X + z - 1 · T · Y + Ks 11 · V Y = z - 1 · Y + Ks 21 · V - - - ( 12 )
Wherein X, Y, V are respectively z-transformation.
Can be obtained by formula (12):
X = ( Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) · V - - - ( 13 )
By formula (12) and formula (13), formula (10) is expressed as in Z territory:
V = Z - z - 1 · X - T · z - 1 · Y = Z - X + Ks 11 · V = Z - ( ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) · V + Ks 11 · V - - - ( 14 )
Wherein, Z represents z kz-transformation.
Obtained by formula (14):
( 1 - Ks 11 + Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) V = Z - - - ( 15 )
Definition:
G ′ ( z ) = Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 = Ks 11 · ( 1 - z - 1 ) + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 . - - - ( 16 )
By formula (13), formula (15) and formula (16), obtain
X = G ′ ( z ) 1 - Ks 11 + G ′ ( z ) · Z = Ks 11 / ( 1 - Ks 11 ) · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 · Z . - - - ( 17 )
Obviously, z kas observed quantity, it is the input of Kalman filter; And as the estimated value of state variable, be the output of Kalman filter.So formula (17) gives the relation between the constrained input of steady-state Kalman filter in Z territory.
In order to make DPLL normally work, add a delayer z in the loop -1.Like this, the open cycle system transfer function of DPLL is expressed as:
G ( z ) = z - 1 1 - Ks 11 · G ′ ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 - - - ( 18 )
Closed-loop system transfer function is expressed as:
H ( z ) = G ( z ) 1 + G ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 , - - - ( 19 )
Closed-loop error transfer function is expressed as:
H e ( z ) = 1 1 + G ( z ) = ( 1 - z - 1 ) 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 - - - ( 20 ) .
Wherein, Ks 11and Ks 21be respectively the steady-state gain of Kalman filter, T is the sampling interval.
Formula (18), formula (19) and formula (20) intactly give this respectively and are equivalent to Kalman filter and add the open cycle system transfer function of the DPLL of delayer, closed-loop system transfer function and closed-loop error transfer function.
As can be seen from formula (19) and formula (20), when the sampling interval, T determined, steady state Kalman gain Ks 11and Ks 21determine the performance of DPLL completely.Further, steady state Kalman gain Ks 11and Ks 21completely by process-noise variance Q 22determine with observation noise variance R.In practical application, can fixation procedure noise variance Q 22=1s 2constant, such observation noise variance R just determines the performance of DPLL completely.
The advantage that this DPLL compares common second order 2 class DPLL maximum is: the parameter of common DPLL has multiple, chooses rational parameter and is not easy, and also needs the stability problem of consideration system in addition; DPLL of the present invention is equivalent to Kalman filter and adds delayer, and parameter only has 1, i.e. observation noise variance R, and therefore parameter choose is relatively easy; In addition, the system defined due to formula (3) is completely observable, so Kalman filter is stable.Because this DPLL is that Kalman filter adds retarder arrangement, after numerical simulation shows to add delayer, DPLL is also stability.
The transfer function of the DPLL S.2 S.1 provided according to step, provides the implementation structure of DPLL and each adjustment amount;
Integrating step S.1 in the open cycle system transfer function of DPLL that obtains, the implementation structure of DPLL as shown in Figure 1 can be obtained; Wherein, Cs represents caesium clock, and Hm represents hydrogen clock, and SteeredHm represents the hydrogen clock after controlling.
Obtained by Fig. 1:
Hm steered(z)=G(z)·(Cs(z)-Hm steered(z))+Hm(z)(21)
Wherein, Cs represents the output signal of caesium clock, and symbol Hm represents the output signal of hydrogen clock, and the output signal of hydrogen clock is controlled in symbol Hm_steered representative.
Obtained by formula (21):
Hm s t e e r e d ( z ) = G ( z ) 1 + G ( z ) · C s ( z ) + 1 1 + G ( z ) · H m ( z ) = H ( z ) · C s ( z ) + H e ( z ) · H m ( z ) - - - ( 22 )
Formula (18) is substituted into formula (21), and the adjustment amount obtained at every turn for hydrogen clock in Z territory is ( Ks 11 / ( 1 - Ks 11 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 1 - z - 1 ) · ( C s ( z ) - Hm s t e e r e d ( z ) ) .
Controlling error, i.e. caesium clock and the deviation Cs-Hm that controls between rear hydrogen clock steeredbe designated as Err.So in the time domain, the relation controlling the time difference of rear hydrogen clock and the time difference of free oscillation hydrogen clock is expressed as:
H m _ s t e e r e d ( i + 1 ) = H m ( i ) + Σ j = 1 i ( ks 11 · E r r ( j ) + Σ k = 1 j - 1 Ks 21 · T · E r r ( k ) ) / ( 1 - Ks 11 ) - - - ( 23 )
Wherein, Err (j) is for jth moment caesium clock and by time difference Cs (j)-Hm_steered (j) of controlling between hydrogen clock.
On the right of equal sign, Section 2 is each adjustment amount for hydrogen clock in the time domain; Adjustment for hydrogen clock normally utilizes phase microstepper to realize.The signal of hydrogen clock after the signal that hydrogen clock exports after phase microstepper is and controls.
The transfer function of the DPLL S.3 S.1 obtained according to step, determines that the frequency stability that parameter optimization DPLL exports, concrete grammar are fixation procedure noise variance Q 22=1s 2constant, adjustment observation noise variance R.
S.3.1, the phase noise of caesium clock and hydrogen clock is expressed as:
L C s ( f ) = 10 l o g ( 0.5 · f 0 2 f 2 · Σ - 2 2 h ( C s ) i · f ( C s ) i ) , - - - ( 24 )
With
L H m ( f ) = 10 l o g ( 0.5 · f 0 2 f 2 · Σ - 2 2 h ( H m ) i · f ( H m ) i ) , - - - ( 25 )
Wherein f 0for carrier frequency, h ifor noise factor, f is sideband frequency, and i is used for indicating noise type.
By solving equation L cs(f)-L hmf ()=0, in the hope of the frequency at caesium clock phase noise curve and hydrogen clock phase noise intersections of complex curve place, can be designated as f '.
S.3.2, approximate change z=e is used j2 π fT, substitute into formula (19) and formula (20), obtain:
H ( f ) = Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · T ( 1 - e - j 2 π f · T ) + Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · T - - - ( 26 )
With
H e ( f ) = ( 1 - e - j 2 π f · T ) 2 ( 1 - e - j 2 π f · T ) 2 + Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · T - - - ( 27 )
Formula (26) and formula (27) are closed-loop system transfer function and the closed-loop error transfer function of approximate APLL.Obviously, the closed-loop system transfer function shown in formula (26) is equivalent to a low pass filter, and the closed-loop error transfer function shown in formula (27) is equivalent to a high pass filter, so their amplitude-frequency responses intersect at a point.The frequency of intersection point is designated as f ".
S.3.3, fixation procedure noise variance Q 22=1s 2constant, the value of adjustment observation noise variance R, runs Kalman filter, obtains steady state Kalman gain Ks 11and Ks 21value.The intersection frequency f of APLL closed-loop system transfer function and closed-loop error transfer function shown in observation type (26) and formula (27) ".As f "=f ' time, corresponding R is designated as R ', is optimized parameter.
S.3.4, R ' and corresponding steady state Kalman gain Ks is got 11and Ks 21, by formula (28), calculated the output power single sideband phase noise controlling rear hydrogen clock; By formula (23), obtain each adjustment amount for hydrogen clock in the time domain; Hydrogen clock is adjusted, obtains the hydrogen clock after controlling; Then the Allan deviation controlling rear hydrogen clock is calculated.
By formula (22), the output power single sideband phase noise controlling rear hydrogen clock is:
L H m _ s t e e r e d ( f ) = | G ( e j 2 π f · T ) 1 + G ( e j 2 π f · T ) | 2 · L C s ( f ) + | 1 1 + G ( e j 2 π f · T ) | 2 · L H m ( f ) = | H ( e j 2 π f · T ) | 2 · L C s ( f ) + | H ( e j 2 π f · T ) | 2 · L H m ( f ) - - - ( 28 )
The parameter selection method that S.2 and S.3 the transfer function of the DPLL that S.1 the present invention obtains according to step and step obtain, obtain a kind of two-stage DPLL and control algorithm, concrete grammar is that the such DPLL of employing two cascades up, the output of first order DPLL, as the input of second level DPLL, is controlled atomic clock.The parameter selection method of each DPLL is S.2 identical with step.Two-stage controls the schematic diagram of algorithm as shown in Figure 2, wherein G 1(z) and G 2z () is respectively the open cycle system transfer function of two DPLL.
The present invention can be applied to design phase-locked oscillator and set up the system time of satellite navigation system (GNSS).The principle of the present invention in above-mentioned application and step are all identical.
Beneficial effect of the present invention:
1. effectively can control atomic clock, control performance (controlling error, frequency stability) very good;
2. parameter selection method of the present invention is relatively simple;
3. two-stage controls the frequency stability performance that can fully utilize two-stage input, and the short-term of output signal, mid-term, long-term stability are all optimized.
Accompanying drawing explanation
Fig. 1 graphic extension implementation structure figure of the present invention;
Fig. 2 graphic extension two-stage controls calculation ratio juris;
The time difference of Fig. 3 graphic extension hydrogen clock and caesium clock and Allan deviation, the wherein time difference of Fig. 3 a graphic extension hydrogen clock and caesium clock, the Allan deviation of Fig. 3 b graphic extension hydrogen clock and caesium clock;
The output power single sideband phase noise of Fig. 4 graphic extension hydrogen clock and caesium clock;
The amplitude-frequency response of Fig. 5 graphic extension DPLL closed-loop system transfer function and closed-loop error transfer function;
Fig. 6 graphic extension hydrogen clock, caesium clock, control the output power single sideband phase noise of rear hydrogen clock;
Fig. 7 graphic extension hydrogen clock, caesium clock, control the Allan deviation of rear hydrogen clock;
Fig. 8 graphic extension hydrogen clock, caesium clock, control time difference of rear hydrogen clock;
The time difference of Fig. 9 graphic extension NCO, hydrogen clock, caesium clock and Allan deviation, the wherein time difference of Fig. 9 a graphic extension NCO, hydrogen clock, caesium clock, the Allan deviation of Fig. 9 b graphic extension NCO, hydrogen clock, caesium clock;
The output power single sideband phase noise of Figure 10 graphic extension NCO, hydrogen clock, caesium clock;
Figure 11 graphic extension caesium clock, hydrogen clock, NCO, and the time difference and the Allan deviation of controlling rear NCO, wherein Figure 11 a graphic extension caesium clock, hydrogen clock, NCO, and control the time difference of rear NCO, Figure 11 b schemes to explain orally caesium clock, hydrogen clock, NCO, and controls the Allan deviation of rear NCO;
Embodiment
Below in conjunction with drawings and Examples, the present invention is described further.
The present invention includes following steps.
S.1 derivation is equivalent to the transfer function that Kalman filter adds the DPLL of delayer;
S.1.1 observational equation and the state equation of Kalman filter is first provided;
For the system of a two-state variable, its state equation is expressed as:
x k + 1 = x k + y k · T y k + 1 = y k + u k - - - ( 1 )
Wherein, x kand y kbe two state variables, T is the sampling interval, u kfor process noise.
Observational equation is expressed as:
z k=x k+w k(2)
Wherein, z kfor observed quantity, w kfor observation noise.
The form of these two equation matrixes is expressed as:
{ s k + 1 = φ · s k + J k z k = H · s k + w k - - - ( 3 )
Wherein, s k=[x ky k] t; J k=[0u k] t; φ = 1 T 0 1 ; H=[10], the variance of process noise and observation noise is respectively: R=E [w k 2], Q = E [ J k · J k T ] = 0 0 0 E [ u k 2 ] = 0 0 0 Q 22 . Wherein, Q 22be u kvariance.
S.1.2 in conjunction with observational equation and the state equation of Kalman filter, the relation of deriving in Z territory between Kalman filter input and output, provides the transfer function being equivalent to Kalman filter and adding the DPLL of delayer on this basis.
Kalman filter can be described by 5 steps below:
s ^ k , k - 1 = φ · s ^ k - 1 , k - 1 - - - ( 4 )
P k,k-1=φP k-1,k-1φ T+Q(5)
K k=P k,k-1·H T(H·P k,k-1·H T+R) -1(6)
s ^ k , k = s ^ k , k - 1 + K k · ( z k - H · s ^ k , k - 1 ) - - - ( 7 )
P k,k=(I-K k·H)·P k,k-1(8)
In above-mentioned 5 equations, the implication of each symbol is that the art is known, no longer describes its implication at this.Wherein, K kkalman gain matrix, P k,kevaluated error matrix, P k, k-1it is predicated error matrix.
Can prove that the system that formula (3) defines is completely observable, therefore P k,k, P k, k-1and K kall restrain. P k,k, P k, k-1and K ksteady-state value be designated as respectively: Ps, Ps -and Ks.
By formula (4) and formula (7), when Kalman filter enters stable state, have:
{ x ^ k = x ^ k - 1 + y ^ k - 1 · T + Ks 11 · ( z k - x ^ k - 1 - y ^ k - 1 · T ) y ^ k = y ^ k - 1 + Ks 21 · ( z k - x ^ k - 1 - y ^ k - 1 · T ) - - - ( 9 )
Wherein, subscript ij represents K ksteady-state value Ks matrix in i-th row jth row element.
Definition:
v k = ( z k - x ^ k - 1 - y ^ k - 1 · T ) - - - ( 10 )
Formula (10) is substituted into formula (9), obtains:
{ x ^ k = x ^ k - 1 + y ^ k - 1 · T + Ks 11 · v k y ^ k = y ^ k - 1 + Ks 21 · v k - - - ( 11 )
Formula (11) is expressed as in Z territory:
{ Z = z - 1 · X + z - 1 · T · Y + Ks 11 · V Y = z - 1 · Y + Ks 21 · V - - - ( 12 )
Wherein X, Y, V are respectively z-transformation.
Can be obtained by formula (12):
X = ( Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) · V - - - ( 13 )
By formula (12) and formula (13), formula (10) is expressed as in Z territory:
V = Z - z - 1 · X - T · z - 1 · Y = Z - X + Ks 11 · V = Z - ( ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) · V + Ks 11 · V , - - - ( 14 )
Wherein, Z represents z kz-transformation.
Obtained by formula (14):
( 1 - Ks 11 + Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) V = Z - - - ( 15 )
Definition:
G ′ ( z ) = Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 = Ks 11 · ( 1 - z - 1 ) + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 . - - - ( 16 )
By formula (13), formula (15) and formula (16), obtain
X = G ′ ( z ) 1 - Ks 11 + G ′ ( z ) · Z = Ks 11 / ( 1 - Ks 11 ) · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 · Z . - - - ( 17 )
Obviously, z kas observed quantity, it is the input of Kalman filter; And as the estimated value of state variable, be the output of Kalman filter.So formula (17) gives the relation between the constrained input of steady-state Kalman filter in Z territory.
In order to make DPLL normally work, add a delayer z in the loop -1.By formula (16) and formula (17), the open cycle system transfer function of this DPLL is expressed as:
G ( z ) = z - 1 1 - Ks 11 · G ′ ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 - - - ( 18 )
Closed-loop system transfer function is expressed as:
H ( z ) = G ( z ) 1 + G ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 , - - - ( 19 )
Closed-loop error transfer function is expressed as:
H e ( z ) = 1 1 + G ( z ) = ( 1 - z - 1 ) 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 - - - ( 20 ) .
Formula (18), formula (19) and formula (20) intactly give this respectively and are equivalent to Kalman filter and add the open cycle system transfer function of the DPLL of delayer, closed-loop system transfer function and closed-loop error transfer function.
As can be seen from formula (19) and formula (20), when the sampling interval, T determined, steady state Kalman gain Ks 11and Ks 21determine the performance of DPLL completely.Further, steady state Kalman gain Ks 11and Ks 21completely by process-noise variance Q 22determine with observation noise variance R.In practical application, can fixation procedure noise variance Q 22=1s 2constant, such observation noise variance R just determines the performance of DPLL completely.
The advantage that this DPLL compares common second order 2 class DPLL maximum is: the parameter of common DPLL has multiple, chooses rational parameter and is not easy, and also needs the stability problem of consideration system in addition; DPLL is herein equivalent to Kalman filter and adds delayer, and parameter only has 1, i.e. observation noise variance R, and therefore parameter choose is relatively easy; In addition, the system defined due to formula (3) is completely observable, so Kalman filter is stable.Because this DPLL is that Kalman filter adds retarder arrangement, after numerical simulation shows to add delayer, DPLL is also stability.
As can be seen from formula (19) and formula (20), when the sampling interval, T determined, steady state Kalman gain Ks 11and Ks 21determine the performance of DPLL completely.Further, steady state Kalman gain Ks 11and Ks 21completely by process-noise variance Q 22determine with observation noise variance R.In practical application, can fixation procedure noise variance Q 22=1s 2constant, such observation noise variance R just determines the performance of DPLL completely.
The transfer function of the DPLL S.2 S.1 provided according to step, provides the implementation structure of DPLL and each adjustment amount;
By the open cycle system transfer function of DPLL, the implementation structure of DPLL can be obtained.Fig. 1 is to control the implementation structure figure that hydrogen clock describes DPLL with caesium clock.In Fig. 1, Cs represents caesium clock, and Hm represents hydrogen clock, and SteeredHm represents the hydrogen clock after controlling.
The implementation structure of DPLL is described below in conjunction with Fig. 1.
Obtained by Fig. 1:
Hm steered(z)=G(z)·(Cs(z)-Hm steered(z))+Hm(z)(21)
Obtained by formula (21):
Hm s t e e r e d ( z ) = G ( z ) 1 + G ( z ) · C s ( z ) + 1 1 + G ( z ) · H m ( z ) = H ( z ) · C s ( z ) + H e ( z ) · H m ( z ) - - - ( 22 )
Formula (18) is substituted into formula (21), and the adjustment amount obtained at every turn for hydrogen clock in Z territory is ( Ks 11 / ( 1 - Ks 11 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 1 - z - 1 ) · ( C s ( z ) - Hm s t e e r e d ( z ) ) .
Controlling error, i.e. caesium clock and the deviation Cs-Hm that controls between rear hydrogen clock steeredbe designated as Err.So in the time domain, the relation controlling the time difference of rear hydrogen clock and the time difference of free oscillation hydrogen clock is expressed as:
H m _ s t e e r e d ( i + 1 ) = H m ( i ) + Σ j = 1 i ( ks 11 · E r r ( j ) + Σ k = 1 j - 1 Ks 21 · T · E r r ( k ) ) / ( 1 - Ks 11 ) - - - ( 23 )
Wherein, Cs represents the output signal of caesium clock, symbol Hm represents the output signal of hydrogen clock, and the output signal of hydrogen clock is controlled in symbol Hm_steered representative, and Err (j) is for jth moment caesium clock and by time difference Cs (j)-Hm_steered (j) of controlling between hydrogen clock.
On the right of equal sign, Section 2 is each adjustment amount for hydrogen clock in the time domain.Adjustment for hydrogen clock normally utilizes phase microstepper to realize.The signal of hydrogen clock after the signal that hydrogen clock exports after phase microstepper is and controls.
The transfer function of the DPLL S.3 S.1 obtained according to step, determines that the frequency stability that parameter optimization DPLL exports, concrete grammar are fixation procedure noise variance Q 22=1s 2constant, adjustment observation noise variance R.
First, the phase noise of caesium clock and hydrogen clock is expressed as:
L C s ( f ) = 10 l o g ( 0.5 · f 0 2 f 2 · Σ - 2 2 h ( C s ) i · f ( C s ) i ) , - - - ( 24 )
With
L H m ( f ) = 10 l o g ( 0.5 · f 0 2 f 2 · Σ - 2 2 h ( H m ) i · f ( H m ) i ) , - - - ( 25 )
Wherein f 0for carrier frequency, h ifor noise factor, f is sideband frequency, and i is used for indicating noise type.
By solving equation L cs(f)-L hmf ()=0, in the hope of the frequency at caesium clock phase noise curve and hydrogen clock phase noise intersections of complex curve place, can be designated as f '.
The second, use approximate change z=e j2 π fT, substitute into formula (19) and formula (20), obtain:
H ( f ) = Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · T ( 1 - e - j 2 π f · T ) + Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · T - - - ( 26 )
With
H e ( f ) = ( 1 - e - j 2 π f · T ) 2 ( 1 - e - j 2 π f · T ) 2 + Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · T - - - ( 27 )
Formula (26) and formula (27) are closed-loop system transfer function and the closed-loop error transfer function of approximate APLL.Obviously, the closed-loop system transfer function shown in formula (26) is equivalent to a low pass filter, and the closed-loop error transfer function shown in formula (27) is equivalent to a high pass filter, so their amplitude-frequency responses intersect at a point.The frequency of intersection point is designated as f ".
The frequency stability outputed signal to make DPLL is optimum, and method is herein adjustment R, makes f "=f '.In emulation experiment part, will show that the method makes the output output power single sideband phase noise of the APLL be similar to optimum.
Finally, by formula (22), the output power single sideband phase noise controlling rear hydrogen clock is:
L H m _ s t e e r e d ( f ) = | G ( e j 2 π f · T ) 1 + G ( e j 2 π f · T ) | 2 · L C s ( f ) + | 1 1 + G ( e j 2 π f · T ) | 2 · L H m ( f ) = | H ( e j 2 π f · T ) | 2 · L C s ( f ) + | H ( e j 2 π f · T ) | 2 · L H m ( f ) - - - ( 28 )
Be described as embodiment the performance that this DPLL controls algorithm below to control hydrogen clock with caesium clock.
1) according to document (KasdinN.J., DiscreteSimulationofColoredNoiseandStochasticProcessesan d1/fPowerLawNoiseGeneration [J], 1995, ProceedingsoftheIEEE, 83,5, pp:802-827) method generate a hydrogen clock and a caesium clock.The parameter of hydrogen clock is: h (Hm) 0=1 × 10 -24, h (Hm)-2=8 × 10 -31.The parameter of caesium clock is: h (Cs) 0=5 × 10 -23, h (Cs)-2=6 × 10 -32.Sampling interval T=1s.Every table clock all contains 200000 data points.Fig. 3 describes the time difference of emulation hydrogen clock and emulation caesium clock, and Allan deviation.If the carrier frequency of emulation hydrogen clock and caesium clock is f 0=10MHz.
2) by formula (24) and formula (25), the output power single sideband phase noise curve of hydrogen clock and caesium clock is made, as shown in Figure 4.As can be seen from Figure 4, the frequency f of these two intersections of complex curve ' be approximately 10 -3.9hz.
3) fixation procedure noise variance Q 22=1s 2constant, the value of adjustment observation noise variance R, runs Kalman filter, obtains steady state Kalman gain Ks 11and Ks 21value.The intersection frequency f of APLL closed-loop system transfer function and closed-loop error transfer function shown in observation type (26) and formula (27) ".As f "=f ' time, corresponding R is designated as R ', is optimized parameter.Through experiment, find to work as R '=2 × 10 -14time, the frequency f of the point of intersection of the amplitude-frequency response of APLL closed-loop system transfer function and closed-loop error transfer function " be approximately 10 -3.9hz, is approximately equal to f ', as shown in Figure 5.So, get R '=2 × 10 -14.
4) R '=2 × 10 are got -14with the steady state Kalman gain Ks of correspondence 11and Ks 21, by formula (28), calculated the output power single sideband phase noise controlling rear hydrogen clock; By formula (23), obtain each adjustment amount for hydrogen clock in the time domain; Hydrogen clock is adjusted, obtains the hydrogen clock after controlling; Then the Allan deviation controlling rear hydrogen clock is calculated.Fig. 6 and Fig. 7 respectively describes hydrogen clock, caesium clock and controls output power single sideband phase noise and the Allan deviation of rear hydrogen clock.Fig. 8 describes hydrogen clock, caesium clock and controls the time difference of rear hydrogen clock.
Fig. 6 and Fig. 7 shows: the stability controlling rear hydrogen clock combines the frequency stability and the long-term frequency stability of caesium clock in mid-term of hydrogen clock; Thus it is optimum to demonstrate the frequency stability that the method can make DPLL output signal.Fig. 8 shows: control rear hydrogen clock and keep synchronous with caesium clock, demonstrate the validity controlling algorithm.
The parameter selection method that S.2 and S.3 the transfer function of the DPLL S.1 obtained according to step and step obtain, obtains a kind of two-stage DPLL and controls algorithm, specifically adopt following steps:
Adopt two such DPLL to cascade up, the output of first order DPLL, as the input of second level DPLL, is controlled atomic clock.G 1(z) and G 2z () is respectively the open cycle system transfer function of two DPLL.G 1(z) and G 2z the parameter of () is different, their parameter selection method all needs the method adopting step S.3 to describe.
Two-stage controls the schematic diagram of algorithm as shown in Figure 2; Specifically the phase-locked oscillator of two-way reference input (wherein a road is for hydrogen clock, and a road is caesium clock) is had to be that embodiment is described two-stage and controls calculation ratio juris with one: the inside phase comparator of phase-locked oscillator can obtain hydrogen clock, caesium clock and digital controlled oscillator (NCO) deviation between any two; This phase-locked oscillator uses two DPLL to control digital controlled oscillator (NCO); First DPLL caesium clock controls hydrogen clock, and form a paper time, the i.e. output of first DPLL, this controls as the first order; Then second DPLL controls NCO with this paper time, controls as the second level; Analyze theoretically, the output signal of this phase-locked oscillator by the short-term frequency stability of comprehensive NCO, the frequency stability in mid-term of hydrogen clock, the long-term frequency stability of caesium clock, and synchronous with the caesium clock retention time.Compare traditional locks oscillator phase and only make use of a road reference input (caesium clock or hydrogen clock), the method can the frequency stability of simultaneously comprehensive hydrogen clock and caesium clock, has clear superiority.
Below to be verified that by emulation experiment two-stage DPLL controls the performance of algorithm.Experimental procedure is as follows:
1) according to document (KasdinN.J., DiscreteSimulationofColoredNoiseandStochasticProcessesan d1/fPowerLawNoiseGeneration [J], 1995, ProceedingsoftheIEEE, 83,5, pp:802-827) method generate a NCO.The parameter of NCO is: h (NCO) 0=2 × 10 -25, h (NCO)-2=5 × 10 -30.Sampling interval T=1s.This NCO is altogether containing 200000 data points.The identical hydrogen clock that hydrogen clock and caesium clock adopt Section 2 herein to generate and caesium clock.Fig. 9 describes emulation NCO, hydrogen clock, time difference of caesium clock and Allan deviation.Figure 10 describes the output power single sideband phase noise of emulation NCO, hydrogen clock, caesium clock.
2) two-stage is controlled in algorithm, the method that the parameter choose of each DPLL adopts step S.3 to describe.Shown in Section 2, for DPLL1, work as R '=2 × 10 -14time, be similar to and have f "=f '.So for DPLL1, get R '=2 × 10 -14.Can be seen by Figure 10, the intersection frequency of the output power single sideband phase noise curve of hydrogen clock and NCO is about 10 -2.64hz.By experiment, find to work as R '=1.6 × 10 -9time, the closed-loop system transfer function of DPLL2 and the intersection frequency of closed-loop error transfer function are approximately f "=10 -2.64hz, is namely similar to and has f "=f '.So, for DPLL2, get R '=1.6 × 10 -9.So each DPLL1 can be calculated for hydrogen clock and the DPLL2 adjustment amount for NCO by formula (22).
3) run the DPLL of these two cascades as shown in Figure 2, by the adjustment amount calculated, respectively hydrogen clock and NCO are adjusted, finally obtain the time difference and the Allan deviation of the NCO after controlling, as shown in figure 11.
Found out by Figure 11, this embodiment demonstrates the conclusion of theory analysis, that is: the output signal of phase-locked oscillator combines the short-term frequency stability of NCO, frequency stability a middle or short term of hydrogen clock, the secular frequency stability of caesium clock, and input (caesium clock) retention time with the first order synchronous.
Control algorithm according to above-described two-stage, describe this algorithm and setting up the application in the GNSS system time.
GNSS is actually a clock synchronization system, all master stations, outer station, and the atomic clock on satellite all will keep synchronous with system time.So it is necessary for setting up a GNSS system time.In addition, the GNSS system time needs again to keep synchronous with international coordination universal time UTC.
For Beidou satellite navigation system, the system time BDT of the current Big Dipper is produced by master station master clock, and the local physics realization (being designated as: UTC (CMTC)) of the international coordination universal time (being designated as UTC) maintained with military time center frequency (being designated as CMTC) is controlled BDT, makes BDT and UTC (CMTC) retention time synchronous.
The mode of this generation BDT also has the space of improving.In future, calculated BDT will be the same with GPST, be a paper time; BDT is by the atomic clock on comprehensive master station, outer station, satellite, and service time, scaling algorithm, calculated BDT on paper and the every table clock deviation relative to paper time BDT; The frequency stability of such BDT compares the BDT produced by separate unit master clock at present with reliability, will be greatly improved.In addition, along with the foundation of satellite two-way pumping station link, the local physics realization (being designated as: UTC (NTSC)) of the international coordination universal time (being designated as UTC) that can maintain with international time service center (NTSC) further and UTC (CMTC), mutually as backup, control BDT.
Secondary in this paper is controlled algorithm and can be directly applied to and set up BDT.Secondary is controlled in algorithm, and first order DPLL controls BDT for using UTC (CMTC) or UTC (NTSC), make BDT and UTC (CMTC) or UTC (NTSC) retention time synchronous; Second level DPLL controls master station master clock for using the BDT after controlling, and obtains the physics realization of BDT, is designated as BDT (MC).
Be the local physics realization of UTC because UTC (CMTC) or UTC (NTSC) can find out, can think that " locking " is in UTC, so the same with UTC, there are higher long-term frequency stability; BDT combines the atomic clock on the ground such as multiple stage hydrogen clock, caesium clock, rubidium clock and star, therefore has higher secular frequency stability; Master station master clock is an active hydrogen clock, has higher frequency stability a middle or short term.To sum up, control algorithm at application secondary and set up in the process of Big Dipper time reference, UTC (CMTC) or UTC (NTSC) is equivalent to the caesium clock in Fig. 2, and BDT is equivalent to the hydrogen clock in Fig. 2, and BDT (MC) is equivalent to the NCO in Fig. 2.Final utilization secondary controls BDT and BDT (MC) that algorithm obtains all will be synchronous with UTC (CMTC) or UTC (NTSC) retention time; BDT is by the secular frequency stability of comprehensive BDT self, and the long-term frequency stability of UTC (CMTC) or UTC (NTSC); And BDT (MC) is by frequency stability a middle or short term of comprehensive master station master clock, the secular frequency stability of BDT self, and the long-term frequency stability of UTC (CMTC) or UTC (NTSC).
In sum; although the present invention (controls hydrogen clock by caesium clock with preferred embodiment; NCO is controlled by caesium clock, hydrogen clock two-stage) disclose as above; so itself and be not used to limit the present invention; any those of ordinary skill in the art; without departing from the spirit and scope of the present invention, when doing various change and retouching, the scope that therefore protection scope of the present invention ought define depending on claims is as the criterion.

Claims (2)

1. a method controlled by the digital phase-locked loop atomic clock that Kalman filter adds delayer, it is characterized in that: comprise the steps:
S.1 the open cycle system transfer function of DPLL in Z territory that Kalman filter adds delayer is equivalent to, closed-loop system transfer function and closed-loop error transfer function;
Open cycle system transfer function is expressed as:
G ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 - - - ( 1 )
Closed-loop system transfer function is expressed as:
H ( z ) = G ( z ) 1 + G ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 - - - ( 2 )
Closed-loop error transfer function is expressed as:
H e ( z ) = 1 1 + G ( z ) = ( 1 - z - 1 ) 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 - - - ( 3 )
Wherein, Ks 11and Ks 21be respectively the steady-state gain of Kalman filter, T is the sampling interval;
The transfer function of the DPLL S.2 S.1 provided according to step, provides the implementation structure of DPLL and each adjustment amount;
Adopt caesium clock to control hydrogen clock, integrating step S.1 in the open cycle system transfer function of DPLL, obtain the implementation structure of DPLL;
Hm steered(z)=G(z)·(Cs(z)-Hm steered(z))+Hm(z)(4)
Wherein, Cs represents the output signal of caesium clock, and symbol Hm represents the output signal of hydrogen clock, and the output signal of hydrogen clock is controlled in symbol Hm_steered representative;
Obtained by formula (4):
Hm s t e e r e d ( z ) = G ( z ) 1 + G ( z ) · C s ( z ) + 1 1 + G ( z ) · H m ( z ) = H ( z ) · C s ( z ) + H e ( z ) · H m ( z ) - - - ( 5 )
Formula (1) is substituted into formula (4), and the adjustment amount obtained at every turn for hydrogen clock in Z territory is ( Ks 11 / ( 1 - Ks 11 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 1 - z - 1 ) · ( C s ( z ) - Hm s t e e r e d ( z ) ) ;
Controlling error, i.e. caesium clock and the deviation Cs-Hm that controls between rear hydrogen clock steeredbe designated as Err; So in the time domain, the relation controlling the time difference of rear hydrogen clock and the time difference of free oscillation hydrogen clock is expressed as:
H m _ s t e e r e d ( i + 1 ) = H m ( i ) + Σ j = 1 i ( Ks 11 · E r r ( j ) + Σ k = 1 j - 1 Ks 21 · T · E r r ( k ) ) / ( 1 - Ks 11 ) - - - ( 6 )
Wherein, Err (j) is for jth moment caesium clock and by time difference Cs (j)-Hm_steered (j) of controlling between hydrogen clock;
On the right of equal sign, Section 2 is each adjustment amount for hydrogen clock in the time domain;
The transfer function of the DPLL S.3 S.1 obtained according to step, determines that the frequency stability that parameter optimization DPLL exports, concrete grammar are fixation procedure noise variance Q 22=1s 2constant, adjustment observation noise variance R;
S.3.1, the phase noise of caesium clock and hydrogen clock is expressed as:
L C s ( f ) = 10 l o g ( 0.5 · f 0 2 f 2 · Σ - 2 2 h ( C s ) i · f ( C s ) i ) , - - - ( 7 )
With
L H m ( f ) = 10 l o g ( 0.5 · f 0 2 f 2 · Σ - 2 2 h ( H m ) i · f ( H m ) i ) , - - - ( 8 )
Wherein f 0for carrier frequency, h ifor noise factor, f is sideband frequency, and i is used for indicating noise type;
By solving equation L cs(f)-L hmf ()=0, in the hope of the frequency at caesium clock phase noise curve and hydrogen clock phase noise intersections of complex curve place, can be designated as f ';
S.3.2, approximate change z=e is used j2 π fT, substitute into formula (2) and formula (3), obtain:
H ( f ) = Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · 2 T ( 1 - e - j 2 π f · T ) 2 + Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · 2 T - - - ( 9 )
With
H e ( f ) = ( 1 - e - j 2 π f · T ) 2 ( 1 - e - j 2 π f · T ) 2 + Ks 11 / ( 1 - Ks 11 ) · e - j 2 π f · T · ( 1 - e - j 2 π f · T ) + Ks 21 · T / ( 1 - Ks 11 ) · e - j 2 π f · 2 T - - - ( 10 )
Closed-loop system transfer function shown in formula (9) is equivalent to a low pass filter, and the closed-loop error transfer function shown in formula (10) is equivalent to a high pass filter, so their amplitude-frequency responses intersect at a point; The frequency of intersection point is designated as f ";
S.3.3, fixation procedure noise variance Q 22=1s 2constant, the value of adjustment observation noise variance R, runs Kalman filter, obtains steady state Kalman gain Ks 11and Ks 21value; The intersection frequency f of APLL closed-loop system transfer function and closed-loop error transfer function shown in observation type (9) and formula (10) "; As f "=f ' time, corresponding R is designated as R ', is optimized parameter;
S.3.4, R ' and corresponding steady state Kalman gain Ks is got 11and Ks 21, by formula (11), calculated the output power single sideband phase noise controlling rear hydrogen clock; By formula (6), obtain each adjustment amount for hydrogen clock in the time domain; Hydrogen clock is adjusted, obtains the hydrogen clock after controlling; Then the Allan deviation controlling rear hydrogen clock is calculated;
By formula (5), the output power single sideband phase noise controlling rear hydrogen clock is:
L H m _ s t e e r e d ( f ) = | G ( e j 2 π f · T ) 1 + G ( e j 2 π f · T ) | 2 · L C s ( f ) + | 1 1 + G ( e j 2 π f · T ) | 2 · L H m ( f ) = | H ( e j 2 π f · T ) | 2 · L C s ( f ) + | H e ( e j 2 π f · T ) | 2 · L H m ( f ) - - - ( 11 ) .
2. method controlled by the digital phase-locked loop atomic clock that Kalman filter according to claim 1 adds delayer, it is characterized in that: step S.1 in, be equivalent to the open cycle system transfer function of DPLL in Z territory that Kalman filter adds delayer, closed-loop system transfer function and closed-loop error transfer function, the derivation of these three transfer functions is:
S.1.1 observational equation and the state equation of Kalman filter is first provided;
State equation is expressed as:
x k + 1 = x k + y k · T y k + 1 = y k + u k - - - ( 12 )
Wherein, x kand y kbe two state variables, T is the sampling interval, u kfor process noise;
Observational equation is expressed as:
z k=x k+w k(13)
Wherein, z kfor observed quantity, w kfor observation noise;
The form of these two equation matrixes is expressed as:
s k + 1 = φ · s k + J k z k = H · s k + w k - - - ( 14 )
Wherein, s k=[x ky k] t; J k=[0u k] t; φ = 1 T 0 1 ; H=[10], the variance of process noise and observation noise is respectively: R=E [w k 2], Q = E [ J k · J k T ] = 0 0 0 E [ u k 2 ] = 0 0 0 Q 22 ; Wherein, Q 22be u kvariance;
The observational equation of the Kalman filter S.1.2 S.1.1 provided according to step and state equation, the relation of deriving in Z territory between Kalman filter input and output, derives on this basis and provides the transfer function being equivalent to Kalman filter and adding the DPLL of delayer;
Kalman filter can be described by 5 steps below:
s ^ k , k - 1 = φ · s ^ k - 1 , k - 1 - - - ( 15 )
P k , k - 1 = φP k - 1 , k - 1 φ T + Q - - - ( 16 )
K k = P k , k - 1 · H T ( H · P k , k - 1 · H T + R ) - 1 - - - ( 17 )
s ^ k , k = s ^ k , k - 1 + K k · ( z k - H · s ^ k , k - 1 ) - - - ( 18 )
P k,k=(I-K k·H)·P k,k-1(19)
Wherein, K kkalman gain matrix, P k,kevaluated error matrix, P k, k-1it is predicated error matrix;
The system that formula (14) defines is completely observable, therefore P k,k, P k, k-1and K kall restrain; P k,k, P k, k-1and K ksteady-state value be designated as respectively: Ps, Ps -and Ks;
By formula (15) and formula (18), when Kalman filter enters stable state, have:
x ^ k = x ^ k - 1 + y ^ k - 1 · T + Ks 11 · ( z k - x ^ k - 1 - y ^ k - 1 · T ) y ^ k = y ^ k - 1 + Ks 11 · ( z k - x ^ k - 1 - y ^ k - 1 · T ) - - - ( 20 )
Wherein, subscript ij represents K ksteady-state value Ks matrix in i-th row jth row element;
Definition:
v k = ( z k - x ^ k - 1 - y ^ k - 1 · T ) - - - ( 21 )
Formula (21) is substituted into formula (20), obtains:
x ^ k = x ^ k - 1 = y ^ k - 1 · T + Ks 11 · v k y ^ k = y ^ k - 1 + Ks 11 · v k - - - ( 22 )
Formula (22) is expressed as in Z territory:
X = z - 1 · X + z - 1 T · Y + Ks 11 · V Y = z - 1 · Y + Ks 21 · V - - - ( 23 )
Wherein X, Y, V are respectively v kz-transformation.
Can be obtained by formula (23):
X = ( Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) · V - - - ( 24 )
By formula (23) and formula (24), formula (21) is expressed as in Z territory:
V = Z - z - 1 · X - T · z - 1 · Y = Z - X + Ks 11 · V = Z - ( Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) · V + Ks 11 · V - - - ( 25 )
Wherein, Z represents z kz-transformation;
Obtained by formula (25):
( 1 - Ks 11 + Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 ) V = Z - - - ( 26 )
Definition:
G ′ ( z ) = Ks 11 1 - z - 1 + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 = Ks 11 · ( 1 - z - 1 ) + Ks 21 · T · z - 1 ( 1 - z - 1 ) 2 . - - - ( 27 )
By formula (24), formula (26) and formula (27), obtain
X = G ′ ( z ) 1 - Ks 11 + G ′ ( z ) · Z = Ks 11 / ( 1 - Ks 11 ) · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 1 . - - - ( 28 )
Obviously, z kas observed quantity, it is the input of Kalman filter; And as the estimated value of state variable, be the output of Kalman filter; So formula (28) gives the relation between the constrained input of steady-state Kalman filter in Z territory;
A delayer z is added in the open cycle system of DPLL -1; The open cycle system transfer function of this DPLL is expressed as:
G ( z ) = z - 1 1 - Ks 11 · G ′ ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2
Closed-loop system transfer function is expressed as:
H ( z ) = G ( z ) 1 + G ( z ) = Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 ,
Closed-loop error transfer function is expressed as:
H e ( z ) = 1 1 + G ( z ) = ( 1 - z - 1 ) 2 ( 1 - z - 1 ) 2 + Ks 11 / ( 1 - Ks 11 ) · z - 1 · ( 1 - z - 1 ) + Ks 21 · T / ( 1 - Ks 11 ) · z - 2 .
CN201510956571.7A 2015-12-18 2015-12-18 A kind of Kalman filter adds the digital phase-locked loop atomic clock of delayer to control method Active CN105577175B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510956571.7A CN105577175B (en) 2015-12-18 2015-12-18 A kind of Kalman filter adds the digital phase-locked loop atomic clock of delayer to control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510956571.7A CN105577175B (en) 2015-12-18 2015-12-18 A kind of Kalman filter adds the digital phase-locked loop atomic clock of delayer to control method

Publications (2)

Publication Number Publication Date
CN105577175A true CN105577175A (en) 2016-05-11
CN105577175B CN105577175B (en) 2018-06-05

Family

ID=55886939

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510956571.7A Active CN105577175B (en) 2015-12-18 2015-12-18 A kind of Kalman filter adds the digital phase-locked loop atomic clock of delayer to control method

Country Status (1)

Country Link
CN (1) CN105577175B (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112433235A (en) * 2020-11-19 2021-03-02 北京卫星导航中心 Method, system, and medium for determining a time reference
CN115051703A (en) * 2022-05-26 2022-09-13 中山大学 Time signal performance optimization method and device based on second-order digital phase-locked loop

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5774829A (en) * 1995-12-12 1998-06-30 Pinterra Corporation Navigation and positioning system and method using uncoordinated beacon signals in conjunction with an absolute positioning system
US6236343B1 (en) * 1999-05-13 2001-05-22 Quantum Corporation Loop latency compensated PLL filter
US6311129B1 (en) * 1998-04-06 2001-10-30 American Gnc Corporation Positioning process and system thereof
US6449559B2 (en) * 1998-11-20 2002-09-10 American Gnc Corporation Fully-coupled positioning process and system thereof
US20070218931A1 (en) * 2006-03-20 2007-09-20 Harris Corporation Time/frequency recovery of a communication signal in a multi-beam configuration using a kinematic-based kalman filter and providing a pseudo-ranging feature
US20090168773A1 (en) * 2008-01-02 2009-07-02 Cisco Technology, Inc. Packet Error Handling
US20150092796A1 (en) * 2013-10-02 2015-04-02 Khalifa University of Science, Technology, and Research Method and devices for time and frequency synchronization
CN104898404A (en) * 2015-06-25 2015-09-09 中国人民解放军国防科学技术大学 Control method for atomic clock by utilizing digital phase-locked loop equivalent to two-state variable Kalman filter

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5774829A (en) * 1995-12-12 1998-06-30 Pinterra Corporation Navigation and positioning system and method using uncoordinated beacon signals in conjunction with an absolute positioning system
US6311129B1 (en) * 1998-04-06 2001-10-30 American Gnc Corporation Positioning process and system thereof
US6449559B2 (en) * 1998-11-20 2002-09-10 American Gnc Corporation Fully-coupled positioning process and system thereof
US6236343B1 (en) * 1999-05-13 2001-05-22 Quantum Corporation Loop latency compensated PLL filter
US20070218931A1 (en) * 2006-03-20 2007-09-20 Harris Corporation Time/frequency recovery of a communication signal in a multi-beam configuration using a kinematic-based kalman filter and providing a pseudo-ranging feature
US20090168773A1 (en) * 2008-01-02 2009-07-02 Cisco Technology, Inc. Packet Error Handling
US20150092796A1 (en) * 2013-10-02 2015-04-02 Khalifa University of Science, Technology, and Research Method and devices for time and frequency synchronization
CN104898404A (en) * 2015-06-25 2015-09-09 中国人民解放军国防科学技术大学 Control method for atomic clock by utilizing digital phase-locked loop equivalent to two-state variable Kalman filter

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112433235A (en) * 2020-11-19 2021-03-02 北京卫星导航中心 Method, system, and medium for determining a time reference
CN112433235B (en) * 2020-11-19 2023-09-12 北京卫星导航中心 Method, system and medium for determining time reference
CN115051703A (en) * 2022-05-26 2022-09-13 中山大学 Time signal performance optimization method and device based on second-order digital phase-locked loop

Also Published As

Publication number Publication date
CN105577175B (en) 2018-06-05

Similar Documents

Publication Publication Date Title
Kanjiya et al. Obtaining performance of type-3 phase-locked loop without compromising the benefits of type-2 control system
CN107483050B (en) Atomic clock stable switching system based on real-time tracking technology
Shangguan et al. Adjustable event-triggered load frequency control of power systems using control-performance-standard-based fuzzy logic
Yang et al. Chaotic dynamics of spin-valve oscillators
CN101877587A (en) Novel soft phase-locked loop
Won A novel adaptive digital phase-lock-loop for modern digital GNSS receivers
CN102207729A (en) Half circle repetitive controller based on ideal error trends
Kwon et al. H∞ state-feedback control for continuous-time Markovian jump fuzzy systems using a fuzzy weighting-dependent Lyapunov function
CN104868465A (en) Power system grid structure reconfiguration and optimization method based on fuzzy chance constraint
CN105577175A (en) Digital phase-locked loop atomic clock control method of Kalman filter and delayer
CN109586336A (en) A kind of virtual synchronous machine control method based on modularization multi-level converter
Achlerkar et al. Recursive least squares-based adaptive parameter estimation scheme for signal transformation and grid synchronization
Ahmed et al. Hybrid estimator-based harmonic robust grid synchronization technique
CN104898404A (en) Control method for atomic clock by utilizing digital phase-locked loop equivalent to two-state variable Kalman filter
Renner et al. Potential of using DC voltage restoration reserve for HVDC grids
Vega et al. Determination of control requirements to impose on CIG for ensuring frequency stability of low inertia power systems
CN201830237U (en) Soft phase locking ring based on wave filter
Gautam et al. Dual‐loop control of transfer delay based PLL for fast dynamics in single‐phase AC power systems
Zeng et al. Regular paper Evaluating Potential Benefits of Distributed Energy Resources for Improvement of Distribution System Resiliency
Soni et al. Phase locked loop for single phase grid synchronization
Wu et al. A clock steering method: using a third-order type 3 DPLL equivalent to a Kalman filter with a delay
Cai et al. Globally exponentially attractive set and synchronization of a novel three-dimensional chaotic finance system
Yixin et al. Chaotic phenomena and small signal stability region of electrical power systems
Shi et al. A research on the relationship between Kalman filter and phase locked loop
Akre et al. Synchronized state in networks of digital phase-locked loops

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant