Skip to content

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

License

Notifications You must be signed in to change notification settings

sichkar-valentyn/Matlab_and_FIR_Filters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages