Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

34 lines (27 loc) · 1.52 KB

Matlab and FIR Filters

Two-Dimensional Finite Impulse Response (FIR) filters in Matlab

Reference to:

[1] Valentyn N Sichkar. Two-Dimensional Finite Impulse Response (FIR) Filters in Matlab // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Matlab_and_FIR_Filters (date of access: XX.XX.XXXX)

Description

Learning Matlab's functions to show the differences between original images and images after filtering with FIR filters. FIR filters have several characteristics that make them ideal for image processing in the MATLAB environment:

  • FIR filters are easy to represent as matrices of coefficients.
  • Two-dimensional FIR filters are natural extensions of one-dimensional FIR filters.
  • There are several well-known, reliable methods for FIR filter design.
  • FIR filters are easy to implement.
  • FIR filters can be designed to have linear phase, which helps prevent distortion.

Low pass filter

Results

High pass filter

Results

Sharpness increasing

Results

Fourier transformation

Results

MIT License

Copyright (c) 2017 Valentyn N Sichkar

github.com/sichkar-valentyn

Reference to:

[1] Valentyn N Sichkar. Two-Dimensional Finite Impulse Response (FIR) Filters in Matlab // GitHub platform [Electronic resource]. URL: https://github.com/sichkar-valentyn/Matlab_and_FIR_Filters (date of access: XX.XX.XXXX)