mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2026-04-07 07:24:05 +00:00
feat: add marker operation groupdelay->edelay
This commit is contained in:
parent
421c1be9f9
commit
a3eb29ea04
3 changed files with 12 additions and 1 deletions
2
plot.c
2
plot.c
|
|
@ -503,7 +503,7 @@ cartesian_scale(float re, float im, int *xp, int *yp, float scale)
|
|||
*yp = HEIGHT/2 - y;
|
||||
}
|
||||
|
||||
static float
|
||||
float
|
||||
groupdelay_from_array(int i, float array[101][2])
|
||||
{
|
||||
if (i == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue