Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

WIP: Add necessary changes for L2C track loop #308

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

WIP: Add necessary changes for L2C track loop #308

wants to merge 4 commits into from

Conversation

dt-exafore
Copy link
Contributor

This PR contains necessary updates for swift-nav/piksi_firmware#618 and should be merged before it..

@dt-exafore
Copy link
Contributor Author

@adel-mamin Please, review.

@adel-mamin
Copy link

Looks good to me.

@ljbade ljbade mentioned this pull request Feb 28, 2016
@@ -56,10 +59,6 @@
* \note This is GPS_C / mu where mu is 1.0002926 */
#define GPS_C_NO_VAC (GPS_C / 1.0002926)

/** The wavelength of L1 in a vacuum.
* \note This is GPS_C / GPS_L1_HZ. */
#define GPS_L1_LAMBDA (GPS_C / GPS_L1_HZ)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this removed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was removed to avoid implementing one more utility function like code_to_carr_freq. There is only place (observation.c) where the macro is used so I simple changed it with GPS_C/code_to_carr_freq(e[i]->sid.code) see below.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants