coif4.h 431 B

12345678910111213141516171819
  1. #ifndef _coif4__h_
  2. #define _coif4__h_
  3. void getcoif4( Vector&, Vector&, Vector&, Vector&, int );
  4. double scalcoif4( double, int, int, Vector& );
  5. double wavlcoif4( double, int, int, Vector& );
  6. void coiflet_line( const int, Vector& );
  7. void coifman4( const int, const int, const int, Vector&, Vector& );
  8. void coiflet_line_new( const int, int&, Vector& );
  9. double scalcoif4_new( double, int&, double&, double&, Vector& );
  10. #endif