Difference between revisions of "Projects:DELETE ME"

From Projects
Jump to: navigation, search
(Blanked the page)
Line 1: Line 1:
  
== '''Project Summary''' ==
 
 
 
It is possible to run a GPS receiver completely in software, however due to the high data rate (1 MHz) of the incoming GPS codes it is very CPU intensive. GPS receivers have traditionally solved this problem by using custom chips as co-processors to a more traditional CPU. These custom chips handle the high-bandwith, low bit resolution data processing, allowing the CPU to handle the lower data rate algorithm for determing the position solution. FPGA devices can be programmed to replace the custom chips. Furthermore, a soft-core CPU can be programmed onto the FPGA fabric to implement the
 
algorithm that typically resides on a CPU in a traditional GPS receiver. In this way the complete GPS receiver can be implemented on a single FPGA. More recent FPGA chips include a hard-core CPU to implement a comlete system-on- a-chip (SOC), see http://www.xilinx.com/products/silicon-devices/soc/zynq-7000/
 
The aim of this project is to implement a GPS receiver on such a SOC. The project will be based on an existing GPS receiver implementation possibly the one available from: http://www.aholme.co.uk/GPS/Main.htm which uses an FPGA together with a raspberry pie processor. The main task would be to port the C code from the raspberry pie onto the procesor inside the FPGA. The project also requires a GPS RF front end to be interfaces to the FPGA to receiver the GPS signals from an antenna.
 
 
 
 
== '''Team members'''==
 
 
Patrick Mead; 
 
WEI LIU; 
 
Victor Yuan
 
 
 
== '''Project Supervisors'''==
 
Matthew Trinkle;   
 
Braden Phillips
 

Revision as of 10:11, 14 October 2014