gpsdo

所属分类:GPS编程
开发工具:C
文件大小:537KB
下载次数:0
上传日期:2020-01-15 13:52:14
上 传 者sh-1993
说明:  一种GPS约束振荡器控制器
(A GPS Disciplined Oscillator Controller)

文件列表:
LICENSE (18046, 2020-01-15)
doc (0, 2020-01-15)
doc\v1-debug.jpg (175577, 2020-01-15)
hardware (0, 2020-01-15)
hardware\v2 (0, 2020-01-15)
hardware\v2\DESCRIPTION (31, 2020-01-15)
hardware\v2\eagle.epf (25180, 2020-01-15)
hardware\v2\gpsdo-bom.TXT (9740, 2020-01-15)
hardware\v2\gpsdo-bom.csv (5083, 2020-01-15)
hardware\v2\gpsdo-brd.pdf (79801, 2020-01-15)
hardware\v2\gpsdo-by-value.csv (3188, 2020-01-15)
hardware\v2\gpsdo-by-value.ods (18656, 2020-01-15)
hardware\v2\gpsdo-pcb.pdf (67558, 2020-01-15)
hardware\v2\gpsdo-sch.pdf (40326, 2020-01-15)
hardware\v2\gpsdo.GBL (66473, 2020-01-15)
hardware\v2\gpsdo.GBO (2270, 2020-01-15)
hardware\v2\gpsdo.GBS (6237, 2020-01-15)
hardware\v2\gpsdo.GML (102, 2020-01-15)
hardware\v2\gpsdo.GTL (15046, 2020-01-15)
hardware\v2\gpsdo.GTO (96686, 2020-01-15)
hardware\v2\gpsdo.GTP (677, 2020-01-15)
hardware\v2\gpsdo.GTS (6670, 2020-01-15)
hardware\v2\gpsdo.brd (120819, 2020-01-15)
hardware\v2\gpsdo.dri (925, 2020-01-15)
hardware\v2\gpsdo.gpi (904, 2020-01-15)
hardware\v2\gpsdo.pro (714, 2020-01-15)
hardware\v2\gpsdo.sch (821480, 2020-01-15)
software (0, 2020-01-15)
software\freq-find (0, 2020-01-15)
software\freq-find\main.c (8831, 2020-01-15)
software\freq-measure (0, 2020-01-15)
software\freq-measure\main.c (9996, 2020-01-15)
software\p (0, 2020-01-15)
software\p\main.c (9964, 2020-01-15)
software\pid2 (0, 2020-01-15)
software\pid2\main.c (25728, 2020-01-15)

# gpsdo A GPS Disciplined Oscillator Controller This is a microcontroller based GPS disciplined oscillator. The purpose of this device is to synchronize a 10MHz voltage controlled oscillator with the timing signal from a GPS receiver such that the oscillator operates at exactly 10mhz. The process is similar to using a phase-locked loop (PLL) but without the analog components of a PLL. The details, however, are not so simple. The PCB design is version 2, which I have not constructed yet. Version 1 requires many changes to make it work. The software directory contains several progams: * Freq-Find uses a binary search algorithm to search for a target frequency. The program searches for 10,000,000 hz, 9,999,999 hz, and 10,000,001 hz. The PWM values from this program are used to calculate the PID constants used in the main control program. * measure, A program that measures the clock frequency at several PWM settings. * gpsdo-p, Proportional controller which disciplines an oscillator. I don't use this version anymore. * gpsdo-pid2, PID (Proportional, Integral, Derivitive) controller which disciplines an oscillator to a GPS. This has code for an Isotemp 134-10 OCXO and a FOX-801 VCO. This version is still a work in progress. ![Image of board wired up](https://raw.githubusercontent.com/glenoverby/GPSDO/master/doc/v1-debug.jpg)

近期下载者

相关文件


收藏者