fix project and more
This commit is contained in:
parent
88b607c42f
commit
e58481c4bb
56 changed files with 128 additions and 27068 deletions
|
|
@ -1,3 +1,6 @@
|
|||
#ifndef INC_DEXP_H_
|
||||
#define INC_DEXP_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#define AMP 40000 // ampiezza
|
||||
|
|
@ -7,3 +10,5 @@
|
|||
#define EXP2 0.88250*(1<<10) // valore numerico exp(-1/T2)
|
||||
|
||||
void eval_dexp(int a, int t1, int t2, uint16_t* espo);
|
||||
|
||||
#endif /* INC_DEXP_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue