Blame view

Debug/src/csps/costas.h 192 Bytes
0c8ce2b0   Pedro Roque   missing files
1
2
3
4
/*
 * costas.h
 *
 *  Created on: 03/01/2015
4d26a735   Pedro Roque   Increased recogni...
5
 *      Author: Pedro
0c8ce2b0   Pedro Roque   missing files
6
7
8
9
10
 */

#ifndef SRC_CSPS_COSTAS_H_
#define SRC_CSPS_COSTAS_H_

4d26a735   Pedro Roque   Increased recogni...
11
void run_costas(int *csp_dims);
0c8ce2b0   Pedro Roque   missing files
12
13

#endif /* SRC_CSPS_COSTAS_H_ */