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

    The convolution of two vectors, u and v, represents the area of overlap under the points as v slides across u. Algebraically, convolution is the same operation as multiplying polynomials …

  2. Convolution - MATLAB & Simulink - MathWorks

    Convolution is a mathematical operation that combines two functions to describe the overlap between them. Convolution takes two functions and “slides” one of them over the other, …

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

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

  4. Filter Implementation - MATLAB & Simulink - MathWorks

    The mathematical foundation of filtering is convolution. For a finite impulse response (FIR) filter, the output y(k) of a filtering operation is the convolution of the input signal x(k) with the impulse …

  5. 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.

  6. 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.

  7. 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.

  8. 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 …

  9. How to convolve signal and transfer function - MATLAB Answers

    Nov 9, 2021 · The conv () function computes the convolution sum, which can approximate the convolution integral when scaled by the time step in the data. Also, need to be careful when …

  10. deconv - Least-squares deconvolution and polynomial division

    This MATLAB function deconvolves a vector h out of a vector y using polynomial long division, and returns the quotient x and remainder r such that y = conv (x,h) + r.