FreeCalypso > hg > fc-rfcal-tools
comparison autocal/txvout.c @ 117:4c3f4231a021
autocal: vout_t definition factored out of txband.h into txvout.h
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 13 Feb 2018 07:02:17 +0000 |
| parents | 394daa4ad6e8 |
| children |
comparison
equal
deleted
inserted
replaced
| 116:4ce87a30383f | 117:4c3f4231a021 |
|---|---|
| 3 * (either measured or set targets) to Vout for the purpose of piecewise | 3 * (either measured or set targets) to Vout for the purpose of piecewise |
| 4 * linear modeling of APC. | 4 * linear modeling of APC. |
| 5 */ | 5 */ |
| 6 | 6 |
| 7 #include <math.h> | 7 #include <math.h> |
| 8 #include "txband.h" | 8 #include "txvout.h" |
| 9 | 9 |
| 10 vout_t | 10 vout_t |
| 11 dbm_to_vout(dbm) | 11 dbm_to_vout(dbm) |
| 12 double dbm; | 12 double dbm; |
| 13 { | 13 { |
