Δημοσιεύτηκε: 11 Ιουν 2009, 13:52
Κι εγώ για αυτά μιλάω. Απο το octave:
- Κώδικας: Επιλογή όλων
-- Function File: conv (A, B)
Convolve two vectors.
`y = conv (a, b)' returns a vector of length equal to `length (a)
+ length (b) - 1'. If A and B are polynomial coefficient vectors,
`conv' returns the coefficients of the product polynomial.
See also: deconv, poly, roots, residue, polyval, polyderiv,
polyinteg.