next up previous contents [pdf] index

Next: Input parameters Up: sf_spline4_post Previous: Call

Definition

void sf_spline4_post (int n            /* total trace length */, 
                      int n1           /* start point */, 
                      int n2           /* end point */, 
                      const float* inp /* spline coefficients */, 
                      float* out       /* function values */)
/*< cubic spline post-filtering >*/
{
   ...
}




2011-07-02