About 92 results
Open links in new tab
  1. conv - Convolution and polynomial multiplication - MATLAB

    w = conv(u,v) returns the convolution of vectors u and v. If u and v are vectors of polynomial coefficients, convolving them is equivalent to multiplying the two polynomials.

  2. Convolution - MATLAB & Simulink - MathWorks

    Convolution is a mathematical operation that combines two signals and outputs a third signal. See how convolution is used in image processing, signal processing, and deep learning.

  3. conv2 - 2-D convolution - MATLAB - MathWorks

    This MATLAB function returns the two-dimensional convolution of matrices A and B.

  4. Correlation and Convolution - MATLAB & Simulink - MathWorks

    Signal Processing Toolbox™ provides a family of correlation and convolution functions that let you detect signal similarities. Determine periodicity, find a signal of interest hidden in a long data …

  5. Linear and Circular Convolution - MATLAB & Simulink - MathWorks

    The Signal Processing Toolbox™ software has a function, cconv, that returns the circular convolution of two vectors. You can obtain the linear convolution of x and y using circular …

  6. convmtx - Convolution matrix - MATLAB - MathWorks

    This MATLAB function returns the convolution matrix, A, such that the product of A and an n-element vector, x, is the convolution of h and x.

  7. conv - Convolution and polynomial multiplication of fi objects

    This MATLAB function returns the convolution of input vectors a and b, at least one of which must be a fi object.

  8. convolution of two functions - MATLAB Answers - MATLAB …

    Sep 1, 2013 · The use of function int suggested by Roger comes from the definition of the convolution, that can be obtained with symbolic parameters. But you will need to 'frame' or …

  9. Smooth Data with Convolution - MATLAB & Simulink - MathWorks

    You can use convolution to smooth 2-D data that contains high-frequency components. Create 2-D data using the peaks function, and plot the data at various contour levels.

  10. Manual Code for convolution - MATLAB Answers - MATLAB …

    Nov 6, 2017 · Manual Code for convolution. Learn more about mathematics, numerical integration