Skip to content

Galileo E1 Signal #76

@wangjiliang1983

Description

@wangjiliang1983

It seems the GAL E1 singal generation in the SatelliteSignal.cpp, both Data and Pilot are placed directly onto a single channel(I) rather than being processed orthogonally. This deviates from the standard; what is the reason for this? Or has this processing been performed elsewhere?

case SIGNAL_INDEX_E1 :
DataSignal = complex_number(DataBit * AMPLITUDE_1_2, 0);
PilotSignal = complex_number(-PilotBit * AMPLITUDE_1_2, 0)
break;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions