feat: add marker operation groupdelay->edelay

This commit is contained in:
TT 2019-11-23 11:04:45 +09:00
parent 421c1be9f9
commit a3eb29ea04
3 changed files with 12 additions and 1 deletions

2
plot.c
View file

@ -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) {