example_processing_coherent_mean.h
Go to the documentation of this file.
1 // Copyright (c) Acconeer AB, 2022
2 // All rights reserved
3 // This file is subject to the terms and conditions defined in the file
4 // 'LICENSES/license_acconeer.txt', (BSD 3-Clause License) which is part
5 // of this source code package.
6 
7 #ifndef EXAMPLE_PROCESSING_COHERENT_MEAN_H_
8 #define EXAMPLE_PROCESSING_COHERENT_MEAN_H_
9 
10 /**
11  * @brief Processing coherent mean example
12  *
13  * @return Returns EXIT_SUCCESS if successful, otherwise EXIT_FAILURE
14  */
15 int app_main(int argc, char *argv[]);
16 
17 
18 #endif
app_main
int app_main(int argc, char *argv[])
Processing coherent mean example.
Definition: example_bring_up.c:47