please dont rip this site

UK AC York CS Www-users Http ~fisher Software Mkfilter Odds Group.c

static double yfacs[MAXPOLES+1];    /* coeffs. of Yi */
static int bcoeffs[MAXPOLES+1];	    /* binomial coefficients; e.g. 1,5,10,10,5,1 for order 5 */

static printgrouped() /* print recurrence relation with terms grouped for efficiency */
  { int i;
    printf("y[n] = ");
    for (i=0; i < numpoles+1; i++)
      { if (i > 0) printf("     + ");
	printf("%3d * (x[n-%2d]", bcoeffs[i], numpoles-i);
	if (i < numpoles)
	  { double f = yfacs[i];
	    printf((f >= 0.0) ? " + " : " - ");
	    printf("%14.10f * y[n-%2d]", fabs(yfacs[i]), numpoles-i);
	  }
	printf(")\n");
      }
    putchar('\n');
  }

static groupterms()
  { /* given zbotcoeffs, ztopcoeffs, compute yfacs, bcoeffs */
    bool fail = false; int i;
    for (i=0; i < numpoles+1; i++)
      { double xco = ztopcoeffs[i].re / zbotcoeffs[numpoles].re;
	double yco = - (zbotcoeffs[i].re / zbotcoeffs[numpoles].re);
	bcoeffs[i] = ifix(xco); /* shd be an integer */
	/* check computed coeff of x[i] is an integer */
	if (fabs(bcoeffs[i] - xco) > EPS)
	  { fprintf(stderr, "mkfilter: bug: coeff of x[%d] = %g shd be an integer!\n", i, xco);
	    fail = true;
	  }
	if (false && fabs(yco) >= fabs(xco)) ???
	  { fprintf(stderr, "mkfilter: bug: yfacs[%d] = %g/%g is out of range -1 .. +1!\n", i, yco, xco);
	    fail = true;
	  }
	else yfacs[i] = yco/xco;
      }
    if (fail) exit(1);
  }




file: /Techref/uk/ac/york/cs/www-users/http/~fisher/software/mkfilter/odds/group.c, 1KB, , updated: 2000/4/4 12:13, local time: 2024/5/18 08:31,
TOP NEW HELP FIND: 
3.137.187.186:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://ecomorder.com/techref/uk/ac/york/cs/www-users/http/~fisher/software/mkfilter/odds/group.c"> uk ac york cs www-users http ~fisher software mkfilter odds group</A>

Did you find what you needed?

 

Welcome to ecomorder.com!

 

Welcome to ecomorder.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .