void gaussian_optimiser(double *code, double sigma, int code_length, double deltat)
Functions for the gaussian case :
double gaussian_integrand(double velocity_max, double deltat, double xi, int k)
Function to integrate in order to compute the a_k coefficient of the code; gaussian motion model...
double gaussian_w(double sigma, double xi)
Computes the W() function; gaussian motion model. This is equation (15): W():={}^{4{ N}} ({{-v^2}{2{ ...
double gaussian_w_integrand(double velocity, double sigma, double xi)
Function to integrate in velocity to get the W function; gaussian motion model. This is the integrand...