mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-05 06:25:36 +00:00
add open capacitance model (constant)
This commit is contained in:
parent
ab87c813a1
commit
520ebef659
3 changed files with 31 additions and 16 deletions
2
dsp.c
2
dsp.c
|
|
@ -135,7 +135,7 @@ void calclate_gamma(float *gamma)
|
|||
}
|
||||
rn = sqrtf(acc_ref / len) * 2e3 * len;
|
||||
gamma[0] = -acc_r / rn;
|
||||
gamma[1] = acc_i / rn;
|
||||
gamma[1] = -acc_i / rn;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue