Doppler frequency fitting using Lagrange extrapolation.
More...
#include <doppler_fit.h>
|
| doppler_fit (size_t degree) |
|
void | fit (uint64_t x, double y) |
|
void | predict_freqs (double *freqs, size_t ncorrections, size_t samples_per_correction) |
|
Doppler frequency fitting using Lagrange extrapolation.
◆ doppler_fit()
gr::satnogs::doppler_fit::doppler_fit |
( |
size_t |
degree | ) |
|
◆ fit()
void gr::satnogs::doppler_fit::fit |
( |
uint64_t |
x, |
|
|
double |
y |
|
) |
| |
◆ predict_freqs()
void gr::satnogs::doppler_fit::predict_freqs |
( |
double * |
freqs, |
|
|
size_t |
ncorrections, |
|
|
size_t |
samples_per_correction |
|
) |
| |
The documentation for this class was generated from the following file: