WO2007140725A1 - A navigation satellite signal processing system - Google Patents

A navigation satellite signal processing system Download PDF

Info

Publication number
WO2007140725A1
WO2007140725A1 PCT/CN2007/070064 CN2007070064W WO2007140725A1 WO 2007140725 A1 WO2007140725 A1 WO 2007140725A1 CN 2007070064 W CN2007070064 W CN 2007070064W WO 2007140725 A1 WO2007140725 A1 WO 2007140725A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
signal
playback
navigation satellite
processing system
Prior art date
Application number
PCT/CN2007/070064
Other languages
French (fr)
Chinese (zh)
Inventor
Hansheng Wang
Junlin Zhang
Original Assignee
Olinkstar Corporation, Ltd.
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 Olinkstar Corporation, Ltd. filed Critical Olinkstar Corporation, Ltd.
Publication of WO2007140725A1 publication Critical patent/WO2007140725A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01SRADIO DIRECTION-FINDING; RADIO NAVIGATION; DETERMINING DISTANCE OR VELOCITY BY USE OF RADIO WAVES; LOCATING OR PRESENCE-DETECTING BY USE OF THE REFLECTION OR RERADIATION OF RADIO WAVES; ANALOGOUS ARRANGEMENTS USING OTHER WAVES
    • G01S19/00Satellite radio beacon positioning systems; Determining position, velocity or attitude using signals transmitted by such systems
    • G01S19/01Satellite radio beacon positioning systems transmitting time-stamped messages, e.g. GPS [Global Positioning System], GLONASS [Global Orbiting Navigation Satellite System] or GALILEO
    • G01S19/13Receivers
    • G01S19/24Acquisition or tracking or demodulation of signals transmitted by the system

Definitions

  • the invention belongs to the field of satellite navigation, in particular to a navigation satellite signal processing system, which generally comprises a signal acquisition device and a signal playback device, and is an effective tool for developing a satellite navigation receiver.
  • the system converts the navigation satellite RF signal into an intermediate frequency signal with a lower carrier frequency, and then samples it into data, and then transmits the data to the computer through the standard USB2.0 interface.
  • the system can acquire navigation satellite signals in real time, continuously and for a long time. Developers can use these data to study the algorithms, structures and procedures of satellite navigation receivers or to develop satellite navigation software receivers.
  • the system can also receive the data of the computer through the standard USB2.0 interface, and then transmit the radio frequency signal of the navigation satellite to verify and debug the satellite navigation receiver.
  • the navigation satellite signal processing system of the present invention can be applied to the acquisition and playback of any navigation satellite signal, including the GPS system of the United States, the GLONASS system of Russia, the Galileo system of Europe, the Beidou system of China, and any new ones that may appear in the future. Satellite navigation system. Background technique
  • a satellite navigation system is a system in which a plurality of navigation satellite signals are received by a receiver, and the receiver calculates the position of the receiver based on the received satellite signals.
  • the general satellite navigation system consists of multiple satellites distributed in different orbital planes to ensure that multiple satellite signals can be received at any time within the application range, such as for GPS (Global Positioning System). System)
  • GPS Global Positioning System
  • the application of the system is global, and it is guaranteed that at least four satellites can be received at any time and anywhere in the world.
  • the satellite navigation receiver is a device that receives satellite signals and calculates the position, time, and speed based on the received satellite signals.
  • FIG. 1 is a block diagram of the satellite navigation receiver.
  • Satellite navigation receivers usually consist of two parts: hardware and software.
  • the hardware part includes the antenna, the RF section, and the baseband processing.
  • the antenna converts the electromagnetic waves of the navigation satellites in the space into electrical signals, and the frequency of the signals is the satellite signal band.
  • the frequency of the L1 band of the GPS system is 1575.42 MHz.
  • the radio frequency part amplifies, downconverts, filters, digital-to-analog the navigation satellite signal, and finally outputs the digital signal.
  • Downconversion refers to the reduction of signals in the satellite band (typically 1 GHz to 2 GHz) to intermediate frequency signals of several MHz to several tens of MHz.
  • the intermediate frequency signals can be further processed by signals.
  • the filtering section is a bandpass filter that filters out-of-band noise.
  • the digital-to-analog conversion converts the down-converted and filtered intermediate-frequency analog signal into a digital signal, which can be further processed by digital signals.
  • the baseband processing is generally a digital circuit that processes the IF digital signal from the radio frequency portion.
  • the main function is to remove the direct spread sequence and the intermediate frequency carrier.
  • the software part runs on the embedded processor and performs operations based on the results of the baseband processing part. Write control parameters to the baseband processing section.
  • the software part consists of two parts: signal processing and solving. Signal processing software mainly includes satellite signal acquisition, tracking, bit synchronization, bit information extraction and other parts.
  • the main function of the solution part is to calculate the receiver position.
  • satellite navigation receivers generally use embedded processors, it is more difficult to debug software directly on embedded processors. It is more difficult to study algorithms. In the debugging environment, you can't see a lot of intermediate signals or data. The more common methods are: digitizing the down-converted navigation satellite signals into data and transmitting them to the computer through software. The data contains all the information and features of the navigation satellite signals, but the carrier frequencies are different. The software fully emulates the entire software portion of the satellite navigation receiver and the baseband processing portion of the hardware to study the algorithm, structure and procedures of the receiver.
  • the same data acquisition device is required if a software satellite navigation receiver is to be developed (i.e., the baseband processing portion and the software portion of the receiver are implemented entirely in software).
  • a software satellite navigation receiver is to be developed (i.e., the baseband processing portion and the software portion of the receiver are implemented entirely in software).
  • the antenna converts the electromagnetic signals of the navigation satellite into electrical signals.
  • the navigation satellite signal is amplified, downconverted, and filtered by low noise.
  • the frequency of the signal is not the satellite signal band, but becomes an intermediate frequency signal with a carrier frequency of several MHz to several tens of MHz.
  • the IF signal is amplified again, analog-to-digital converted, and becomes data.
  • the data is temporarily stored in the memory.
  • the USB 1.1 interface is a standard computer interface with a data rate of 12 Mbit/s.
  • the local clock oscillator is used as the clock source for the local carrier in the downconversion and the sampling clock for the analog to digital conversion.
  • This kind of acquisition device can realize the acquisition function of navigation satellite signals to a certain extent, it still has the following deficiencies. 1.
  • the interface speed of USB1.1 is 12Mbit/s. If the extra overhead bit in the transmission is removed, the maximum transmission rate can only reach 1MB/S, and the rate of the general navigation satellite IF signal data is several MB/s to more than ten MB/ s, much higher than the speed of the USB1.1 interface.
  • the device can only temporarily store the data in the memory, and then stop the data acquisition, and then transfer the data in the memory to the computer through the USB1.1 interface. In this way, the data acquisition time is limited by the memory capacity. If 256MB of memory is used, only tens of seconds of data can be collected, and data of several minutes or hours cannot be collected. If the sampling rate is high or the number of bits per sample is large, the acquisition time is even shorter; 2. Since the device transmits data to the computer after the data acquisition is completed, the device cannot be used to develop real-time. Software receiver; 3, the device can not play back the collected data or generated data; 4, no external clock source input, can not control the IF carrier frequency and data sampling rate. Summary of the invention
  • the present invention is directed to a defect or deficiency in the prior art, and provides a navigation satellite signal processing system,
  • the system can acquire navigation satellite signals in real time, continuously and for a long time, and does not need temporary memory to store the signal data collected in real time, but directly transmits the signal data to the computer.
  • the system also has digital, intermediate frequency, and RF playback functions, which can play back the collected data or generated data stored in the computer.
  • the local oscillator there is an external clock input for selection, which can be controlled. IF carrier frequency and data sampling rate.
  • the technical idea of the present invention is to improve the navigation satellite signal processing mode of "data storage and then transfer" in the prior art to a direct transmission mode by using a computer high-speed data interface, thereby realizing real-time, continuous, long-time acquisition and navigation. Satellite signals, and the temporary memory can be omitted.
  • the navigation satellite signal processing system comprises a signal acquisition device, characterized in that: the signal acquisition device has a computer interface with a data transmission rate greater than 12 Mbit/s.
  • the data transmission rate of the computer interface is not less than 20 Mbit/s.
  • the computer interface is a USB 2.0 interface.
  • the signal playback device has the functions of digital playback, intermediate frequency playback, and/or radio frequency playback.
  • It also includes two clock sources to choose from, one for the local oscillator and one for the external clock input.
  • the external clock input can be used to control the IF carrier frequency and data sampling rate of the acquired signal, and/or to control the RF frequency and playback data rate of the playback signal.
  • the navigation satellite signal processing system of the present invention is an effective tool for developing a satellite navigation receiver.
  • the system converts the navigation satellite radio frequency signal into an intermediate frequency signal with a lower carrier frequency, and then samples it into data, and then transmits the data to the computer through a standard USB2.0 interface.
  • the system can acquire navigation satellite signals in real time, continuously and for a long time. Developers can use these data to study the algorithms, structures and procedures of satellite navigation receivers or to develop satellite navigation software receivers.
  • the system can also receive the data of the computer through the standard USB2.0 interface, and then transmit the radio frequency signal of the navigation satellite to verify and debug the satellite navigation receiver.
  • Figure 1 is a block diagram of the components of a satellite navigation receiver.
  • FIG. 2 is a schematic block diagram of a navigation satellite signal data acquisition device in the prior art.
  • FIG. 3 is a schematic block diagram of a navigation satellite signal processing system of the present invention, including a signal acquisition device and a signal playback device. detailed description
  • the invention aims to solve the deficiencies of the above-mentioned navigation satellite signal acquisition device, and proposes a new navigation satellite signal acquisition and playback system.
  • the system adopts high-speed standard computer interface, such as USB2.0 interface (up to 480Mb/s), without memory, can transmit data to the computer continuously, in real time and for a long time.
  • the system also has digital, intermediate frequency and radio frequency.
  • the playback function can play back the collected data or generated data stored in the computer.
  • there is an external clock input for selection which controls the IF carrier frequency and data sampling rate.
  • FIG. 3 is a schematic block diagram of a navigation satellite signal processing system of the present invention, including a signal acquisition device and a signal playback device.
  • the main features are: no temporary memory; high-speed data interface, continuous, real-time, long-term acquisition of signals, high-speed data interface including USB2.0 and other standard computer high-speed data interface; with digital, intermediate frequency, RF three playback functions , you can also play back the signal continuously, in real time, for a long time.
  • the clock frequency of the playback digital signal can be arbitrarily set, that is, the data rate of the digital playback can be arbitrarily set.
  • the acquisition and playback device there is an external clock input, and the local oscillator and external clock can be optionally used as the clock source.
  • the antenna converts the electromagnetic wave signal of the navigation satellite into an electrical signal, and the frequency of the signal is the satellite signal band.
  • the navigation satellite signal is amplified, down-converted, and filtered by low noise.
  • the frequency of the signal is not the satellite signal band, but becomes an intermediate frequency signal with a carrier frequency of several MHz to several tens of MHz.
  • the IF signal is then amplified, analog-to-digital converted, and converted to data. Data is transferred directly to the computer via a computer-standard high-speed data interface. If the USB2.0 interface is used, it will be encoded by USB2.0 and encoded into USB2.0 format according to the USB2.0 protocol.
  • USB2.0 has a maximum speed of 480 Mbit/s, eliminating the necessary overhead and a data transfer rate of 50 MB/s. If the sampling rate is 16MHz and the number of bits per sample is 2 bits, the data rate of the navigation satellite signal is 4MB/s. The USB2.0 interface can meet the requirements, even if the sampling rate and the number of bits are increased. Claim.
  • the navigation satellite signal playback process is equivalent to the inverse of the acquisition process.
  • the data files in the computer are read out and the data is transferred to the playback portion via a computer standard high speed data interface (such as a USB 2.0 interface).
  • the data file can be the data collected by the acquisition system or the software-generated data.
  • the data generation has the flexibility to generate signals of any scene and verify the performance of the receiver.
  • the intermediate frequency digital signal is obtained through computer standard high-speed data decoding, and the digital signal can also be output as digital playback.
  • the digital playback signal includes a signal clock and signal data, and the number of bits of the data is arbitrary, and may be one bit (that is, only one data line) or multiple bits (that is, there are multiple data lines).
  • the frequency of the signal clock can be arbitrarily set, that is, the data rate can be arbitrarily set, making the debugging of the receiver more convenient.
  • the digital playback signal can be used as the intermediate frequency signal input baseband processing part of the satellite navigation receiver for tuning Try and verify the rest of the receiver except the RF section. After the IF digital signal is digital-analog converted and filtered, it becomes an analog IF signal, and the analog IF signal can also be output as an intermediate frequency playback.
  • the analog IF signal is upconverted and amplified to become a radio frequency signal of the navigation satellite band, and the RF signal output is radio frequency playback.
  • the RF playback output is identical to the navigation satellite signal and can be used to debug and verify a complete satellite navigation receiver.
  • the playback section can perform digital playback, IF playback, and RF playback in real time, continuously, and for a long time.
  • the navigation satellite signal acquisition and playback system there are two clock sources, one is the clock generated by the local oscillator, and the other is the external clock input. You can choose one of them.
  • the selected clock is used as the clock source of the local carrier in the down-conversion and the sampling clock of the analog-to-digital conversion in the acquisition system.
  • the playback system it is used as the data clock of the digital-to-analog conversion and the clock source of the modulated carrier in the up-conversion.
  • the external clock input accurately controls the IF carrier frequency and data sampling rate of the acquired signal, as well as the RF frequency and playback data rate of the playback signal.
  • This equipment is suitable for the collection and playback of various navigation satellite signals, including the US GPS system, the European Galileo system, the Russian GLONASS system, etc., and the new satellite navigation system that may appear in the future, which can be real-time, continuous and long-term. It can acquire navigation satellite signals without temporary memory, and has functions such as digital playback, IF playback, and RF playback. It can also play back navigation satellite signals in real time, continuously and for a long time. It is a research, verification and development of satellite navigation receivers and satellite navigation software. An effective tool for the receiver.

Abstract

A navigation satellite signal processing system includes a signal acquisition device, and the signal acquisition device has a computer interface whose data transmission rate is greater than 12Mbit/s. The adoption of the system can implement real-time, continuous and long-period acquisition of navigation satellite signal, and can directly transfer the signal data into the computer.

Description

导航卫星信号处理系统  Navigation satellite signal processing system
技术领域 Technical field
本发明属于卫星导航领域, 特别是一种导航卫星信号处理系统, 该处理系统一般包括 信号采集装置与信号回放装置, 是一种研发卫星导航接收机的有效工具。 本系统将导航卫 星射频信号经下变频变为载波频率较低的中频信号, 再经过采样变成数据, 然后再通过标 准 USB2.0接口将数据传送到计算机。本系统可以实时、连续、长时间的采集导航卫星信号, 开发者可以利用这些数据研究卫星导航接收机的算法、 结构和程序或开发卫星导航软件接 收机。 同时, 本系统也可通过标准 USB2.0接口接收计算机的数据, 再变为导航卫星的射频 信号发送出去, 以验证、 调试卫星导航接收机。 本发明中的导航卫星信号处理系统可以应 用于任何导航卫星信号的采集与回放, 包括美国的 GPS系统, 俄罗斯的 GLONASS系统, 欧洲的伽利略系统, 中国的北斗系统, 以及以后可能出现的任何新的卫星导航系统。 背景技术  The invention belongs to the field of satellite navigation, in particular to a navigation satellite signal processing system, which generally comprises a signal acquisition device and a signal playback device, and is an effective tool for developing a satellite navigation receiver. The system converts the navigation satellite RF signal into an intermediate frequency signal with a lower carrier frequency, and then samples it into data, and then transmits the data to the computer through the standard USB2.0 interface. The system can acquire navigation satellite signals in real time, continuously and for a long time. Developers can use these data to study the algorithms, structures and procedures of satellite navigation receivers or to develop satellite navigation software receivers. At the same time, the system can also receive the data of the computer through the standard USB2.0 interface, and then transmit the radio frequency signal of the navigation satellite to verify and debug the satellite navigation receiver. The navigation satellite signal processing system of the present invention can be applied to the acquisition and playback of any navigation satellite signal, including the GPS system of the United States, the GLONASS system of Russia, the Galileo system of Europe, the Beidou system of China, and any new ones that may appear in the future. Satellite navigation system. Background technique
卫星导航系统是一种通过接收机接收多颗导航卫星信号, 接收机根据接收到的卫星信 号进行运算得到接收机位置的系统。 一般卫星导航系统由分布于不同轨道平面的多颗卫星 组成, 以保证在任何时间, 应用范围内的任何地点都可以接收到多颗卫星的信号, 比如对 于现在运行的 GPS (Global Positioning System全球定位系统) 系统的应用范围是全球, 就 要保证在任何时间、 全球的任何地点可以接收到至少四颗卫星的信号。 卫星导航接收机就 是接收卫星信号, 并根据接收到的卫星信号经过运算, 得到位置、 时间、 速度的装置。  A satellite navigation system is a system in which a plurality of navigation satellite signals are received by a receiver, and the receiver calculates the position of the receiver based on the received satellite signals. The general satellite navigation system consists of multiple satellites distributed in different orbital planes to ensure that multiple satellite signals can be received at any time within the application range, such as for GPS (Global Positioning System). System) The application of the system is global, and it is guaranteed that at least four satellites can be received at any time and anywhere in the world. The satellite navigation receiver is a device that receives satellite signals and calculates the position, time, and speed based on the received satellite signals.
图 1 是卫星导航接收机的原理框图。 卫星导航接收机通常由硬件和软件两部分组成。 硬件部分包括天线、 射频部分、 基带处理。 天线将空间中的导航卫星电磁波转变为电信号, 信号的频率为卫星信号波段, 如 GPS系统的 L1波段的频率为 1575.42MHz。 射频部分将导 航卫星信号放大、 下变频、 滤波、 数模变换, 最后输出数字信号。 下变频是指将卫星波段 的信号(频率一般为 1GHz到 2GHz) 降到几 MHz到几十 MHz的中频信号, 中频信号可以 被进一步做信号处理。 滤波部分是一带通滤波器, 将带外噪声滤除。 数模变换是将经过下 变频和滤波后的中频模拟信号变为数字信号, 数字信号可以被进一步进行数字信号处理。 基带处理一般是数字电路, 处理来自射频部分的中频数字信号, 主要功能是去掉直扩序列 和中频载波。 软件部分运行在嵌入式处理器上, 根据基带处理部分的结果进行运算, 同时 写入控制参数到基带处理部分。 软件部分由信号处理和解算两部分组成。 信号处理软件主 要包括卫星信号捕获、 跟踪、 比特同步、 比特信息提取等部分。 解算部分主要功能是通过 计算得到接收机位置。 Figure 1 is a block diagram of the satellite navigation receiver. Satellite navigation receivers usually consist of two parts: hardware and software. The hardware part includes the antenna, the RF section, and the baseband processing. The antenna converts the electromagnetic waves of the navigation satellites in the space into electrical signals, and the frequency of the signals is the satellite signal band. For example, the frequency of the L1 band of the GPS system is 1575.42 MHz. The radio frequency part amplifies, downconverts, filters, digital-to-analog the navigation satellite signal, and finally outputs the digital signal. Downconversion refers to the reduction of signals in the satellite band (typically 1 GHz to 2 GHz) to intermediate frequency signals of several MHz to several tens of MHz. The intermediate frequency signals can be further processed by signals. The filtering section is a bandpass filter that filters out-of-band noise. The digital-to-analog conversion converts the down-converted and filtered intermediate-frequency analog signal into a digital signal, which can be further processed by digital signals. The baseband processing is generally a digital circuit that processes the IF digital signal from the radio frequency portion. The main function is to remove the direct spread sequence and the intermediate frequency carrier. The software part runs on the embedded processor and performs operations based on the results of the baseband processing part. Write control parameters to the baseband processing section. The software part consists of two parts: signal processing and solving. Signal processing software mainly includes satellite signal acquisition, tracking, bit synchronization, bit information extraction and other parts. The main function of the solution part is to calculate the receiver position.
目前, 开发、 研制卫星导航接收机是比较费时、 费力的事情, 因为卫星导航接收机一 般是采用嵌入式处理器, 直接在嵌入式处理器上调试软件比较困难, 更难以研究算法, 没 有方便的调试环境, 也无法看到很多中间信号或数据。 比较常用的方法是: 将下变频后的 导航卫星信号数字化变为数据传送到计算机中, 在计算机中通过软件处理这些数据, 数据 中包含导航卫星信号的全部信息和特征, 只是载波频率不同。 软件完全仿真卫星导航接收 机中的全部软件部分和硬件中的基带处理部分, 以研究接收机的算法、 结构和程序。 另外, 如果要开发软件卫星导航接收机 (即完全用软件实现接收机中的基带处理部分和软件部 分),也需要同样的数据采集装置。 目前只有一家国外公司(Accord Software & System, Inc. ) 生产这类的导航卫星信号数据采集装置, 其原理框图如图 2所示。 天线将导航卫星的电磁 波信号转变为电信号。 导航卫星信号经过低噪声放大、 下变频、 滤波, 这时信号的频率已 经不是卫星信号波段, 而是变为载波频率为几 MHz到几十 MHz的中频信号。 中频信号再 经放大, 模数变换, 变为数据, 数据先暂时被存在存储器中, 当数据采集结束后, 数据再 从存储器中读出, 通过 USB1.1接口传送到计算机。 USB1.1接口是一种标准的计算机接口, 接口的数据速率为 12Mbit/s。本地时钟振荡器作为下变频中本地载波的时钟源和模数变换的 采样时钟。 这种采集装置虽然可以在一定程度上实现导航卫星信号的采集功能, 但还存在 如下不足之处。 1、 USB1.1的接口速率是 12Mbit/s, 如果去掉传输中额外开销比特, 最高传 输速率只能达到 1MB/S , 而一般导航卫星中频信号数据的速率是几 MB/s到十几 MB/s, 大 大高于 USB1.1接口的速率。 所以, 该装置只能先将数据暂时存在存储器中, 在停止采集数 据后, 再将存储器中的数据通过 USB1.1接口传送到计算机。这样数据采集的时间就受到存 储器容量的限制, 如果采用 256MB的存储器, 也只能采集几十秒的数据, 而无法采集数分 钟或数小时的数据。 如果采样率高或每个样点的比特数多, 则采集时间还要更短; 2、 由于 该装置是在数据采集完成后, 才将数据传送到计算机, 所以该装置无法被用来开发实时的 软件接收机; 3、 该装置无法将采集的数据或生成的数据进行回放; 4、 无外时钟源输入, 无法控制中频载波频率和数据采样率。 发明内容  At present, the development and development of satellite navigation receivers is a time-consuming and laborious task. Because satellite navigation receivers generally use embedded processors, it is more difficult to debug software directly on embedded processors. It is more difficult to study algorithms. In the debugging environment, you can't see a lot of intermediate signals or data. The more common methods are: digitizing the down-converted navigation satellite signals into data and transmitting them to the computer through software. The data contains all the information and features of the navigation satellite signals, but the carrier frequencies are different. The software fully emulates the entire software portion of the satellite navigation receiver and the baseband processing portion of the hardware to study the algorithm, structure and procedures of the receiver. In addition, the same data acquisition device is required if a software satellite navigation receiver is to be developed (i.e., the baseband processing portion and the software portion of the receiver are implemented entirely in software). At present, only one foreign company (Accord Software & System, Inc.) produces such a navigation satellite signal data acquisition device, and its block diagram is shown in Figure 2. The antenna converts the electromagnetic signals of the navigation satellite into electrical signals. The navigation satellite signal is amplified, downconverted, and filtered by low noise. At this time, the frequency of the signal is not the satellite signal band, but becomes an intermediate frequency signal with a carrier frequency of several MHz to several tens of MHz. The IF signal is amplified again, analog-to-digital converted, and becomes data. The data is temporarily stored in the memory. When the data is collected, the data is read from the memory and transmitted to the computer through the USB1.1 interface. The USB 1.1 interface is a standard computer interface with a data rate of 12 Mbit/s. The local clock oscillator is used as the clock source for the local carrier in the downconversion and the sampling clock for the analog to digital conversion. Although this kind of acquisition device can realize the acquisition function of navigation satellite signals to a certain extent, it still has the following deficiencies. 1. The interface speed of USB1.1 is 12Mbit/s. If the extra overhead bit in the transmission is removed, the maximum transmission rate can only reach 1MB/S, and the rate of the general navigation satellite IF signal data is several MB/s to more than ten MB/ s, much higher than the speed of the USB1.1 interface. Therefore, the device can only temporarily store the data in the memory, and then stop the data acquisition, and then transfer the data in the memory to the computer through the USB1.1 interface. In this way, the data acquisition time is limited by the memory capacity. If 256MB of memory is used, only tens of seconds of data can be collected, and data of several minutes or hours cannot be collected. If the sampling rate is high or the number of bits per sample is large, the acquisition time is even shorter; 2. Since the device transmits data to the computer after the data acquisition is completed, the device cannot be used to develop real-time. Software receiver; 3, the device can not play back the collected data or generated data; 4, no external clock source input, can not control the IF carrier frequency and data sampling rate. Summary of the invention
本发明针对现有技术中存在的缺陷或不足, 提供一种导航卫星信号处理系统, 采用该 系统能够实时、 连续、 长时间的采集导航卫星信号, 无需临时存储器对实时采集的信号数 据进行存储, 而是直接将信号数据传送到计算机。 通过更进一步完善, 本系统还具有数字、 中频、 射频回放功能, 可以回放计算机中存储的采集数据或生成的数据; 在本地振荡器之 外, 还有外时钟输入, 以供选择, 这样可以控制中频载波频率和数据采样率。 The present invention is directed to a defect or deficiency in the prior art, and provides a navigation satellite signal processing system, The system can acquire navigation satellite signals in real time, continuously and for a long time, and does not need temporary memory to store the signal data collected in real time, but directly transmits the signal data to the computer. Through further improvement, the system also has digital, intermediate frequency, and RF playback functions, which can play back the collected data or generated data stored in the computer. In addition to the local oscillator, there is an external clock input for selection, which can be controlled. IF carrier frequency and data sampling rate.
本发明的技术构思为, 通过采用计算机高速数据接口, 将现有技术中 "数据存储后再 传送" 的导航卫星信号处理模式, 改进为直接传送模式, 从而实现实时、 连续、 长时间的 采集导航卫星信号, 并且能够省略临时存储器。  The technical idea of the present invention is to improve the navigation satellite signal processing mode of "data storage and then transfer" in the prior art to a direct transmission mode by using a computer high-speed data interface, thereby realizing real-time, continuous, long-time acquisition and navigation. Satellite signals, and the temporary memory can be omitted.
本发明技术方案如下:  The technical scheme of the present invention is as follows:
导航卫星信号处理系统, 包括信号采集装置, 其特征在于: 所述信号采集装置具有数 据传输率大于 12Mbit/s的计算机接口。  The navigation satellite signal processing system comprises a signal acquisition device, characterized in that: the signal acquisition device has a computer interface with a data transmission rate greater than 12 Mbit/s.
所述计算机接口的数据传输率不小于 20Mbit/s。  The data transmission rate of the computer interface is not less than 20 Mbit/s.
所述计算机接口为 USB2.0接口。  The computer interface is a USB 2.0 interface.
还包括信号回放装置, 用于将采集的数据或生成的数据进行回放。  Also included is a signal playback device for playing back the acquired data or the generated data.
所述信号回放装置具有数字回放、 中频回放和 /或射频回放的功能。  The signal playback device has the functions of digital playback, intermediate frequency playback, and/or radio frequency playback.
还包括可供选用的两个时钟源, 一个是本地振荡器产生的时钟, 另一个是外部时钟输 入。  It also includes two clock sources to choose from, one for the local oscillator and one for the external clock input.
所述外部时钟输入能够用于控制采集信号的中频载波频率和数据采样率, 和 /或控制回 放信号的射频频率与回放数据率。  The external clock input can be used to control the IF carrier frequency and data sampling rate of the acquired signal, and/or to control the RF frequency and playback data rate of the playback signal.
本发明技术效果如下:  The technical effects of the present invention are as follows:
本发明的导航卫星信号处理系统, 是一种研发卫星导航接收机的有效工具。 本系统将 导航卫星射频信号经下变频变为载波频率较低的中频信号, 再经过采样变成数据, 然后再 通过标准 USB2.0接口将数据传送到计算机。 本系统可以实时、 连续、 长时间的采集导航卫 星信号, 开发者可以利用这些数据研究卫星导航接收机的算法、 结构和程序或开发卫星导 航软件接收机。 同时, 本系统也可通过标准 USB2.0接口接收计算机的数据, 再变为导航卫 星的射频信号发送出去, 以验证、 调试卫星导航接收机。 附图说明  The navigation satellite signal processing system of the present invention is an effective tool for developing a satellite navigation receiver. The system converts the navigation satellite radio frequency signal into an intermediate frequency signal with a lower carrier frequency, and then samples it into data, and then transmits the data to the computer through a standard USB2.0 interface. The system can acquire navigation satellite signals in real time, continuously and for a long time. Developers can use these data to study the algorithms, structures and procedures of satellite navigation receivers or to develop satellite navigation software receivers. At the same time, the system can also receive the data of the computer through the standard USB2.0 interface, and then transmit the radio frequency signal of the navigation satellite to verify and debug the satellite navigation receiver. DRAWINGS
图 1为卫星导航接收机的组成原理框图。  Figure 1 is a block diagram of the components of a satellite navigation receiver.
图 2为现有技术中导航卫星信号数据采集装置的原理框图。  2 is a schematic block diagram of a navigation satellite signal data acquisition device in the prior art.
图 3为本发明导航卫星信号处理系统的原理框图, 包括信号采集装置与信号回放装置。 具体实施方式 3 is a schematic block diagram of a navigation satellite signal processing system of the present invention, including a signal acquisition device and a signal playback device. detailed description
下面结合附图对本发明作进一步的详细说明。  The invention will be further described in detail below with reference to the accompanying drawings.
本发明旨在解决上述导航卫星信号采集装置的不足, 提出一种新的导航卫星信号采集 与回放系统。 本系统采用高速标准计算机接口, 如 USB2.0接口 (速率可达 480Mb/s), 无 需存储器, 可以连续、 实时、 长时间的将数据传送到计算机, 另外, 本系统还具有数字、 中频、 射频回放功能, 可以回放计算机中存储的采集数据或生成的数据。 在本地振荡器之 外, 还有外时钟输入, 以供选择, 这样可以控制中频载波频率和数据采样率。  The invention aims to solve the deficiencies of the above-mentioned navigation satellite signal acquisition device, and proposes a new navigation satellite signal acquisition and playback system. The system adopts high-speed standard computer interface, such as USB2.0 interface (up to 480Mb/s), without memory, can transmit data to the computer continuously, in real time and for a long time. In addition, the system also has digital, intermediate frequency and radio frequency. The playback function can play back the collected data or generated data stored in the computer. In addition to the local oscillator, there is an external clock input for selection, which controls the IF carrier frequency and data sampling rate.
如图 3所示, 图 3为本发明导航卫星信号处理系统的原理框图, 包括信号采集装置与 信号回放装置。 主要特点是: 无临时存储器; 采用高速数据接口, 可以连续、 实时、 长时 间的采集信号, 高速数据接口包括 USB2.0等一切标准的计算机高速数据接口; 具有数字、 中频、 射频三种回放功能, 也可以连续、 实时、 长时间的回放信号。 在进行数字回放时, 回放数字信号的时钟频率可以被任意设置, 即数字回放的数据率可以被任意设置。 在采集 与回放装置中, 有外时钟输入, 可以任选本地振荡器和外部时钟作为时钟源。  As shown in FIG. 3, FIG. 3 is a schematic block diagram of a navigation satellite signal processing system of the present invention, including a signal acquisition device and a signal playback device. The main features are: no temporary memory; high-speed data interface, continuous, real-time, long-term acquisition of signals, high-speed data interface including USB2.0 and other standard computer high-speed data interface; with digital, intermediate frequency, RF three playback functions , you can also play back the signal continuously, in real time, for a long time. When digital playback is performed, the clock frequency of the playback digital signal can be arbitrarily set, that is, the data rate of the digital playback can be arbitrarily set. In the acquisition and playback device, there is an external clock input, and the local oscillator and external clock can be optionally used as the clock source.
在导航卫星信号采集部分中, 天线将导航卫星的电磁波信号转变为电信号, 信号的频 率为卫星信号波段。 导航卫星信号经过低噪声放大、 下变频、 滤波, 这时信号的频率已经 不是卫星信号波段, 而是变为载波频率为几 MHz到几十 MHz的中频信号。 中频信号再经 放大, 模数变换, 变为数据。 数据直接经过计算机标准的高速数据接口传送到计算机。 如 果采用 USB2.0接口,则要经过 USB2.0编码,按照 USB2.0协议将数据编码成 USB2.0格式。 USB2.0的最高速率可达 480Mbit/s,除去必要的开销,数据传输率可达 50MB/s。如果采样率为 16MHz, 每个样点的比特数为 2比特, 则导航卫星信号的数据率为 4MB/s, USB2.0接口远 远可以满足要求, 即使增加采样率和比特数, 也可以满足要求。  In the navigation satellite signal acquisition part, the antenna converts the electromagnetic wave signal of the navigation satellite into an electrical signal, and the frequency of the signal is the satellite signal band. The navigation satellite signal is amplified, down-converted, and filtered by low noise. At this time, the frequency of the signal is not the satellite signal band, but becomes an intermediate frequency signal with a carrier frequency of several MHz to several tens of MHz. The IF signal is then amplified, analog-to-digital converted, and converted to data. Data is transferred directly to the computer via a computer-standard high-speed data interface. If the USB2.0 interface is used, it will be encoded by USB2.0 and encoded into USB2.0 format according to the USB2.0 protocol. USB2.0 has a maximum speed of 480 Mbit/s, eliminating the necessary overhead and a data transfer rate of 50 MB/s. If the sampling rate is 16MHz and the number of bits per sample is 2 bits, the data rate of the navigation satellite signal is 4MB/s. The USB2.0 interface can meet the requirements, even if the sampling rate and the number of bits are increased. Claim.
导航卫星信号回放过程相当于采集过程的逆过程。 计算机中的数据文件被读出, 数据 通过计算机标准的高速数据接口 (如 USB2.0接口)传送到回放部分中。 数据文件可以是本 采集系统采集的数据, 也可以是软件生成的数据, 生成数据具有灵活性, 可以生成任意场 景的信号, 验证接收机的性能。 在回放系统中, 经过计算机标准的高速数据解码得到中频 数字信号, 此数字信号也可以输出, 作为数字回放。 数字回放信号包括信号时钟和信号数 据, 数据的比特数任意, 可以是一比特 (即只有一根数据线), 也可以是多比特 (即有多根 数据线)。 信号时钟的频率可被任意设置, 即相当于数据率可被任意设置, 使得调试接收机 更加方便。 数字回放信号可以作为卫星导航接收机的中频信号输入基带处理部分, 以供调 试、 验证除射频部分之外的接收机的其它部分。 中频数字信号经过数模变换、 滤波后, 成 为模拟中频信号, 模拟中频信号也可以输出, 作为中频回放。 模拟中频信号经上变频、 放 大, 变成导航卫星波段的射频信号, 该射频信号输出为射频回放。 射频回放输出的信号与 导航卫星信号完全相同, 可以被用来调试、 验证完整的卫星导航接收机。 回放部分可以实 时、 连续、 长时间的进行数字回放、 中频回放和射频回放。 The navigation satellite signal playback process is equivalent to the inverse of the acquisition process. The data files in the computer are read out and the data is transferred to the playback portion via a computer standard high speed data interface (such as a USB 2.0 interface). The data file can be the data collected by the acquisition system or the software-generated data. The data generation has the flexibility to generate signals of any scene and verify the performance of the receiver. In the playback system, the intermediate frequency digital signal is obtained through computer standard high-speed data decoding, and the digital signal can also be output as digital playback. The digital playback signal includes a signal clock and signal data, and the number of bits of the data is arbitrary, and may be one bit (that is, only one data line) or multiple bits (that is, there are multiple data lines). The frequency of the signal clock can be arbitrarily set, that is, the data rate can be arbitrarily set, making the debugging of the receiver more convenient. The digital playback signal can be used as the intermediate frequency signal input baseband processing part of the satellite navigation receiver for tuning Try and verify the rest of the receiver except the RF section. After the IF digital signal is digital-analog converted and filtered, it becomes an analog IF signal, and the analog IF signal can also be output as an intermediate frequency playback. The analog IF signal is upconverted and amplified to become a radio frequency signal of the navigation satellite band, and the RF signal output is radio frequency playback. The RF playback output is identical to the navigation satellite signal and can be used to debug and verify a complete satellite navigation receiver. The playback section can perform digital playback, IF playback, and RF playback in real time, continuously, and for a long time.
导航卫星信号采集与回放系统中, 时钟源有两个, 一个是本地振荡器产生的时钟, 另 一个是外部时钟输入, 可以任选其一。 选择后的时钟在采集系统中作为下变频中本地载波 的时钟源和模数变换的采样时钟, 在回放系统中, 作为数模变换的数据时钟和上变频中调 制载波的时钟源。 外时钟输入可以精确控制采集信号的中频载波频率和数据采样率, 以及 回放信号的射频频率与回放数据率。  In the navigation satellite signal acquisition and playback system, there are two clock sources, one is the clock generated by the local oscillator, and the other is the external clock input. You can choose one of them. The selected clock is used as the clock source of the local carrier in the down-conversion and the sampling clock of the analog-to-digital conversion in the acquisition system. In the playback system, it is used as the data clock of the digital-to-analog conversion and the clock source of the modulated carrier in the up-conversion. The external clock input accurately controls the IF carrier frequency and data sampling rate of the acquired signal, as well as the RF frequency and playback data rate of the playback signal.
本设备适用于各种导航卫星信号的采集与回放, 包括美国的 GPS系统、 欧洲的伽利略 系统、 俄罗斯的 GLONASS系统等, 以及未来可能出现的新的卫星导航系统, 可以实时、 连续、 长时间的采集导航卫星信号, 无需临时存储器, 同时具有数字回放、 中频回放、 射 频回放等功能, 也可以实时、 连续、 长时间的回放导航卫星信号, 是研究、 验证、 开发卫 星导航接收机和卫星导航软件接收机的有效工具。  This equipment is suitable for the collection and playback of various navigation satellite signals, including the US GPS system, the European Galileo system, the Russian GLONASS system, etc., and the new satellite navigation system that may appear in the future, which can be real-time, continuous and long-term. It can acquire navigation satellite signals without temporary memory, and has functions such as digital playback, IF playback, and RF playback. It can also play back navigation satellite signals in real time, continuously and for a long time. It is a research, verification and development of satellite navigation receivers and satellite navigation software. An effective tool for the receiver.
应当指出, 以上所述具体实施方式可以使本领域的技术人员更全面地理解本发明, 但 不以任何方式限制本发明。 因此, 尽管本说明书参照附图和实施方式对本发明已进行了详 细的说明, 但是, 本领域技术人员应当理解, 仍然可以对本发明进行修改或者等同替换; 而一切不脱离本发明的精神和技术实质的技术方案及其改进, 其均应涵盖在本发明专利的 保护范围当中。  It should be noted that the above-described embodiments may enable those skilled in the art to more fully understand the present invention, but do not limit the invention in any way. Accordingly, the present invention has been described in detail herein with reference to the drawings and the embodiments of the invention The technical solutions and their improvements should be covered by the scope of protection of the present invention.

Claims

1.导航卫星信号处理系统, 包括信号采集装置, 其特征在于: 所述信号采集装置具有数 据传输率大于 12Mbit/s的计算机接口。 A navigation satellite signal processing system, comprising a signal acquisition device, characterized in that: the signal acquisition device has a computer interface having a data transmission rate greater than 12 Mbit/s.
2.根据权利要求 1所述的导航卫星信号处理系统, 其特征在于: 所述计算机接口的数据 传输率不小于 20Mbit/s。  The navigation satellite signal processing system according to claim 1, wherein: the data transmission rate of the computer interface is not less than 20 Mbit/s.
3.根据权利要求 2 所述的导航卫星信号处理系统, 其特征在于: 所述计算机接口为 1^2.0接口。  3. The navigation satellite signal processing system according to claim 2, wherein: said computer interface is a 1^2.0 interface.
4.根据权利要求 1所述的导航卫星信号处理系统, 其特征在于: 还包括信号回放装置, 用于将采集的数据或生成的数据进行回放。  4. The navigation satellite signal processing system according to claim 1, further comprising: signal playback means for playing back the collected data or the generated data.
5.根据权利要求 4所述的导航卫星信号处理系统, 其特征在于: 所述信号回放装置具有 数字回放、 中频回放和 /或射频回放的功能。  The navigation satellite signal processing system according to claim 4, wherein: said signal playback device has functions of digital playback, intermediate frequency playback, and/or radio frequency playback.
6.根据权利要求 5所述的导航卫星信号处理系统, 其特征在于: 还包括可供选用的两个 时钟源, 一个是本地振荡器产生的时钟, 另一个是外部时钟输入。  6. The navigation satellite signal processing system of claim 5, further comprising: an optional two clock sources, one being a clock generated by a local oscillator and the other being an external clock input.
7.根据权利要求 6所述的导航卫星信号处理系统, 其特征在于: 所述外部时钟输入能够 用于控制采集信号的中频载波频率和数据采样率, 和 /或控制回放信号的射频频率与回放数 据率。  7. The navigation satellite signal processing system according to claim 6, wherein: said external clock input is operable to control an intermediate frequency carrier frequency and a data sampling rate of the collected signal, and/or to control a radio frequency and playback of the playback signal. Data rate.
PCT/CN2007/070064 2006-05-31 2007-05-29 A navigation satellite signal processing system WO2007140725A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200610012061.5 2006-05-31
CNA2006100120615A CN1862284A (en) 2006-05-31 2006-05-31 System for processing navigational satellite signal

Publications (1)

Publication Number Publication Date
WO2007140725A1 true WO2007140725A1 (en) 2007-12-13

Family

ID=37389752

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2007/070064 WO2007140725A1 (en) 2006-05-31 2007-05-29 A navigation satellite signal processing system

Country Status (2)

Country Link
CN (1) CN1862284A (en)
WO (1) WO2007140725A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107202998A (en) * 2017-06-19 2017-09-26 北京航天长征飞行器研究所 The real-time satellite signal simulator and analogy method of a kind of power line communication
CN109765579A (en) * 2019-01-17 2019-05-17 上海华测导航技术股份有限公司 GNSS signal digital collection playback system
CN113534201A (en) * 2020-04-20 2021-10-22 千寻位置网络有限公司 Satellite positioning test method and system

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1862284A (en) * 2006-05-31 2006-11-15 北京东方联星科技有限公司 System for processing navigational satellite signal
CN101055309B (en) * 2007-05-25 2012-07-04 北京东方联星科技有限公司 Configurable general radio frequency processing method and system of navigation satellite signal
TWI381185B (en) 2007-06-29 2013-01-01 Mstar Semiconductor Inc Gps data recording apparatus and related method thereof
CN101825695A (en) * 2009-03-04 2010-09-08 重庆星熠导航设备有限公司 Multi-module embedded combined navigation receiver and positioning method
CN102279401B (en) * 2011-04-01 2013-06-19 北京遥测技术研究所 Recording-type satellite signal simulation method
CN102508267A (en) * 2011-10-09 2012-06-20 东南大学 Intermediate frequency data acquisition and playback system in GNSS (global navigation satellite system) receiver
CN102590827B (en) * 2012-02-16 2013-12-18 武汉大学 Global navigation satellite system (GNSS) receiver system with intermediate frequency recording and replaying functions
CN112731482B (en) * 2020-12-10 2023-11-14 北京天海达科技有限公司 B3 frequency point text data receiving and playback system and method
CN112910544B (en) * 2021-02-05 2022-11-25 上海航天测控通信研究所 On-orbit configurable satellite-borne L/S frequency band data broadcast distribution system

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5781156A (en) * 1995-10-09 1998-07-14 Snaptrack, Inc. GPS receiver and method for processing GPS signals
CN1316057A (en) * 1998-05-06 2001-10-03 施耐普特拉克股份有限公司 Method and apparatus for signal processing in satellite positioning system
CN1401519A (en) * 2001-08-24 2003-03-12 厦门雅迅网络股份有限公司 Method for processing location data incapable of being sent in signal blind zone of GSM system
CN1510433A (en) * 2002-12-26 2004-07-07 邢铭时 Satellite navigation positioning systems
CN2685979Y (en) * 2004-03-19 2005-03-16 浙江大学 Paralled to serial conversion circuit for universal serial interface of bus interface circuit computer
WO2005109028A1 (en) * 2004-05-04 2005-11-17 Global Locate, Inc. Method and apparatus for processing satellite positioning system signals
CN1862284A (en) * 2006-05-31 2006-11-15 北京东方联星科技有限公司 System for processing navigational satellite signal

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5781156A (en) * 1995-10-09 1998-07-14 Snaptrack, Inc. GPS receiver and method for processing GPS signals
CN1316057A (en) * 1998-05-06 2001-10-03 施耐普特拉克股份有限公司 Method and apparatus for signal processing in satellite positioning system
CN1401519A (en) * 2001-08-24 2003-03-12 厦门雅迅网络股份有限公司 Method for processing location data incapable of being sent in signal blind zone of GSM system
CN1510433A (en) * 2002-12-26 2004-07-07 邢铭时 Satellite navigation positioning systems
CN2685979Y (en) * 2004-03-19 2005-03-16 浙江大学 Paralled to serial conversion circuit for universal serial interface of bus interface circuit computer
WO2005109028A1 (en) * 2004-05-04 2005-11-17 Global Locate, Inc. Method and apparatus for processing satellite positioning system signals
CN1862284A (en) * 2006-05-31 2006-11-15 北京东方联星科技有限公司 System for processing navigational satellite signal

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107202998A (en) * 2017-06-19 2017-09-26 北京航天长征飞行器研究所 The real-time satellite signal simulator and analogy method of a kind of power line communication
CN107202998B (en) * 2017-06-19 2023-09-29 北京航天长征飞行器研究所 Real-time satellite signal simulator and simulation method for power line communication
CN109765579A (en) * 2019-01-17 2019-05-17 上海华测导航技术股份有限公司 GNSS signal digital collection playback system
CN113534201A (en) * 2020-04-20 2021-10-22 千寻位置网络有限公司 Satellite positioning test method and system
CN113534201B (en) * 2020-04-20 2022-07-26 千寻位置网络有限公司 Satellite positioning test method and system

Also Published As

Publication number Publication date
CN1862284A (en) 2006-11-15

Similar Documents

Publication Publication Date Title
WO2007140725A1 (en) A navigation satellite signal processing system
WO2018149095A1 (en) Gnss receiver board based on zynq architecture
JPH11513787A (en) GPS receiver and method for processing GPS signals
Cristodaro et al. Design of a configurable monitoring station for scintillations by means of a GNSS software radio receiver
CN102944884A (en) Method for detecting and eliminating narrow-band interference by GNSS receiver
US20120313813A1 (en) Direct-to-Digital Software-Defined Radar
JP5101281B2 (en) GPS receiver and related methods and apparatus
CN102279401B (en) Recording-type satellite signal simulation method
CN106772444A (en) Multichannel satellite navigation radio-frequency signal gathers playback system
CN111782566A (en) High-frequency ground wave radar multichannel high-speed data acquisition device based on PCIe
Huang et al. STARx--a GPU based multi-system full-band real-time GNSS software receiver
Linty et al. Ionospheric scintillation threats to GNSS in polar regions: the DemoGRAPE case study in Antarctica
US7750846B2 (en) Receiver for radio positioning signals
KR101047229B1 (en) Gps rf front end and related method of providing a position fix, storage medium and apparatus for the same
CN104730543A (en) Data processing method for Beidou and GPS common frequency point real-time signal receiving and processing system
Hurskainen et al. Multicore software-defined radio architecture for GNSS receiver signal processing
CN202041643U (en) Recording type satellite signal simulator
CN102590827B (en) Global navigation satellite system (GNSS) receiver system with intermediate frequency recording and replaying functions
Gunawardena et al. Wideband transform‐domain GPS instrumentation receiver for signal quality and anomalous event monitoring
Guruprasad FPGA-based software GNSS receiver design for satellite applications
Curran et al. Event identification & recording for scintillation monitoring stations
Mazurek et al. Flexible hardware platform for software radio experiments
CN209055658U (en) A kind of GPS BD bimodulus single channel intermediate-freuqncy signal acquisition system
Mattos Adding Glonass to the GPS/Galileo consumer receiver, with hooks for Compass
Cho et al. A FPGA-based software GPS receiver implementation using simulink and Xilinx system generator

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07721687

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07721687

Country of ref document: EP

Kind code of ref document: A1