/[marvin]/marvin/src/libsip/type/contsignal.hh
ViewVC logotype

Diff of /marvin/src/libsip/type/contsignal.hh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by hannibal, Mon Aug 11 22:38:01 2003 UTC revision 1.4 by hannibal, Tue Aug 12 20:42:33 2003 UTC
# Line 47  class ContSignal: public Type { Line 47  class ContSignal: public Type {
47    // Associations    // Associations
48    // Attributes    // Attributes
49    // Operations    // Operations
50    public:  public:
51      void add (  );    ContSignal(double *data) : Type(data)
52      void mult (  );    {
53      void concat (  );    };
54      void Haming (  );    ContSignal(double *data, int length) : Type(data, length)
55      void truncate (  );    {
56      void min (  );    };
57      void max (  );    ContSignal &add ( ContSignal &src1, ContSignal &src2 );
58      ContSignal &mult ( ContSignal &src1, ContSignal &src2 );
59      ContSignal &ContSignal::concat ( ContSignal &src1, ContSignal &src2 );
60      ContSignal &ContSignal::hamming ( ContSignal &src );
61      ContSignal &ContSignal::truncate ( ContSignal &src, const int begin, const int end );
62      int ContSignal::min ( ContSignal &src );
63      int ContSignal::max ( ContSignal &src );
64  };  };
65    
66  #endif  #endif

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26