Cea DSP
Cea DSP
BEEP-6A
AIR UNIVERISTY,ISLAMABAD
Abstract— In this paper, we are using the concept waveforms which are basically a function of time,
of Fourier and Inverse Fourier Transform in the space or some other variable. The Fourier transform
digital signal processing. After the invention of decomposes a waveform into a sinusoid and thus
digital computers, digital image processing took provides another way to represent a waveform.
various advantages over analog image processing.
A broad range of techniques and methods, in the 1.2 INVERSE FOURIER TRANSFORM:
form of a variety of algorithms, came into
A mathematical operation that transforms a function
existence. One can find a rich literature toady which
for a discrete or continuous spectrum into a function
can be applied to the input image data to solve
for the amplitude with the given spectrum; an
various problems. These problems may include
inverse transform of the Fourier transform.
converting images into digital data, calibration,
removing the build-up of noise and distortion 2. PROBLEM STATEMENT
during processing, etc. Since images are defined
Image de-noising is an important problem in image
over two dimensions (and perhaps more) digital
processing. Many techniques are available to
image processing may be modeled in the form of
remove noise from images. The problem statement
multidimensional systems. Digital image processing
for the complex engineering activity is given below:
has evolved rapidly with the development of
computers, mathematics, and the real-life demand
a) Understand how to store and read images.
for a variety of applications in wide range of areas b) Employing Matlab, design spatial as well
frequency domain approaches to solve the
1. INTRODUCTION
problem.
1.1 FOURIER TRANSFORM:
2.1 FOURIER TRANSFORM:
The Fourier transform is a mathematical function
that takes a time-based pattern as input and Students need to take Fourier Transform of the
determines the overall cycle offset, rotation speed noisy image. Note that students are not allowed to
and strength for every possible cycle in the given use built-in functions for computing the (Inverse)
pattern. The Fourier transform is applied to Fourier Transform.
rgb2gray()
To convert the given image into gray scale.
imnoise()
To generate noise in the image.
fft()
To find the Fourier transform of the image.
ifft()
To find the inverse Fourier transform of the image.
medfilt2()
To perform the filtering operation on the image.
Complex Engineering Activity (CEA) June 25, 2021
3.3 OUTPUT
NOISED IMAGE
ORIGINAL IMAGE
GRAYSCALE IMAGE
FOURIER TRANSFORMED IMAGE
Complex Engineering Activity (CEA) June 25, 2021
4 CONCLUSION: