Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

International Journal of Trend in Scientific Research and Development (IJTSRD)

Volume 8 Issue 2, March-April 2024 Available Online: www.ijtsrd.com e-ISSN: 2456 – 6470

Enhancing Image Quality in Compression and Fading Channels:


A Wavelet-Based Approach with Db2 and De-noising Filters
Shreyaskumar Patel
Sr. Embedded Software Engineer, Department of R & D Platform, Netscout Systems, Allen, Texas, United States

ABSTRACT How to cite this paper: Shreyaskumar


The relentless growth in digital image data and its widespread Patel "Enhancing Image Quality in
application across various fields such as medical imaging, satellite Compression and Fading Channels: A
imaging, and online content delivery necessitates efficient Wavelet-Based Approach with Db2 and
De-noising Filters"
compression techniques to reduce storage requirements and facilitate
Published in
faster transmission. However, traditional compression methods often International Journal
lead to a significant degradation in image quality, particularly at high of Trend in
compression ratios, making the recovery of the original image Scientific Research
fidelity challenging. This paper investigates the impact of and Development
compression ratio and PSNR on image quality, utilizing the 256×256 (ijtsrd), ISSN: 2456- IJTSRD64684
as a test image. It introduces a novel technique combining discrete 6470, Volume-8 |
wavelet transforms with Db2 wavelet and various de-noising filters Issue-2, April 2024, pp.415-422, URL:
(Wiener, Median) to enhance decompression quality measures, such www.ijtsrd.com/papers/ijtsrd64684.pdf
as SNR and BER, over existing methods. Further exploration is
Copyright © 2024 by author (s) and
conducted on the effect of increasing compression ratios on image
International Journal of Trend in
quality in flat fading channels using QPSK and 8-PSK modulation Scientific Research and Development
techniques with the Db2 wavelet transform. Comparative results Journal. This is an
demonstrate the efficacy of the proposed technique in maintaining Open Access article
higher quality in decompressed images. This study not only distributed under the
underscores the trade-off between compression ratio and image terms of the Creative Commons
quality but also showcases the potential of Db2 wavelet transforms in Attribution License (CC BY 4.0)
improving performance in fading channel conditions for different (http://creativecommons.org/licenses/by/4.0)
modulation schemes.
KEYWORDS: Image Compression, Discrete Wavelet Transform, Db2
Wavelet, De-noising Filters, SNR and BER, Flat Fading Channels,
QPSK and 8-PSK Modulations

1. INTRODUCTION
Image Compression has been the major area of links is considered as one of the major application of
research because of the increasing demand for visual future communication systems, and such systems
communications in entertainment, medical and require the use of high storage capacity and less error
business application over the existing band limited transmission. Image processing includes any form of
channels. For image compression, it is very necessary information processing in which the input is an
that the selection of transform reduce the size of the image. Many image processing technique derive from
resultant data as compared to the original data set the application of signal processing techniques to the
[1,2]. Image processing for a wireless transmission is domain of images 2-dimensional signals such as
a challenging task because of the amount of image photographs or video. Most of the signals processing
data that need to be processed in real time having the concepts that apply to one-dimensional signals such
restriction of transmission bandwidth and other as resolution, dynamic range, bandwidth, filtering etc.
limited resources of the wireless network. One of the are extend naturally to images as well [3-5]. Image
most important and challenging task of current and compression is an important field of research that has
future communication is transmission of high quality been studied for nearly three decade. Compressed
image from source to destination with least error images have numerous applications in diverse areas
where limitation of bandwidth is a prime problem [1]. such as high definition television, on-line product
By the advent of multimedia communication, the catalogs and other multimedia application. Another
multimedia transmission of multimedia over wireless important application is browsing where focus is on

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 415
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
getting high compression. For many years, the most technically mature. As a consequence, digital images
popular image compression a technique was based on are replacing conventional analog images in almost
the discrete cosine transform (DCT) [6-8]. In the every field. Example ranges from holiday pictures to
recent past, wavelets had emerged as an important medical images, like x-ray tomography [13]. So, there
technique for image compression. The key idea is a natural need to store image on a computer and
employed in image compression is that there is also to transmit them over the internet, to share them
statistical structure present in an image. Virtually all with other persons. The big problem is that digital
image compression algorithms exploit this statistical images are quite memory-consuming, and so a need
structure to devise a compressed representation of an to compress images is also quite natural if one wants
image. In recent years, many researchers have to store lots of images with a rather high resolution or
proposed compression algorithms based on the wants to transmit these images via a channel with
wavelet decomposition of an image. Since these limited bandwidth [14]. Although memory is getting
wavelet-based algorithms have proved to be very cheaper and cheaper these days it is still not unlimited
successful [9]. and also the number and even more severe the
resolution of images one may want to store has
A. Image Compression
increased in the last years. Furthermore, we should
In image compression the JPEG standard has already
not forget that transferring images is still an issue, as
been widely used. It uses DCT and Huffman coding
the bandwidth of networks, may they be wireless or
techniques. Its main disadvantage is when the coded
wired, is still quite limited, actually too limited to
bit rate is lower than a certain value (about 0.25
transfer images in a raw format [13-16].
bits/pixel), there are blocking effects in the decoded
image, due to the 88 block two-dimensional (2-D) 2. Daubechie Wavelet
DCT [10-11]. Also, if the image is directly These Daubechies wavelets are chosen to have the
transmitted over noisy a channel which is usually the highest number A of vanishing moments, means this
case for wireless applications it is easy to lose blocks, does not imply the good smoothness for given width
because Huffman coding is a VLC. The noisier the N=2A, and on the possible solutions that one is
channel, the more blocks are lost. Recently the chosen which scaling filter has external phase as
wavelet decomposition has been proved to be a better shown in Fig. 1. For fast wavelet transform is easy to
tool for image compression. Especially for high put into practice. These wavelets are mainly used for
compression ratios, it perform better than DCT based solving self-similarity property of a signal. Haar and
JPEG. Thus, the new JPEG 2000 standard adopt Daubechies wavelet have orthogonality, & they have
wavelet sub-band coding. Pixels that closed to each some nice features [17-20]:
other are called the neighborhood of the  Wavelet function and the scaling function are
representative pixel [12-15]. These related to 4- same for forward and inverse transform.
neighbhor, 8-neighbhor,and n-neighbors
relationship.4-neighbors pixel are related to two  Different subspaces between the correlation in the
horizontal pixel and two vertically upward pixel.8- signal are removed. The Haar wavelet transform
neighbhor has two vertical, two horizontal,4-diagonal is simplest type of wavelet, and fastest compare to
pixel [12]. other wavelet. But because of its discontinuity, it
makes difficult to simulate a continuous signal, is
B. Need of Image Compression main drawback.
In recent years, digital images are becoming more and
more important. Digital cameras are now cheap and

Fig. 1: Waveforms of Daubechies Wavelet


3. PROPOSED METHODOLOGY
Image de-noising is an active area of research in digital image processing. The aim of image de-noising is to
restore/recover original image from corrupted one with no or minimum distortion. The impulse noise is most

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 416
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
wide-spread and important noise in digital images. It affects image at the real time of acquisition due to noisy
sensor at the time of transmission due to channel errors (noise) or faulty memory locations in hardware by
synchronization errors in the image digitizing or transmission. The data that affected by salt-and-pepper noise
change drastically, because their amplitudes (amp.) are either relatively high or relatively low. If pixel values not
reflect the true intensities of the real scene, so it causes the degradation of the image quality. Various linear &
non-linear filtering scheme has been proposed for the removal of impulse noise. But linear filter lack usability
due to blurring of high-frequency (fh) components, and sharp details in the image. To overcome the shortcoming
of linear filters and non-linear filters have been adopted, and are still widely used for their useful properties like
edge preservation & robustness against impulse noise [17-18].
A. Quadrature Phase Shift Keying (QPSK)
This is also known as four-level PSK where each element represents more than one bit. Each symbol contains
two bits and it uses the phase shift of π/2, means 90º instead of shifting the phase 180º. In this mechanism, the
constellation consists of four points but the decision is always made in two bits. This mechanism can ensure the
efficient use of bandwidth and higher spectral efficiency. The principle equation (1) of QPSK Modulation of the
technique is [15]:

(1)

B. Fading Channels
Rayleigh and Rician fading channels are useful models of real-world phenomena in wireless communications.
These phenomena include multipath scattering effects, time dispersion, and Doppler shifts that arise from
relative motion between the transmitter and receiver.
The shaded shapes represent reflectors such as buildings. The major paths result in the arrival of delayed
versions of the signal at the receiver. In addition, the radio signal undergoes scattering on a local scale for each
major path. Such local scattering is typically characterized by a large number of Reflections by objects near the
mobile system. These irresolvable components combine at the receiver Rx.) & give rise to the phenomenon
known as multipath fading (e.g. MIMO). Each major path behaves as a discrete fading path [12-14].
C. Rayleigh Fading Channel
The information is transmitted in an environment with obstacles (Non Line-of-sight NLOS) as shown in Fig. 2,
more than one transmission paths will appear as result of the reflection(s). The receiver will then have to process
a signal which is a superposition of several different transmission paths. If there exists a large number of
transmission paths may be modeled as statistically independent; the central limit theorem will give the channel
the statistical characteristics of a Rayleigh Distribution [9].

Fig. 2: Non Line-of-sight prorogation


NLOS (indoor, city) Rayleigh fading occurs when there is no multipath LOS between transmitter and receiver
and have only indirect path which is called NLOS to receive the resultant waves. The Rayleigh Fading is one
kind of model which propagates the environment of radio signal. Rayleigh fading works as a reasonable model
when many objects in environment which scatter radio signal before arriving of receiver. When there is no

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 417
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
propagation dominant during line of sight between transmitter and receiver on that time Rayleigh Fading is most
applicable. On the other hand Rician Fading is more applicable then Rayleigh Fading when there is dominant
line of sight. During our simulation we used Rayleigh Fading when we simulate the performance of Bit Error
Rate (BER) verses Signal to Noise Ratio (SNR).
D. Rayleigh Fading Distribution
In mobile radio channels, the Rayleigh distribution is commonly used to describe the statistical time varying
nature of the received envelope of a flat fading signal, or the envelope of an individual multipath component. It
is well known that the envelope of the sum of two Quadrature Gaussian noise signals obeys a Rayleigh
distribution. The Rayleigh distribution has a probability density function (pdf) [18] given by:

P(r) = (2)

E. Compression Ratio (CR)


Compression ratio (CR) represents how much data is compressed using the compression algorithm with respect
to the original image size. So, this metric is an important measurement in image compressor’s performance
evaluation. Increase of CR is good for storage application since it reduces the transmission time consumption by
the image but at the same time it reduce the reconstructed image quality, so it is required between the
compression ratio and image quality metrics. In literature, several methods exist to measure the CR. For finding
Compression Ratio, we used number of bit to represent the size of original image and the number of bit to
represent the size compressed image. So, Compression ratio shows how much times image has been compressed.
By the ratio of the size of original data set to the size of the compressed data set we can find out compression
ratio.
(3)

Where X = Number of Bytes in the original data set, Y = Number of Bytes in the Compressed data set . It is
clearer by this example. Example: An image, 1024 pixel×1024 pixel×24 bit, without compression would require
3MB of storage. If after compression storage requirement is reduced to 300 KB, so by using formula we find the
compression ratio as 10:1.
4. Bit-Error-Rate (BER)
When number of bits error occurs within one second in a transmitted signal then we called it as Bit Error Rate
(BER). In another sentence Bit Error rate is one type of parameter which used to access the system that can
transmit digital signal from one end to other end. We can define BER as follows:
(4)

If transmitter and receiver’s medium are good in a particular time and Signal-to-Noise Ratio is high, then Bit
Error rate is low. In our thesis simulation we generated random signal when noise occurs after that we got the
value of Bit error rate.
5. Mean square error (MSE)
MSE is called squared error loss. These error measures the average of the square of the "error. It is incorporates
both the variance of the estimator and its bias so it is second moment of the error (about the origin). Mean square
error is minimizes the sum of squared errors due to bias and due to variance, so is criterion for an estimator. By
the average of the square of the difference between the desired response and the actual system output, MSE is
calculated. As a loss function, MSE is called squared error loss. For calculation, both the variance of the
estimator and its bias mentioned in equation 5.When estimator is unbiased, the MSE is the variance. Taking the
square root of MSE yields the root mean squared error or RMSE, by standard deviation which has the same units
as the quantity being estimated. For standard error, the RMSE is the square root of the variance, when estimator
is unbiased.
(5)

Where m and n is image size and I (i,j) is the input image and K (i,j) is retrieved image.

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 418
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
6. SNR (Signal-to-Noise Ratio)
Energy per bit to noise power spectral density ratio is important especially in simulation. Whenever we are
simulating and comparing the Bit Error rate (BER) the performance of adaptive modulation technique is very
necessary. The normalized form of is Signal-to-Noise Ratio (SNR). In tele-communication, Signal-to-Noise ratio
is the form of power ratio between a signal and background noise [20-21].
(7)

Here P is mean power. In this case the signal and the background noise are measuredwith the same point of view
if the measurement will take across the same impedance then SNR would be obtained by measuring the square
of the amplitude ratio.

(8)

In another word Signal to Noise Ratio: In many applications the Mean Square Error is
expressed in terms of a Signal to Noise Ratio (SNR) which defined in decibels (dB) as

(9)

Where is the variance of the desired image andis average variance.


7. Peak signal-to-noise ratio (PSNR)
The peak signal-to-noise ratio often abbreviated PSNR, is an term used for the ratio between the maximum
possible power of a signal and power of corrupting noise that affects the fidelity of its representation. So by the
ratio of signal variance and reconstruction error variance, PSNR can be defined[14].It is also explained as the
ratio between the maximum possible power of signal and the power of corrupting noise. Because many signals
have a very wide dynamic range, PSNR is usually expressed in terms of logarithmic decibel scale. So it is most
used as a measure of quality of reproduction of image compression etc. PSNR is easily defined which for two
monochrome images I and K where one of the images is considered noisy.
Encoding Time, Decoding Time and Transforming Time: Any compression system uses one of the encoding
techniques to encode the input information. The encoding operation is very crucial for the success of
compression system. It involves the representation of the input information in a form suitable for storage and
transmission. The time required to perform this operation is referred as encoding time. The reverse process to
encoding is decoding and the corresponding time required to decode an encoded data is decoding time. In
general, the information to be compressed will be represented in spatial domain. To compress the data, it was
observed that it is convenient to represent the data in frequency domain. Hence the information in time domain
needs to be converted into frequency domain. For that, one of the transforming techniques will be used. Again it
involves some time. This time is referred to as transforming time. These times are measured in seconds (s).
8. Simulation Result
The simulation result presented in the thesis focuses mainly on Compression ratio and PSNR which typically
affects the picture quality. Most of the times as researchers goes on increasing the compression ratio quality of
the resulting image use to go down for the proposed technique, test image “Cameraman.tif” size 256 *256. The
Results are shown in a quality measures such as SNR and BER for decompressed “Cameraman.tif” image are
calculated and compared. Table 1 shows the comparison of the results with the proposed technique of discrete
wavelet techniques Db2 wavelet with De-noising filter, Wiener filter and Median filter to the existing network
respectively.
9. Fading Channel on QPSK and 8-PSK Modulation with Db2 Transform
In this performance we consider flat fading channel on different modulation techniques with Db2 wavelet
transform. Most of the times as researchers go on increasing the compression ratio the quality of the resulting
image use to go down for the proposed technique, test image “Cameraman.tif” size 256 256.In the Fig. 3 (a)
show the (a) Original image, Compressed image and De-compressed image. The performance of Db2 Wavelet
transformer on QPSK modulation and 8-PSK modulation with Fading Channel as shown in Fig. 4 and Fig. 5
respectively.

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 419
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470

origional image Compressed image DeCompressed image

50 20 50
40
100 100
60
150 80 150

200 100 200


120 250
250
50 100 150 200 250 20 40 60 80 100120 50 100 150 200 250

Fig. 3 (a) Original image, Compressed image and De-compressed image


BER vs SNR in flat fading
0
10
Without filter
Wiener Filter
Median Filter
BER

-1
10

-2
10
0 2 4 6 8 10 12
SNR

Fig 4: Performance of Db2 Wavelet Transformer on QPSK Modulation with Fading Channel
BER vs SNR in flat fading
0
10
Witout Filter
Midian Filter
Wiener Filter
BER

-1
10

-2
10
0 2 4 6 8 10 12
SNR

Fig 5: Performance of Db2 Wavelet Transformer on 8-PSK Modulation with Fading Channel
Table 1 Showing CR values on various stages
CR
Wavelet Modulation Channel
Without filter Wiener filter Median filter
Db2 QPSK Flat fading 7.3192 6.1780 8.4726
Db2 8-PSK Flat fading 7.0192 6.0195 8.3036
Table 2 PSNR values on various stages
Channel Wavelet PSNR
PSK modulation
model technique Without filter Wiener filter Median filter
Flat fading QPSK Db2 15.2458 15.6548 16.1604
Flat fading 8-PSK Db2 14.7627 14.8627 15.3723

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 420
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
Conclusion: This scenario underscores the critical ROBUSTNESS. , Global Journal of Advanced
need for innovative compression techniques that not Engineering Technologies and Sciences: Vol. 9
only achieve high compression ratios but also No. 2 (2022)
preserve image quality, especially in challenging [7] R. Yadav, P. Moghe, M. Patidar, V. Jain, M.
transmission environments. This approach aims to Tembhurney and P. K. Patidar, "Performance
provide a balanced solution that optimizes both
Analysis of Side Lobe Reduction for Smart
compression efficiency and image quality restoration Antenna Systems Using Genetic Algorithms
capabilities, even in the presence of channel
(GA)," 2023 14th International Conference on
imperfections such as fading, thereby fulfilling the Computing Communication and Networking
pressing demands of modern digital imaging Technologies (ICCCNT), Delhi, India, 2023,
applications. The performance output plotted between pp. 1-5,
BER verses SNR for QPSK and 8-PSK modulation doi:10.1109/ICCCNT56998.2023.10306796.
techniques with Channel (AWGN and Flat fading)
using Wiener filter and Median filter. From the [8] Meshach Owho Ojile, Elijah O. Ogwara,
simulation results, we find that that if we increase VULNERABILITY OF COMMUNITIES TO
SNR value, BER performance is improved. We had FLOOD HAZARD AND RIVERBANK
also noticed that if using Db2 wavelet compression EROSION ALONG RIVER NUN IN
8.3726, increasing compression ratio for transmitting BAYELSA STATE, NIGERIA , Global Journal
image. of Advanced Engineering Technologies and
Sciences: Vol. 9 No. 3 (2022)
References:
[1] Wu, M. Wavelet Analysis for Image Denoising: [9] Mansur Zakariyya Shuaibu Alhassan Bala,
A Multiscale Approach for Enhancing Visual WHATSAPP FORENSICS AND ITS
Clarity. Preprints 2023, 2023101364. CHALLENGES FOR ANDROID
https://doi.org/10.20944/preprints202310.1364. SMARTPHONE , Global Journal of Advanced
v1 Engineering Technologies and Sciences: Vol. 3
No. 5 (2016)
[2] Kim-Phung Truong Ming-Hung Shu Bi-Min
Hsu Thanh-Lam Nguyen, CASE IN [10] Noureddine Aloui, Souha Bousselmi and
VIETNAM: WHAT FACTORS HAVE A Adnane Cherif, "Optimized Speech
STRONG EFFECT ON GOLD PRICE IN 5 Compression Algorithm Based on Wavelets
YEARS PERIOD , Global Journal of Advanced Techniques and its Real Time Implementation
Engineering Technologies and Sciences: Vol. 4 on DSP", I.J. Information Technology and
No. 4 (2017) Computer Science, vol. 03, pp. 33-41, 2015.
[3] Dipesh Gehlod Tarun kuril, PERMUTABLE [11] Shreyaskumar Patel "Optimizing Wiring
TECHNOLOGY , Global Journal of Advanced Harness Minimization through Integration of
Engineering Technologies and Sciences: Vol. 1 Internet of Vehicles (IOV) and Internet of
No. 1 (2014) Things (IoT) with ESP-32 Module: A
Schematic Circuit Approach", International
[4] T. Guo, T. Zhang, E. Lim, M. López-Benítez, Journal of Science & Engineering Development
F. Ma and L. Yu, "A Review of Wavelet Research (www.ijrti.org), ISSN:2455-2631,
Analysis and Its Applications: Challenges and
Vol.8, Issue 9, page no.95 - 103, September-
Opportunities," in IEEE Access, vol. 10, pp. 2023, Available:
58869-58903, 2022, http://www.ijrti.org/papers/IJRTI2309015.pdf
doi:10.1109/ACCESS.2022.3179517.
[12] M. Patidar, G. Bhardwaj, A. Jain, B. Pant, D.
[5] H. Tekwani and K. Raj, "Compression using Kumar Ray and S. Sharma, "An Empirical
Thresholding on Signal/Image by applying Study and Simulation Analysis of the MAC
Wavelet Analysis," 2018 International Layer Model Using the AWGN Channel on
Conference on Computational and
WiMAX Technology," 2022 2nd International
Characterization Techniques in Engineering & Conference on Technological Advancements in
Sciences (CCTES), Lucknow, India, 2018, pp. Computational Sciences (ICTACS), Tashkent,
17-20, doi:10.1109/CCTES.2018.8673979 Uzbekistan, 2022, pp. 658-662,
[6] Ayse K. Arslan, RETHINKING doi:10.1109/ICTACS56270.2022.9988033.
ROBUSTNESS IN MACHINE LEARNING: [13] Mike Meade, Shyamala C. Sivakumar and
USE OF GENERATIVE ADVERSARIAL William J. Phillips, "Comparative performance
NETWORKS FOR ENHANCED

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 421
International Journal of Trend in Scientific Research and Development @ www.ijtsrd.com eISSN: 2456-6470
of principal component analysis Gabor Simonyan. 2019. High fidelity speech synthesis
wavelets and discrete wavelet transforms for with adversarial networks. In International
face recognition", Can. J. Elect. Comput. Eng., Conference on Learning Representations.
vol. 30, no. 2, Spring 2005. [18] Ingrid Daubechies. 1988. Orthonormal bases of
[14] M. Patidar, R. Dubey, N. Kumar Jain and S. compactly upported wavelets. Communications
Kulpariya, "Performance analysis of WiMAX on pure and applied mathematics, 41(7):909–
802.16e physical layer model," 2012 Ninth 996.
International Conference on Wireless and [19] Prafulla Dhariwal and Alexander Nichol. 2021.
Optical Communications Networks (WOCN),
Diffusion models beat gans on image synthesis.
Indore, India, 2012, pp. 1-4, Advances in neural information processing
doi:10.1109/WOCN.2012.6335540.
systems, 34:8780–8794.
[15] P. Gupta, M. Patidar and P. Nema, [20] Harishchandra Dubey, Ashkan Aazami, Vishak
"Performance analysis of speech enhancement Gopal, Babak Naderi, Sebastian Braun, Ross
using LMS, NLMS and UNANR algorithms," Cutler, Hannes Gamper, Mehrsa Golestaneh,
2015 International Conference on Computer, and Robert Aichner. 2023. Icassp 2023 deep
Communication and Control (IC4), Indore, noise suppression challenge. In ICASSP. James
India, 2015, pp. 1-5, L Flanagan. 2013. Speech analysis synthesis
doi:10.1109/IC4.2015.7375561.
and perception, volume 3. Springer Science &
[16] Jacob Benesty, Shoji Makino, and Jingdong Business Media.
Chen. 2006. Speech enhancement. Springer
[21] Florentin Guth, Simon Coste, Valentin De
Science & Business Media.
Bortoli, and Stephane Mallat. 2022. Wavelet
[17] Mikołaj Bi´nkowski, Jeff Donahue, Sander score-based generative modeling. Advances in
Dieleman, Aidan Clark, Erich Elsen, Norman Neural Information Processing Systems, 35:
Casagrande, Luis C Cobo, and Karen 478–491.

@ IJTSRD | Unique Paper ID – IJTSRD64684 | Volume – 8 | Issue – 2 | Mar-Apr 2024 Page 422

You might also like