About 327,000 results
Open links in new tab
  1. filter - 1-D digital filter - MATLAB - MathWorks

    This MATLAB function filters the input data x using a rational transfer function defined by the numerator and denominator coefficients b and a.

  2. Filter Function in MATLAB - GeeksforGeeks

    Apr 28, 2025 · The filter function or 1-D digital filter is a function in MATLAB that is used to filter a given noisy data by removing the noise in the data and sharpening or smoothing the input function.

  3. MATLAB - Filter Function - Online Tutorials Library

    The filter function in MATLAB is a powerful tool for processing one-dimensional (1-D) digital signals. It enables you to apply digital filters to your data, allowing for tasks such as noise reduction, …

  4. Filter Data - MATLAB & Simulink - MathWorks

    The filter function is one way to implement a moving-average filter, which is a common data smoothing technique. The following difference equation describes a filter that averages time-dependent data …

  5. filter (MATLAB Functions) - Northwestern University

    The filter function filters a data sequence using a digital filter which works for both real and complex inputs. The filter is a direct form II transposed implementation of the standard difference equation …

  6. Filter Implementation - MATLAB & Simulink - MathWorks

    To implement this filtering operation, you can use the MATLAB filter function. filter stores the coefficients in two row vectors, one for the numerator and one for the denominator.

  7. Filter Data - MATLAB & Simulink - MathWorks China

    The filter function is one way to implement a moving-average filter, which is a common data smoothing technique. The following difference equation describes a filter that averages time-dependent data …

  8. Filter Design - MATLAB & Simulink - MathWorks

    Learn how to do digital filter design in MATLAB. Resources include filter design concepts, examples and links to documentation.

  9. filter2 - 2-D digital filter - MATLAB - MathWorks

    You can digitally filter images and other 2-D data using the filter2 function, which is closely related to the conv2 function. Create and plot a 2-D pedestal with interior height equal to one.

  10. digitalFilter - Digital filter - MATLAB - MathWorks

    Use filter in the form dataOut = filter(d,dataIn) to filter a signal with a digitalFilter d. The input can be a double- or single-precision vector. It can also be a matrix with as many columns as there are input …