##// END OF EJS Templates
sync
sync

File last commit:

r17:a0aa2c6f1357 TCH
r17:a0aa2c6f1357 TCH
Show More
basic_parameters.h
29 lines | 1.0 KiB | text/x-c | CLexer
// In the frame of RPW LFR Sofware ICD Issue1 Rev8 (05/07/2013)
// version 1.0: 31/07/2013
// version 1.1: 02/04/2014
// version 1.2: 30/04/2014
// version 1.3: 02/05/2014
// version 1.4: 16/05/2014
// version 1.5: 20/05/2014
// version 1.6: 19/12/2014
// version 1.7: 15/01/2015 (modifs de Paul + correction erreurs qui se compensaient (LSB <=> MSB + indices [0,2] <=> [1,3])
#ifndef BASIC_PARAMETERS_H_INCLUDED
#define BASIC_PARAMETERS_H_INCLUDED
#include <math.h>
#include <stdio.h>
#include <stdint.h>
#include "basic_parameters_params.h"
void BP1_set(float * compressed_spec_mat, float * k_coeff_intercalib, unsigned char nb_bins_compressed_spec_mat, unsigned char * lfr_bp1);
void BP2_set(float * compressed_spec_mat, unsigned char nb_bins_compressed_spec_mat, unsigned char * lfr_bp2);
void init_k_coefficients( float *k_coefficients_f0, unsigned char nb_binscompressed_matrix );
//***********************************
// STATIC INLINE FUNCTION DEFINITIONS
#endif // BASIC_PARAMETERS_H_INCLUDED