home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c129 / 1.ddi / SMOOTH.H < prev    next >
Encoding:
Text File  |  1988-02-01  |  262 b   |  10 lines

  1.  
  2.  
  3. void DataSmoothSg(float *dataset,int numdat,int smoothnum,
  4.                  int derivnum, float *smoothdata);
  5.  
  6. void DataSmoothWeights(float *dataset,int numdat,int smoothnum,
  7.                        float *weights,float wdivisor,float *smoothdata);
  8.  
  9.  
  10.