##// END OF EJS Templates
Basic parameters - LFR software ICD 1.8 - Version 1
Basic parameters - LFR software ICD 1.8 - Version 1

File last commit:

r2:e3b32f3d7c4c default
r2:e3b32f3d7c4c default
Show More
file_utilities.h
15 lines | 375 B | text/x-c | CLexer
// In the frame of RPW LFR Sofware ICD Issue1 Rev8 (05/07/2013)
// version 1: 31/07/2013
#ifndef FILE_UTILITIES_H
#define FILE_UTILITIES_H
#include <stdio.h>
#include <malloc.h>
#include <basic_parameters.h>
extern float compressed_spectral_matrix_f0[TOTAL_SIZE_COMPRESSED_MATRIX_f0];
int lecture_file_sm(const char *fileName);
#endif // FILE_UTILITIES_H