Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 587 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 587 Bytes

Programming for Signal and Image Processing

Implementation of essential signal and image processing algorithms and functions in MATLAB. This material includes:

  • fourier series
  • data filtering in frequency domain
  • sampling and augmentation
  • color and intensity of images
  • image enhancement
    • histogram equalization
    • band-pass filter
    • unsharp masking
    • notch rejection filter
    • color extraction and so on.

If you want to see some sample results, please visit the website: https://www.jongwonlee.site/main/miscellaneous-projects

All packages are tested in MATLAB R2018a.