• 大小: 8KB
    文件类型: .m
    金币: 2
    下载: 1 次
    发布日期: 2021-01-08
  • 语言: Matlab
  • 标签: beidou  matlab  

资源简介

北斗B1I信号的D1导航电文星历表的解码过程,这是通过软件定义的gps和伽利略接收机一书获得gps星历的程序修改得到的北斗B1I信号的D1导航电文星历。

资源截图

代码片段和文件信息

function [eph SOW] = ephemeris_D1(bits)
%Function decodes ephemerides and TOW from the given bit stream. The stream
%(array) in the parameter BITS must contain 1500 bits. The first element in
%the array must be the first bit of a subframe. The subframe ID of the
%first subframe in the array is not important.
%
%Function does not check parity!
%
%[eph TOW] = ephemeris(bits D30Star)
%
%   Inputs:
%       bits        - bits of the navigation messages (5 subframes).
%                   Type is character array and it must contain only
%                   characters ‘0‘ or ‘1‘.
%       D30Star     - The last bit of the previous nav-word. Refer to the
%                   GPS interface control document ICD (IS-GPS-200D) for
%                   more details on the parity checking

评论

共有 条评论