CN118330312B - FPGA crystal oscillator frequency measurement method and system - Google Patents
FPGA crystal oscillator frequency measurement method and system Download PDFInfo
- Publication number
- CN118330312B CN118330312B CN202410755959.XA CN202410755959A CN118330312B CN 118330312 B CN118330312 B CN 118330312B CN 202410755959 A CN202410755959 A CN 202410755959A CN 118330312 B CN118330312 B CN 118330312B
- Authority
- CN
- China
- Prior art keywords
- frequency
- crystal oscillator
- count value
- crystal
- clock signal
- 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.)
- Active
Links
- 239000013078 crystal Substances 0.000 title claims abstract description 101
- 238000000691 measurement method Methods 0.000 title abstract description 4
- 238000000034 method Methods 0.000 claims abstract description 32
- 238000005259 measurement Methods 0.000 claims abstract description 21
- 238000012545 processing Methods 0.000 abstract description 2
- 238000004364 calculation method Methods 0.000 description 24
- 238000006243 chemical reaction Methods 0.000 description 3
- 230000000694 effects Effects 0.000 description 3
- 230000004044 response Effects 0.000 description 2
- 238000005070 sampling Methods 0.000 description 2
- 238000013459 approach Methods 0.000 description 1
- 238000010586 diagram Methods 0.000 description 1
- 230000007274 generation of a signal involved in cell-cell signaling Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000035772 mutation Effects 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Landscapes
- Measuring Frequencies, Analyzing Spectra (AREA)
Abstract
The invention belongs to the technical field of crystal oscillator frequency measurement, and particularly relates to an FPGA crystal oscillator frequency measurement method and system. The original clock signal generated by the crystal oscillator is multiplied by a frequency multiplier to obtain a clock signal after frequency multiplication; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator; and counting the second pulses from the time service module by using the clock signal after frequency multiplication, storing the count value into a memory of the FPGA, and calculating the frequency of the crystal oscillator by adopting a weighted average method when the stored count value reaches a preset number N. The frequency of the crystal oscillator is multiplied by M times through a frequency multiplier so as to improve the frequency resolution; and counting the second pulse from the time service module by using the frequency-doubled clock signal, and processing the count data by a weighted average algorithm, thereby realizing high-precision measurement of the crystal oscillator frequency.
Description
Technical Field
The invention belongs to the technical field of crystal oscillator frequency measurement, and particularly relates to an FPGA crystal oscillator frequency measurement method and system.
Background
Currently, there are two methods for measuring crystal oscillator frequency: one is a method of manually measuring the frequency, which usually uses a frequency meter or an oscilloscope or other equipment to manually measure the frequency of the crystal oscillator; while this approach is feasible in some cases, it is not suitable for application scenarios where continuous acquisition of frequency in real time is required. In addition, manual measurements may also be affected by human operational errors, resulting in inaccurate measurement results.
Another is a method for measuring the crystal oscillator frequency in real time by a CPU, and the main problems of the method are delay of the CPU in response to interruption and precision deviation of an RTC (real time clock); the delay of the CPU response to the interrupt may result in failure to accurately measure the crystal frequency in real time, and the accuracy deviation of the RTC may further reduce the accuracy of the measurement result.
Therefore, how to effectively improve the accuracy of the crystal oscillator frequency is a technical problem to be solved currently.
Disclosure of Invention
In order to overcome the problems in the prior art, the invention provides a method and a system for measuring the frequency of an FPGA crystal oscillator.
The technical scheme for solving the technical problems is as follows:
in a first aspect, the invention provides a method for measuring the frequency of an FPGA crystal oscillator, which comprises the following steps:
the original clock signal generated by the crystal oscillator is multiplied by a frequency multiplier to obtain a clock signal after frequency multiplication; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator;
And counting the second pulses from the time service module by using the clock signal after frequency multiplication, storing the count value into a memory of the FPGA, and calculating the frequency of the crystal oscillator by adopting a weighted average method when the stored count value reaches a preset number N.
Further, the time service module is Beidou.
Further, the method for calculating the frequency of the crystal oscillator by adopting a weighted average method specifically comprises the following steps:
;
;
;
;
In the above formula, f 1 is the first calculated crystal frequency, f 2 is the second calculated crystal frequency, f 3 is the third calculated crystal frequency, f n is the nth calculated crystal frequency, f n-1 is the n-1 th calculated crystal frequency, and f n-2 is the n-2 nd calculated crystal frequency; c 1 is the first stored count value, C 2 is the second stored count value, C N+1 is the (n+1) th stored count value, C N+2 is the (n+2) th stored count value, C k is the (k) th stored count value, and C N+k-1 is the (n+k-1) th stored count value; a. and b and c are weight coefficients used for adjusting the weight calculated each time.
Further, the relation among a, b and c is: a > b > c,;。
In a second aspect, the present invention further provides an FPGA crystal oscillator frequency measurement system, including: the system comprises an FPGA module, a time service module and a crystal oscillator;
The crystal oscillator is used for generating an original clock signal;
the time service module is connected with the FPGA module and is used for providing a second pulse reference by the FPGA module;
the FPGA module comprises a frequency multiplier and a frequency measurement module;
The frequency multiplier is connected with the crystal oscillator and is used for multiplying the original clock signal generated by the crystal oscillator through the frequency multiplier to obtain a frequency-multiplied clock signal; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator;
The frequency measuring module is respectively connected with the frequency multiplier and the time service module and is used for counting the second pulse from the time service module by using the clock signal after frequency multiplication, storing the count value in the memory, and calculating the frequency of the crystal oscillator by adopting a weighted average method when the stored count value reaches a preset number N.
Further, the method for calculating the frequency of the crystal oscillator by adopting a weighted average method specifically comprises the following steps:
;
;
;
;
In the above formula, f 1 is the first calculated crystal frequency, f 2 is the second calculated crystal frequency, f 3 is the third calculated crystal frequency, f n is the nth calculated crystal frequency, f n-1 is the n-1 th calculated crystal frequency, and f n-2 is the n-2 nd calculated crystal frequency; c 1 is the first stored count value, C 2 is the second stored count value, C N+1 is the (n+1) th stored count value, C N+2 is the (n+2) th stored count value, C k is the (k) th stored count value, and C N+k-1 is the (n+k-1) th stored count value; a. and b and c are weight coefficients used for adjusting the weight calculated each time.
Further, the relation among a, b and c is: a > b > c,;。
Compared with the prior art, the invention has the following technical effects:
In the invention, the frequency of the crystal oscillator is multiplied by M times through the frequency multiplier integrated in the FPGA so as to improve the frequency resolution; and counting the second pulse from the time service module by using the frequency-doubled clock signal, and processing the count data by a weighted average algorithm, thereby realizing high-precision measurement of the crystal oscillator frequency.
Drawings
In order to more clearly illustrate the embodiments of the invention or the technical solutions and advantages of the prior art, the following description will briefly explain the drawings used in the embodiments or the description of the prior art, and it is obvious that the drawings in the following description are only some embodiments of the invention, and other drawings can be obtained according to the drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic flow chart of the method of the present invention;
fig. 2 is a schematic diagram of the overall structure of the system of the present invention.
Detailed Description
In order to further describe the technical means and effects adopted by the present invention to achieve the preset purpose, the following detailed description is given below of the specific implementation, structure, features and effects of the technical solution according to the present invention with reference to the accompanying drawings and preferred embodiments. The particular features, structures, or characteristics of one or more embodiments may be combined in any suitable manner. Unless defined otherwise, all technical and scientific terms used herein have the same meaning as commonly understood by one of ordinary skill in the art to which this invention belongs.
In one embodiment of the present invention, referring to fig. 1, there is provided a method for measuring the frequency of an FPGA crystal oscillator, including the steps of:
The crystal oscillator generates an original clock signal;
the original clock signal generated by the crystal oscillator is multiplied by a frequency multiplier to obtain a clock signal after frequency multiplication; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator;
And counting the second pulses from the time service module by using the clock signal after frequency multiplication, storing the count value into a memory of the FPGA, and calculating the frequency of the crystal oscillator by adopting a weighted average method when the stored count value reaches a preset number N.
The method for calculating the frequency of the crystal oscillator by adopting the weighted average method specifically comprises the following steps:
first calculation: ;
second calculation: ;
third calculation: ;
calculation of the k-th time: ;
In the above formula, f 1 is the first calculated crystal frequency, f 2 is the second calculated crystal frequency, f 3 is the third calculated crystal frequency, f n is the nth calculated crystal frequency, f n-1 is the n-1 th calculated crystal frequency, and f n-2 is the n-2 nd calculated crystal frequency; c 1 is the first stored count value, C 2 is the second stored count value, C N+1 is the (n+1) th stored count value, C N+2 is the (n+2) th stored count value, C k is the (k) th stored count value, and C N+k-1 is the (n+k-1) th stored count value; a. and b and c are weight coefficients used for adjusting the weight calculated each time.
The purpose of using the weighted average method is that the second pulse of the time service module has jitter, the jitter is about 100ppb (parts per billion ), thus the frequency measurement error is also 100ppb, and the measurement accuracy far better than 100ppb can be obtained by adjusting the number of stored count values and the weight coefficient. The weighted average method is used from the second calculation, the frequency jitter of the calculated result is smaller in the second calculation compared with the first calculation, and by analogy, f n-1 is smaller than f n-2 jitter, the weight coefficient a > b > c can lead to smaller calculated result jitter, and the method is generally used in practical application,。
For the stored count value, specific: for example, the crystal oscillator frequency is standard 1MHz, the counter is always counted and cannot be cleared every second, and the counting value is recorded every second. If the first second pulse occurs when the count value is 0, the count value C 1 =0, the count value of the second pulse is C 2 =1000001, the more 1 is the more one of the second pulse jitter, the jitter of the crystal oscillator is very little ignored, the count value of the third second pulse is C 3 =2000000, the less 1 is the less one of the second pulse jitter, and the more or less jitter is possible. C 4=2999999,C5=4000000,C6 = 5000001.
For example, m=1, c N=C6 is substituted into the first calculation formula,The accuracy is 5 times higher than C 2 =1000001, and the greater N, the higher the accuracy that is finally calculated. However, the larger N requires longer waiting time, for example, n=60 requires the device to start calculating the frequency value after waiting 60 seconds for power-on.
Second calculation: the frequency value finally calculated depends on the last calculation result and the current result, so that the phenomenon that the current calculation result shakes too much to cause the final result to follow the mutation is avoided. The last calculation result is C A =1000000, the current calculation result is C B =1000001, a= 9,b =1; the result of the calculation is 1000000.1.
Third calculation: the principle of summation of the last time, the last time and the current result multiplied by the proportion is the same as that of the second time, but one more calculation participated in calculation is added, so that the jitter of the calculation result is smaller.
In a specific embodiment, the output high-frequency conversion pulse is used to the high-speed AD converter (high-speed analog-to-digital converter) for controlling the sampling frequency of the high-speed AD converter according to the calculated frequency value.
In one embodiment of the present invention, referring to fig. 2, there is provided an FPGA crystal oscillator frequency measurement system, comprising: the system comprises an FPGA module, a time service module and a crystal oscillator;
the crystal oscillator is used for generating an original clock signal;
The time service module is used for providing a second pulse reference by the FPGA module. The second pulse provided by the Beidou time service module is a highly accurate time reference, keeps synchronous with UTC (coordinated universal time), has extremely small jitter error and does not accumulate with time.
The FPGA module comprises a frequency multiplier and a frequency measurement module;
The frequency multiplier is connected with the crystal oscillator and is used for multiplying the original clock signal generated by the crystal oscillator through the frequency multiplier to obtain a frequency-multiplied clock signal; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator. The frequency multiplier can increase the frequency of the original crystal oscillator by M times so as to obtain a clock signal with higher frequency, and the clock signal after frequency multiplication has higher resolution, so that more pulses can be counted in the same time, and the measurement precision is improved.
Every time a pulse per second arrives, a counter in the FPGA is increased, and a count value C corresponding to each pulse per second is stored in a RAM of the FPGA. Over time, a series of count values C 1, C2, ..., CN may be accumulated in RAM.
The frequency measurement module is respectively connected with the frequency multiplier and the Beidou time service module, counts the second pulses from the time service module by using the clock signals after frequency multiplication, stores the count values in the memory, and calculates the frequency of the crystal oscillator by adopting a weighted average method when the stored count values reach a preset number N.
Specifically, the frequency measurement module comprises a counter and a RAM. The counter counts the second pulse from the time service module by using the frequency-doubled clock signal; storing the count value C into the RAM of the FPGA; when the stored count values reach N, N count values from C 1 to C N are provided in the RAM, and the crystal oscillator frequency is calculated after each second pulse is started, wherein the calculation method adopts a weighted average method, and the calculation method is as follows:
first calculation: ;
second calculation: ;
third calculation: ;
calculation of the k-th time: ;
In the above formula, f 1 is the first calculated crystal frequency, f 2 is the second calculated crystal frequency, f 3 is the third calculated crystal frequency, f n is the nth calculated crystal frequency, f n-1 is the n-1 th calculated crystal frequency, and f n-2 is the n-2 nd calculated crystal frequency; c 1 is the first stored count value, C 2 is the second stored count value, C N+1 is the (n+1) th stored count value, C N+2 is the (n+2) th stored count value, C k is the (k) th stored count value, and C N+k-1 is the (n+k-1) th stored count value; a. and b and c are weight coefficients used for adjusting the weight calculated each time.
After the frequency measurement module obtains a high-precision frequency value, the AD conversion signal generation module outputs a high-frequency conversion pulse to the high-speed AD according to the frequency value, so that the AD can be ensured to sample according to the accurate frequency, and the moment of each sampling point can be accurately calculated.
The above embodiments are only for illustrating the technical solution of the present invention, and are not limiting; although the invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical scheme described in the foregoing embodiments can be modified or some technical features thereof can be replaced by equivalents; such modifications and substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present invention, and are intended to be included in the scope of the present invention.
Claims (5)
1. The method for measuring the frequency of the FPGA crystal oscillator is characterized by comprising the following steps of:
the original clock signal generated by the crystal oscillator is multiplied by a frequency multiplier to obtain a clock signal after frequency multiplication; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator;
Counting the second pulses from the time service module by using the clock signal after frequency multiplication, storing the count value into a memory of the FPGA, and calculating the frequency of the crystal oscillator by adopting a weighted average method when the stored count value reaches a preset number N;
The method for calculating the frequency of the crystal oscillator by adopting a weighted average method specifically comprises the following steps:
f1=(CN-C1 )/[(N-1)M];
f2={af1 + b{(CN+1-C2 )/[(N-1)M] }}/(a+b);
f3={af2 + bf1+c{(CN+2-C3 )/((N-1)M}}/(a+b+c);
fn={a fn-1 + bfn-2+c{(CN+k-1-Ck )/((N-1)M}}/(a+b+c);
In the above formula, f 1 is the first calculated crystal frequency, f 2 is the second calculated crystal frequency, f 3 is the third calculated crystal frequency, f n is the nth calculated crystal frequency, f n-1 is the n-1 th calculated crystal frequency, and f n-2 is the n-2 nd calculated crystal frequency; c 1 is the first stored count value, C 2 is the second stored count value, C N+1 is the (n+1) th stored count value, C N+2 is the (n+2) th stored count value, C k is the (k) th stored count value, and C N+k-1 is the (n+k-1) th stored count value; a. and b and c are weight coefficients used for adjusting the weight calculated each time.
2. The method for measuring the frequency of the FPGA crystal oscillator according to claim 1, wherein the time service module is Beidou.
3. The method for measuring the frequency of the crystal oscillator of the FPGA according to claim 2, wherein the relation among a, b and c is as follows: a > b > c, b=2c;a=bb。
4. An FPGA crystal oscillator frequency measurement system, comprising: the system comprises an FPGA module, a time service module and a crystal oscillator;
The crystal oscillator is used for generating an original clock signal;
the time service module is connected with the FPGA module and is used for providing a second pulse reference by the FPGA module;
the FPGA module comprises a frequency multiplier and a frequency measurement module;
The frequency multiplier is connected with the crystal oscillator and is used for multiplying the original clock signal generated by the crystal oscillator through the frequency multiplier to obtain a frequency-multiplied clock signal; the frequency multiplication factor is M, namely the frequency of the clock signal after frequency multiplication is M times of the frequency of the original crystal oscillator;
the frequency measurement module is respectively connected with the frequency multiplier and the time service module and is used for counting the second pulse from the time service module by using the clock signal after frequency multiplication, storing the count value in the memory, and calculating the frequency of the crystal oscillator by adopting a weighted average method when the stored count value reaches a preset number N;
The method for calculating the frequency of the crystal oscillator by adopting a weighted average method specifically comprises the following steps:
f1=(CN-C1 )/[(N-1)M];
f2={af1 + b{(CN+1-C2 )/[(N-1)M] }}/(a+b);
f3={af2 + bf1+c{(CN+2-C3 )/((N-1)M}}/(a+b+c);
fn={a fn-1 + bfn-2+c{(CN+k-1-Ck )/((N-1)M}}/(a+b+c);
In the above formula, f 1 is the first calculated crystal frequency, f 2 is the second calculated crystal frequency, f 3 is the third calculated crystal frequency, f n is the nth calculated crystal frequency, f n-1 is the n-1 th calculated crystal frequency, and f n-2 is the n-2 nd calculated crystal frequency; c 1 is the first stored count value, C 2 is the second stored count value, C N+1 is the (n+1) th stored count value, C N+2 is the (n+2) th stored count value, C k is the (k) th stored count value, and C N+k-1 is the (n+k-1) th stored count value; a. and b and c are weight coefficients used for adjusting the weight calculated each time.
5. The FPGA crystal oscillator frequency measurement system of claim 4, wherein the relationship among a, b, c is: a > b > c, b=2c;a=bb。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202410755959.XA CN118330312B (en) | 2024-06-13 | 2024-06-13 | FPGA crystal oscillator frequency measurement method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202410755959.XA CN118330312B (en) | 2024-06-13 | 2024-06-13 | FPGA crystal oscillator frequency measurement method and system |
Publications (2)
Publication Number | Publication Date |
---|---|
CN118330312A CN118330312A (en) | 2024-07-12 |
CN118330312B true CN118330312B (en) | 2024-08-20 |
Family
ID=91766331
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202410755959.XA Active CN118330312B (en) | 2024-06-13 | 2024-06-13 | FPGA crystal oscillator frequency measurement method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN118330312B (en) |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4468614A (en) * | 1981-05-22 | 1984-08-28 | Takeda Riken Kogyo Kabushiki Kaisha | Average frequency measuring apparatus |
Family Cites Families (14)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPS6022672A (en) * | 1983-07-18 | 1985-02-05 | Advantest Corp | Measuring device of average frequency |
US4547726A (en) * | 1983-08-01 | 1985-10-15 | General Electric Company | Means and method for measuring power system frequency |
JP2674711B2 (en) * | 1989-03-28 | 1997-11-12 | アイコム株式会社 | Spectrum display circuit |
CN101471727B (en) * | 2007-12-29 | 2013-04-10 | 京信通信系统(中国)有限公司 | Digitalization automatic frequency detection method based on true signal |
JP2010271091A (en) * | 2009-05-20 | 2010-12-02 | Seiko Epson Corp | Frequency measuring device |
JP5991795B2 (en) * | 2010-11-01 | 2016-09-14 | 富士通株式会社 | Bipolar signal frequency measuring method and apparatus |
JP5682812B2 (en) * | 2010-11-05 | 2015-03-11 | セイコーエプソン株式会社 | Frequency difference output device, frequency measurement device, electronic device, and frequency measurement method |
CN102914711B (en) * | 2012-10-12 | 2015-06-17 | 中国电子科技集团公司第二十研究所 | Method for simultaneously measuring measured pieces in different types in quartz crystal oscillator testing system |
CN103901271B (en) * | 2012-12-25 | 2015-06-03 | 泰斗微电子科技有限公司 | Frequency test method and frequency test system |
CN104375004A (en) * | 2013-08-14 | 2015-02-25 | 苏州海博智能系统有限公司 | Method and system for measuring crystal oscillator frequency error |
CN107525968B (en) * | 2017-09-27 | 2020-09-22 | 江汉大学 | Frequency measurement system based on voltage-controlled crystal oscillator |
DE102017129461B3 (en) * | 2017-12-11 | 2019-05-02 | Deutsches Zentrum für Luft- und Raumfahrt e.V. | Delta sigma modulator for carrier frequency measurement systems |
CN110187237B (en) * | 2019-06-13 | 2020-10-23 | 国网江苏省电力有限公司淮安供电分公司 | Power grid synchronous acquisition method and device for detecting and adjusting crystal oscillator output frequency in real time |
CN110297198A (en) * | 2019-06-28 | 2019-10-01 | 中国地质大学(武汉) | A kind of system and method for the measurement of caesium pumped magnetic resonance signal frequency |
-
2024
- 2024-06-13 CN CN202410755959.XA patent/CN118330312B/en active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US4468614A (en) * | 1981-05-22 | 1984-08-28 | Takeda Riken Kogyo Kabushiki Kaisha | Average frequency measuring apparatus |
Also Published As
Publication number | Publication date |
---|---|
CN118330312A (en) | 2024-07-12 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN111565084B (en) | Satellite time service time keeping system and method based on frequency estimation | |
CN109581856B (en) | Time synchronization and time keeping method based on high-performance crystal oscillator frequency calibration | |
CN109428598B (en) | Calibration method and system for data sampling | |
WO2010098460A1 (en) | Phase determining device and frequency determining device | |
CA2550464C (en) | High resolution time interval measurement apparatus and method | |
US11965919B2 (en) | Phase frequency detector-based high-precision feedback frequency measurement apparatus and method | |
CN109765583A (en) | A kind of clock synchronizing method based on GNSS receiver pulse per second (PPS) | |
CN103941622A (en) | Method for adopting high-accuracy pulse per second frequency multiplication to produce sampling pulse based on FPGA | |
CN106645780B (en) | DSP-based rotating speed detection method and system | |
CN112462846A (en) | Clock correction method, clock correction device, computer equipment and storage medium | |
CN110703583A (en) | Multi-channel high-precision wide-range time-to-digital converter based on SOC (system on chip) | |
CN111766771A (en) | Voltage-controlled crystal oscillator taming-based time interval measuring method and system | |
CN115967398A (en) | Method, system and equipment for updating conversion coefficient of time-to-digital converter | |
CN101556325B (en) | Method for quickly verifying electric energy error | |
CN118330312B (en) | FPGA crystal oscillator frequency measurement method and system | |
CN117278034B (en) | Method and system for measuring step length of time-to-digital converter | |
CN113359191B (en) | Real-time correction method of constant-temperature crystal oscillator and electromagnetic receiver | |
CN114201001A (en) | Compensation method and device of real-time clock, terminal equipment and medium | |
CN114740260A (en) | Special synchronous acquisition method for detecting and adjusting crystal oscillator output frequency in real time | |
CN115616541A (en) | Calibration method for reference clock of sonobuoy | |
TWI772810B (en) | Time measurement apparatus and method | |
CN211180593U (en) | Time frequency detection equipment | |
CN112213541B (en) | Time keeping method applied to transient recording type fault indicator | |
US20130013254A1 (en) | Self temperature-compensated high precision event timer using standard time reference frequency and its method | |
CN110399626B (en) | Thermal noise jitter estimation method of true random number generator based on ring oscillator |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant |