From 8e9af4404bedd0fc7ff9c34bf8b794d6b8602b36 Mon Sep 17 00:00:00 2001 From: bgtushar Date: Thu, 30 Nov 2017 17:33:15 +0530 Subject: deleted html and added new functions --- help/en_US/fftconv.xml | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 help/en_US/fftconv.xml (limited to 'help/en_US/fftconv.xml') diff --git a/help/en_US/fftconv.xml b/help/en_US/fftconv.xml new file mode 100644 index 0000000..8748aec --- /dev/null +++ b/help/en_US/fftconv.xml @@ -0,0 +1,55 @@ + + + + + + + + fftconv + Convolve two vectors using the FFT for computation. + + + + + Calling Sequence + + Y = fftconv(X, Y) + Y = fftconv(X, Y, N) + + + + + Parameters + + X, Y: + Vectors + + + + + Description + +Convolve two vectors using the FFT for computation. 'c' = fftconv (X, Y)' returns a vector of length equal to 'length(X) + length (Y) - 1'. If X and Y are the coefficient vectors of two polynomials, the returned value is the coefficient vector of the product polynomial. + + + + + Examples + + + -- cgit