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

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

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

revision 1.6 by vishnou, Tue Aug 26 15:49:14 2003 UTC revision 1.7 by exos, Wed Sep 10 21:35:18 2003 UTC
# Line 89  class DiscSignal: public Type { Line 89  class DiscSignal: public Type {
89    DiscSignal &operator*(DiscSignal &src1)    DiscSignal &operator*(DiscSignal &src1)
90    {return this->mult(*this, src1);};    {return this->mult(*this, src1);};
91    
92    
93      /** \brief this operartor create a new discret signal form this
94       ** this signal is a window of the first
95       ** \param fst: initial index of new signal
96       ** \param snd: final index of new signal
97       */
98      DiscSignal &windowing( unsigned fst, unsigned snd ) const;
99    
100        
101    /** \brief concat src1 and src2 signal in the result    /** \brief concat src1 and src2 signal in the result
102     ** \param src1: data to put in first     ** \param src1: data to put in first

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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