FreeCalypso > hg > fc-rfcal-tools
annotate autocal/afcparams.h @ 66:8e675142cca7
doc/Tx-cal-theory written
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sun, 28 May 2017 06:42:29 +0000 |
| parents | ba4b6877e227 |
| children |
| rev | line source |
|---|---|
|
28
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 /* definition of the afcparams structure */ |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 struct afcparams { |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 uint32_t psi_sta_inv; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 uint32_t psi_st; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 uint32_t psi_st_32; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 uint32_t psi_st_inv; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 int16_t dac_center; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 int16_t dac_min; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 int16_t dac_max; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 int16_t snr_thr; |
|
ba4b6877e227
fc-rfcal-vcxo: afcparams computation implemented
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
13 }; |
