Skip to content

Commit

Permalink
Changing referenced function from fine_carrier to interpolate. fine_c…
Browse files Browse the repository at this point in the history
…arrier no longer exits.
  • Loading branch information
Jas Condley committed Nov 14, 2014
1 parent 792fa67 commit c9fd812
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions docs/acquisition.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,19 +151,12 @@ list of frequencies and therefore is able to determine the code phase precisely
frequency resolution achievable is low and it is not an efficient way to search
over many carrier frequencies.

The :meth:`Acquisition.fine_carrier` method is provided to refine the carrier
The :meth:`Acquisition.interpolate` method is provided to refine the carrier
frequency estimate of an acquisition performed using
:meth:`Acquisition.acquire` using a fast FFT based method. It performs the
search at a given code phase so the code phase must first be found using
:meth:`Acquisition.acquire` using an interpolation based method. It performs
the search at a given code phase so the code phase must first be found using
:meth:`Acquisition.acquire`.

.. ipython::

In [22]: carr_freq_fine = acq.fine_carrier(caCodes[14], code_phase)

In [22]: carr_freq_fine - acq.IF # Doppler shift in Hz


Reference / API
===============

Expand Down

0 comments on commit c9fd812

Please sign in to comment.