[go: up one dir, main page]

CN114528871B - A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology - Google Patents

A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology Download PDF

Info

Publication number
CN114528871B
CN114528871B CN202210045599.5A CN202210045599A CN114528871B CN 114528871 B CN114528871 B CN 114528871B CN 202210045599 A CN202210045599 A CN 202210045599A CN 114528871 B CN114528871 B CN 114528871B
Authority
CN
China
Prior art keywords
fractional
reconstruction
pass filter
wavelet
wavelet decomposition
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202210045599.5A
Other languages
Chinese (zh)
Other versions
CN114528871A (en
Inventor
王占龙
王延萍
王志峰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
CETC 20 Research Institute
Original Assignee
CETC 20 Research Institute
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by CETC 20 Research Institute filed Critical CETC 20 Research Institute
Priority to CN202210045599.5A priority Critical patent/CN114528871B/en
Publication of CN114528871A publication Critical patent/CN114528871A/en
Application granted granted Critical
Publication of CN114528871B publication Critical patent/CN114528871B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/10Complex mathematical operations
    • G06F17/16Matrix or vector computation, e.g. matrix-matrix or matrix-vector multiplication, matrix factorization
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2218/00Aspects of pattern recognition specially adapted for signal processing
    • G06F2218/02Preprocessing
    • G06F2218/04Denoising
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Pure & Applied Mathematics (AREA)
  • Mathematical Analysis (AREA)
  • Mathematical Optimization (AREA)
  • Computational Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Theoretical Computer Science (AREA)
  • Computing Systems (AREA)
  • Algebra (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Image Processing (AREA)

Abstract

本发明提供了一种利用分数次小波分解与重构技术的降噪方法,针对采用小波分解重构技术进行信号降噪处理的缺陷,根据分数阶微积分理论思想,改变小波分解高/低通滤波器与重构高/低通滤波器的固定形式,改变原来有限的阈值算法形式,使得滤波器形式与阈值算法形式能够根据被处理信号的实际情况而灵活调整,最终达到提升降噪的效果。本发明使得现有的小波分解与重构技术、阈值滤波技术有了更多更好的技术效果,解决了小波分解与重构滤波器形式单一固定、阈值算法形式有限的技术难题,在改善图像信号的视觉效果与提高降噪精度方面都取得了明显的进步。

The present invention provides a noise reduction method using fractional wavelet decomposition and reconstruction technology. Aiming at the defects of using wavelet decomposition and reconstruction technology for signal noise reduction processing, according to the theoretical ideas of fractional calculus, the fixed forms of wavelet decomposition high/low pass filters and reconstruction high/low pass filters are changed, and the original limited threshold algorithm form is changed, so that the filter form and the threshold algorithm form can be flexibly adjusted according to the actual situation of the processed signal, and finally the effect of improving noise reduction is achieved. The present invention makes the existing wavelet decomposition and reconstruction technology and threshold filtering technology have more and better technical effects, solves the technical problems of single fixed wavelet decomposition and reconstruction filter form and limited threshold algorithm form, and has made significant progress in improving the visual effect of image signals and improving noise reduction accuracy.

Description

一种利用分数次小波分解与重构技术的降噪方法A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology

技术领域Technical Field

本发明涉及信号处理领域,尤其是一种信号降噪处理方法。The present invention relates to the field of signal processing, and in particular to a signal noise reduction processing method.

背景技术Background technique

目前利用小波分解与重构技术并结合阈值进行信号降噪处理的过程如下:At present, the process of signal noise reduction using wavelet decomposition and reconstruction technology combined with threshold is as follows:

x=X+40*randn(size(X))为含噪信号,其中X为Matlab系统自带原始图像woman,40*randn(size(X))为外加的白噪声信号。利用小波分解技术对含噪信号分别进行一层、二层与三层分解并且采用阈值对高频分量进行滤波处理,其中,采用的小波函数名称为‘sym5’,然后进行小波重构,完成含噪信号的降噪处理。处理结果分为两部分:一部分为图像仿真效果图,另一部分为降噪后的图像与原始图像相比最大误差值,结果分别见图3、图4及图5中的(a)、(b)、(c)与表1。x=X+40*randn(size(X)) is the noisy signal, where X is the original image woman that comes with the Matlab system, and 40*randn(size(X)) is the added white noise signal. The wavelet decomposition technology is used to decompose the noisy signal into one layer, two layers and three layers respectively, and the high-frequency component is filtered using the threshold. The wavelet function used is named ‘sym5’, and then wavelet reconstruction is performed to complete the denoising of the noisy signal. The processing results are divided into two parts: one part is the image simulation effect diagram, and the other part is the maximum error value between the denoised image and the original image. The results are shown in Figures 3, 4 and 5 (a), (b), (c) and Table 1.

表1小波分解与重构后相对原始图像的最大误差值表Table 1 Maximum error values of wavelet decomposition and reconstruction relative to the original image

序号Serial number 小波分解层数Wavelet decomposition level 阈值向量Threshold vector 最大误差值Maximum error value 11 11 [34 50][34 50] 146.36146.36 22 22 [87 87][87 87] 146.23146.23 33 33 [97 97][97 97] 147.18147.18

通过分析,以现有的小波分解与重构技术进行降噪,效果只能达到以上结果。为了提高降噪处理效果,也出现了许多阈值改造技术,如软阈值与硬阈值技术等。然而这些技术对降噪效果的提升是有限的。Through analysis, the existing wavelet decomposition and reconstruction technology can only achieve the above results. In order to improve the noise reduction effect, many threshold modification technologies have also emerged, such as soft threshold and hard threshold technology. However, these technologies have limited effect on the improvement of noise reduction.

发明内容Summary of the invention

为了克服现有技术的不足,本发明提供一种利用分数次小波分解与重构技术的降噪方法。本发明针对采用小波分解重构技术进行信号降噪处理的缺陷,根据分数阶微积分理论思想,改变小波分解高/低通滤波器与重构高/低通滤波器的固定形式,改变原来有限的阈值算法形式,使得滤波器形式与阈值算法形式能够根据被处理信号的实际情况而灵活调整,最终达到提升降噪的效果。In order to overcome the shortcomings of the prior art, the present invention provides a noise reduction method using fractional wavelet decomposition and reconstruction technology. Aiming at the defects of using wavelet decomposition and reconstruction technology for signal noise reduction processing, the present invention changes the fixed form of wavelet decomposition high/low pass filter and reconstruction high/low pass filter according to the theoretical ideas of fractional calculus, and changes the original limited threshold algorithm form, so that the filter form and the threshold algorithm form can be flexibly adjusted according to the actual situation of the processed signal, and finally achieves the effect of improving noise reduction.

本发明解决其技术问题所采用的技术方案的具体步骤如下:The specific steps of the technical solution adopted by the present invention to solve its technical problem are as follows:

步骤1:调用含噪信号Step 1: Call the noisy signal

在Matlab或其它平台下,读取含噪信号,即完成调用含噪信号;In Matlab or other platforms, reading the noisy signal means calling the noisy signal.

步骤2:对含噪信号进行分数次小波分解产生新的小波系数矩阵;Step 2: Perform fractional wavelet decomposition on the noisy signal to generate a new wavelet coefficient matrix;

首先,将小波分解高通滤波器系数和低通滤波器系数进行分数次微积分变化,使滤波器形式随着分数次微积分的积分次数的变化而变化;其次,将经过分数次微积分改变后的分数次小波分解高通滤波器系数和低通滤波器应用于四个子带的产生过程中;具体步骤如下:First, the wavelet decomposition high-pass filter coefficients and low-pass filter coefficients are changed by fractional calculus, so that the filter form changes with the number of integration times of fractional calculus; secondly, the fractional wavelet decomposition high-pass filter coefficients and low-pass filter changed by fractional calculus are applied to the generation process of four sub-bands; the specific steps are as follows:

(a)LL子带;(a) LL sub-band;

二维含噪信号在水平方向边界延拓后,利用分数次小波分解低通滤波器进行卷积处理,每个行向量进行下采样,在垂直方向边界延拓后,利用分数次小波分解低通滤波器进行卷积处理,每个列向量进行下采样,得到图像信号的近似小波系数矩阵FCA;After the two-dimensional noisy signal is extended in the horizontal direction, it is convolved with a fractional wavelet decomposition low-pass filter, and each row vector is downsampled. After the two-dimensional noisy signal is extended in the vertical direction, it is convolved with a fractional wavelet decomposition low-pass filter, and each column vector is downsampled to obtain the approximate wavelet coefficient matrix FCA of the image signal.

(b)HL子带(b) HL subband

二维含噪信号在水平方向边界延拓后,利用分数次小波分解低通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵FCH;After the two-dimensional noisy signal is extended in the horizontal direction, it is convolved with a fractional wavelet decomposition low-pass filter, and each row vector is downsampled. After the vertical direction boundary is extended, it is convolved with a fractional wavelet decomposition high-pass filter, and each column vector is downsampled to obtain the wavelet coefficient matrix FCH of the image signal.

(c)LH子带(c) LH subband

二维含噪信号在水平方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用分数次小波分解低通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵FCV;After the two-dimensional noisy signal is extended in the horizontal direction, it is convolved with a fractional wavelet decomposition high-pass filter, and each row vector is downsampled. After the vertical direction boundary is extended, it is convolved with a fractional wavelet decomposition low-pass filter, and each column vector is downsampled to obtain the wavelet coefficient matrix FCV of the image signal.

(d)HH子带(d) HH subband

二维含噪信号在水平方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵FCD;After the horizontal boundary extension, the two-dimensional noisy signal is processed by convolution with a fractional wavelet decomposition high-pass filter, and each row vector is downsampled. After the vertical boundary extension, the two-dimensional noisy signal is processed by convolution with a fractional wavelet decomposition high-pass filter, and each column vector is downsampled to obtain the wavelet coefficient matrix FCD of the image signal.

步骤3:对三个方向的高频系数进行阈值处理;Step 3: Threshold processing is performed on the high-frequency coefficients in three directions;

对水平,对角线,垂直三个方向的高频系数进行阈值处理,产生新的系数矩阵FNA、FNH、FNV及FND;Threshold processing is performed on the high-frequency coefficients in the horizontal, diagonal and vertical directions to generate new coefficient matrices FNA, FNH, FNV and FND;

步骤4:信号小波重构;Step 4: Signal wavelet reconstruction;

首先,将小波重构高/低通滤波器系数进行分数次微积分变化,改变原来的固定形式,使滤波器形式随着分数次微积分的积分次数的变化而变化;其次,将经过分数次微积分改变后的小波重构高/低通滤波器应用于四个重构系数矩阵的产生过程中;具体如下:Firstly, the wavelet reconstruction high/low pass filter coefficients are transformed by fractional calculus to change the original fixed form, so that the filter form changes with the change of the number of integration times of fractional calculus; secondly, the wavelet reconstruction high/low pass filter after fractional calculus is applied to the generation process of four reconstruction coefficient matrices; the details are as follows:

(a)近似重构系数矩阵FCA’;(a) Approximate reconstruction coefficient matrix FCA’;

对图像信号的系数矩阵FNA的每个列向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成行向量的截取,得到图像信号的近似重构系数矩阵FCA’;After upsampling and extending the boundaries of each column vector of the coefficient matrix FNA of the image signal, convolution is performed with the fractional wavelet reconstruction low-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, convolution is performed with the fractional wavelet reconstruction low-pass filter and the row vector is intercepted, and the approximate reconstruction coefficient matrix FCA' of the image signal is obtained.

(b)重构系数矩阵FCH’(b) Reconstruction coefficient matrix FCH’

对图像信号的系数矩阵FNH的每个列向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵FCH’;After upsampling and extending the boundaries of each column vector of the coefficient matrix FNH of the image signal, convolution is performed with the fractional wavelet reconstruction high-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, convolution is performed with the fractional wavelet reconstruction low-pass filter and the row vector is intercepted, and the reconstruction coefficient matrix FCH' of the image signal is obtained.

(c)重构系数矩阵FCV’(c) Reconstruction coefficient matrix FCV’

对图像信号的系数矩阵FNV的每个列向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵FCV’。After upsampling and extending the boundaries of each column vector of the coefficient matrix FNV of the image signal, it is convolved with the fractional wavelet reconstruction low-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with the fractional wavelet reconstruction high-pass filter and the row vector is intercepted to obtain the reconstructed coefficient matrix FCV’ of the image signal.

(d)重构系数矩阵FCD’(d) Reconstruction coefficient matrix FCD’

对图像信号的系数矩阵FND的每个列向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵FCD’;After upsampling and extending the boundaries of each column vector of the coefficient matrix FND of the image signal, convolution is performed with the fractional wavelet reconstruction high-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, convolution is performed with the fractional wavelet reconstruction high-pass filter and the row vector is intercepted, and the reconstruction coefficient matrix FCD' of the image signal is obtained.

步骤5:信号降噪后恢复;Step 5: Signal restoration after noise reduction;

将步骤4中得出的近似重构系数矩阵与重构系数矩阵相加则得到降噪后的信号,即:FX’=FCA’+FCH’+FCV’+FCD’,FX’为最终得到的降噪后的信号。The approximate reconstruction coefficient matrix obtained in step 4 is added to the reconstruction coefficient matrix to obtain the denoised signal, that is: FX’=FCA’+FCH’+FCV’+FCD’, where FX’ is the final denoised signal.

本发明采用软阈值算法做分数次微积分变化,使现有的软阈值算法随着分数次微积分的积分次数的变化而不断变化,更好地适应被处理信号,达到更好地阈值滤波效果;所采用的软阈值算法做分数次微积分变化;根据实际需要,对含噪信号分别进行小波一层小波分解、二层小波分解和三层小波分解,尺度向量设置由小波分解层数决定,阈值向量根据实际需要设置;对LL、HL、LH及HH子带的系数矩阵FCA、FCH、FCV及FCD分别进行水平,对角线,垂直三个方向的软阈值滤波处理,对应产生新的系数矩阵FNA、FNH、FNV及FND。The present invention adopts a soft threshold algorithm to perform fractional calculus changes, so that the existing soft threshold algorithm changes continuously with the change of the number of integration times of the fractional calculus, better adapts to the processed signal, and achieves a better threshold filtering effect; the adopted soft threshold algorithm performs fractional calculus changes; according to actual needs, the noisy signal is respectively subjected to wavelet one-layer wavelet decomposition, two-layer wavelet decomposition and three-layer wavelet decomposition, the scale vector setting is determined by the number of wavelet decomposition layers, and the threshold vector is set according to actual needs; the coefficient matrices FCA, FCH, FCV and FCD of the LL, HL, LH and HH subbands are respectively subjected to soft threshold filtering processing in three directions of horizontal, diagonal and vertical directions, and new coefficient matrices FNA, FNH, FNV and FND are correspondingly generated.

本发明的有益效果在于由于采用了小波分解与重构高/低通滤波器的分数次微积分变化技术手段、软阈值算法分数次微积分变化技术手段,使得现有的小波分解与重构技术、阈值滤波技术有了更多更好的技术效果,解决了小波分解与重构滤波器形式单一固定、阈值算法形式有限的技术难题,在改善图像信号的视觉效果与提高降噪精度方面都取得了明显的进步。The beneficial effect of the present invention is that due to the adoption of fractional calculus variation technology means of wavelet decomposition and reconstruction high/low pass filters and fractional calculus variation technology means of soft threshold algorithm, the existing wavelet decomposition and reconstruction technology and threshold filtering technology have more and better technical effects, and the technical problems of single fixed form of wavelet decomposition and reconstruction filters and limited form of threshold algorithms have been solved, and significant progress has been made in improving the visual effect of image signals and improving the noise reduction accuracy.

附图说明BRIEF DESCRIPTION OF THE DRAWINGS

图1为传统小波分解与重构技术的降噪处理流程图。FIG1 is a flowchart of the denoising process of the traditional wavelet decomposition and reconstruction technology.

图2为分数次小波分解与重构技术的降噪处理流程图。FIG2 is a flowchart of the noise reduction process of the fractional wavelet decomposition and reconstruction technology.

图3为新发明实例应用的一层小波分解与重构图像效果对比图。其中图3的图(a)为原始图像woman,图3的图(b)为含噪信号,图3的图(c)为采用传统小波分解与重构技术对含噪图像降噪后的效果图,图3的图(d)为采用分数次小波分解与重构技术对含噪图像降噪后的效果图。FIG3 is a comparison diagram of the effects of one-layer wavelet decomposition and reconstruction of an image applied in an example of the new invention. FIG3 (a) is the original image woman, FIG3 (b) is the noisy signal, FIG3 (c) is the effect diagram of the noisy image after denoising using the traditional wavelet decomposition and reconstruction technology, and FIG3 (d) is the effect diagram of the noisy image after denoising using the fractional wavelet decomposition and reconstruction technology.

图4为新发明实例应用的二层小波分解与重构图像效果对比图,其中图4的图(a)为原始图像woman,图4的图(b)为含噪信号,图4的图(c)为采用传统小波分解与重构技术对含噪图像降噪后的效果图,图4的图(d)为采用分数次小波分解与重构技术对含噪图像降噪后的效果图。FIG4 is a comparison diagram of the two-layer wavelet decomposition and reconstruction image effects of the new invention example application, wherein FIG4(a) is the original image woman, FIG4(b) is the noisy signal, FIG4(c) is the effect diagram of the noisy image after denoising using the traditional wavelet decomposition and reconstruction technology, and FIG4(d) is the effect diagram of the noisy image after denoising using the fractional wavelet decomposition and reconstruction technology.

图5为新发明实例应用的三层小波分解与重构图像效果对比图。其中图5的图(a)为原始图像woman,图5的图(b)为含噪信号,图5的图(c)为采用传统小波分解与重构技术对含噪图像降噪后的效果图,图5的图(d)为采用分数次小波分解与重构技术对含噪图像降噪后的效果图。FIG5 is a comparison diagram of the three-layer wavelet decomposition and reconstruction image effects of the new invention example application. FIG5 (a) is the original image woman, FIG5 (b) is the noisy signal, FIG5 (c) is the effect diagram of the noisy image after denoising using the traditional wavelet decomposition and reconstruction technology, and FIG5 (d) is the effect diagram of the noisy image after denoising using the fractional wavelet decomposition and reconstruction technology.

具体实施方式Detailed ways

下面结合附图和实施例对本发明进一步说明。The present invention is further described below in conjunction with the accompanying drawings and embodiments.

传统利用小波分解与重构技术降噪步骤如图1所示,图1中省略掉向量的边界延拓与截取,步骤2中有体现,其中Dh为小波分解低通滤波器,Dg为小波分解高通滤波器,Rh为小波重构低通滤波器,Rg为为小波重构高通滤波器。具体步骤如下:The traditional noise reduction steps using wavelet decomposition and reconstruction technology are shown in Figure 1. The boundary extension and interception of the vector are omitted in Figure 1, which is reflected in step 2, where Dh is the wavelet decomposition low-pass filter, Dg is the wavelet decomposition high-pass filter, Rh is the wavelet reconstruction low-pass filter, and Rg is the wavelet reconstruction high-pass filter. The specific steps are as follows:

步骤1:调用含噪信号Step 1: Call the noisy signal

这是采用小波分解与重构技术进行降噪的第一步,可以在Matlab或其它平台下,读取含噪信号即完成了调用含噪信号。This is the first step of using wavelet decomposition and reconstruction technology to reduce noise. The noisy signal can be called by reading it in Matlab or other platforms.

步骤2:对含噪信号进行小波分解产生小波系数矩阵Step 2: Perform wavelet decomposition on the noisy signal to generate a wavelet coefficient matrix

二维含噪信号采用分别在水平和垂直方向进行滤波的方法实现小波分解,共产生四个子图像,具体如下:The two-dimensional noisy signal is decomposed by wavelet filtering in the horizontal and vertical directions, and four sub-images are generated, as follows:

(a)LL子带(a) LL subband

二维含噪信号在水平方向边界延拓后利用小波分解低通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用小波分解低通滤波器卷积处理,每个列向量进行下采样,得到图像信号的近似小波系数矩阵CA。The two-dimensional noisy signal is convolved with a wavelet decomposition low-pass filter after horizontal boundary extension, and each row vector is downsampled. The two-dimensional noisy signal is convolved with a wavelet decomposition low-pass filter after vertical boundary extension, and each column vector is downsampled to obtain the approximate wavelet coefficient matrix CA of the image signal.

(b)HL子带(b) HL subband

二维含噪信号在水平方向边界延拓后利用小波分解低通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用小波分解高通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵CH。The two-dimensional noisy signal is convolved with a wavelet decomposition low-pass filter after horizontal boundary extension, and each row vector is downsampled. The two-dimensional noisy signal is convolved with a wavelet decomposition high-pass filter after vertical boundary extension, and each column vector is downsampled to obtain the wavelet coefficient matrix CH of the image signal.

(c)LH子带(c) LH subband

二维含噪信号在水平方向边界延拓后利用小波分解高通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用小波分解低通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵CV。The two-dimensional noisy signal is convolved with a wavelet decomposition high-pass filter after horizontal boundary extension, and each row vector is downsampled. The two-dimensional noisy signal is convolved with a wavelet decomposition low-pass filter after vertical boundary extension, and each column vector is downsampled to obtain the wavelet coefficient matrix CV of the image signal.

(d)HH子带(d) HH subband

二维含噪信号在水平方向边界延拓后利用小波分解高通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用小波分解高通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵CD。The two-dimensional noisy signal is processed by convolution with a wavelet decomposition high-pass filter after horizontal boundary extension, and each row vector is downsampled. The two-dimensional noisy signal is processed by convolution with a wavelet decomposition high-pass filter after vertical boundary extension, and each column vector is downsampled to obtain the wavelet coefficient matrix CD of the image signal.

步骤3:对三个方向的高频系数进行阈值处理Step 3: Threshold processing of high frequency coefficients in three directions

(a)设置尺度向量与阈值向量(a) Setting the scale vector and threshold vector

根据实际需要对含噪信号分别进行小波一、二、三层小波分解,尺度向量设置由小波分解层数决定,阈值向量根据实际需要设置。According to actual needs, the noisy signal is decomposed by wavelet one, two and three layers respectively. The scale vector setting is determined by the number of wavelet decomposition layers, and the threshold vector is set according to actual needs.

(b)阈值滤除处理(b) Threshold filtering

对LL、HL、LH及HH子带的系数矩阵CA、CH、CV及CD分别进行三个方向的阈值滤除处理,对应产生新的系数矩阵NA、NH、NV及ND。The coefficient matrices CA, CH, CV and CD of the LL, HL, LH and HH subbands are respectively subjected to threshold filtering in three directions to generate new coefficient matrices NA, NH, NV and ND accordingly.

步骤4:信号小波重构Step 4: Signal wavelet reconstruction

信号小波重构的具体过程为:The specific process of signal wavelet reconstruction is:

(a)近似重构系数矩阵CA’(a) Approximate reconstruction coefficient matrix CA’

对图像信号的系数矩阵NA的每个列向量进行上采样并边界延拓后,与小波重构低通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与小波重构低通滤波器进行卷积并完成行向量的截取,得到图像信号的近似重构系数矩阵CA’。After upsampling and extending the boundaries of each column vector of the coefficient matrix NA of the image signal, it is convolved with a wavelet reconstruction low-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with a wavelet reconstruction low-pass filter and the row vector is intercepted, thus obtaining the approximate reconstruction coefficient matrix CA’ of the image signal.

(b)重构系数矩阵CH’(b) Reconstruction coefficient matrix CH’

对图像信号的系数矩阵NH的每个列向量进行上采样并边界延拓后,与小波重构高通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与小波重构低通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵CH’。After upsampling and extending the boundaries of each column vector of the coefficient matrix NH of the image signal, it is convolved with the wavelet reconstruction high-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with the wavelet reconstruction low-pass filter and the row vector is intercepted, thus obtaining the reconstructed coefficient matrix CH’ of the image signal.

(c)重构系数矩阵CV’(c) Reconstruction coefficient matrix CV’

对图像信号的系数矩阵NV的每个列向量进行上采样并边界延拓后,与小波重构低通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与小波重构高通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵CV’。After upsampling and extending the boundaries of each column vector of the coefficient matrix NV of the image signal, it is convolved with the wavelet reconstruction low-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with the wavelet reconstruction high-pass filter and the row vector is intercepted to obtain the reconstructed coefficient matrix CV’ of the image signal.

(d)重构系数矩阵CD’(d) Reconstruction coefficient matrix CD’

对图像信号的系数矩阵ND的每个列向量进行上采样并边界延拓后,与小波重构高通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与小波重构高通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵CD’。After upsampling and extending the boundaries of each column vector of the coefficient matrix ND of the image signal, it is convolved with the wavelet reconstruction high-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with the wavelet reconstruction high-pass filter and the row vector is intercepted, and the reconstructed coefficient matrix CD’ of the image signal is obtained.

步骤5:信号降噪后恢复Step 5: Signal restoration after noise reduction

将步骤4中得出的近似重构系数矩阵与重构系数矩阵相加则得到降噪后的信号,即为:X’=CA’+CH’+CV’+CD’。The noise-reduced signal is obtained by adding the approximate reconstruction coefficient matrix obtained in step 4 to the reconstruction coefficient matrix, that is, X’=CA’+CH’+CV’+CD’.

本发明利用小波分解与重构技术进行降噪的步骤如图2所示,由于向量的边界延拓与截取没有变化,图2中省略,其中:Dh’为分数次小波分解低通滤波器,Dg’为分数次小波分解高通滤波器,Rh’为分数次小波重构低通滤波器,Rg’为分数次小波重构高通滤波器。本发明解决其技术问题所采用的技术方案的具体步骤如下:The steps of the present invention using wavelet decomposition and reconstruction technology to reduce noise are shown in Figure 2. Since the boundary extension and interception of the vector do not change, they are omitted in Figure 2, where: Dh' is a fractional wavelet decomposition low-pass filter, Dg' is a fractional wavelet decomposition high-pass filter, Rh' is a fractional wavelet reconstruction low-pass filter, and Rg' is a fractional wavelet reconstruction high-pass filter. The specific steps of the technical solution adopted by the present invention to solve its technical problem are as follows:

步骤1:调用含噪信号Step 1: Call the noisy signal

在Matlab或其它平台下,读取含噪信号,即完成调用含噪信号;In Matlab or other platforms, reading the noisy signal means calling the noisy signal.

步骤2:对含噪信号进行分数次小波分解产生新的小波系数矩阵;Step 2: Perform fractional wavelet decomposition on the noisy signal to generate a new wavelet coefficient matrix;

首先,将小波分解高通滤波器系数和低通滤波器系数进行分数次微积分变化,使滤波器形式随着分数次微积分的积分次数的变化而变化;其次,将经过分数次微积分改变后的分数次小波分解高通滤波器系数和低通滤波器应用于四个子带的产生过程中;具体步骤如下:First, the wavelet decomposition high-pass filter coefficients and low-pass filter coefficients are changed by fractional calculus, so that the filter form changes with the number of integration times of fractional calculus; secondly, the fractional wavelet decomposition high-pass filter coefficients and low-pass filter changed by fractional calculus are applied to the generation process of four sub-bands; the specific steps are as follows:

(a)LL子带;(a) LL sub-band;

二维含噪信号在水平方向边界延拓后,利用分数次小波分解低通滤波器进行卷积处理,每个行向量进行下采样,在垂直方向边界延拓后,利用分数次小波分解低通滤波器进行卷积处理,每个列向量进行下采样,得到图像信号的近似小波系数矩阵FCA;After the two-dimensional noisy signal is extended in the horizontal direction, it is convolved with a fractional wavelet decomposition low-pass filter, and each row vector is downsampled. After the two-dimensional noisy signal is extended in the vertical direction, it is convolved with a fractional wavelet decomposition low-pass filter, and each column vector is downsampled to obtain the approximate wavelet coefficient matrix FCA of the image signal.

(b)HL子带(b) HL subband

二维含噪信号在水平方向边界延拓后,利用分数次小波分解低通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵FCH;After the two-dimensional noisy signal is extended in the horizontal direction, it is convolved with a fractional wavelet decomposition low-pass filter, and each row vector is downsampled. After the vertical direction boundary is extended, it is convolved with a fractional wavelet decomposition high-pass filter, and each column vector is downsampled to obtain the wavelet coefficient matrix FCH of the image signal.

(c)LH子带(c) LH subband

二维含噪信号在水平方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用分数次小波分解低通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵FCV;After the two-dimensional noisy signal is extended in the horizontal direction, it is convolved with a fractional wavelet decomposition high-pass filter, and each row vector is downsampled. After the vertical direction boundary is extended, it is convolved with a fractional wavelet decomposition low-pass filter, and each column vector is downsampled to obtain the wavelet coefficient matrix FCV of the image signal.

(d)HH子带(d) HH subband

二维含噪信号在水平方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个行向量进行下采样,在垂直方向边界延拓后利用分数次小波分解高通滤波器卷积处理,每个列向量进行下采样,得到图像信号的小波系数矩阵FCD;After the horizontal boundary extension, the two-dimensional noisy signal is processed by convolution with a fractional wavelet decomposition high-pass filter, and each row vector is downsampled. After the vertical boundary extension, the two-dimensional noisy signal is processed by convolution with a fractional wavelet decomposition high-pass filter, and each column vector is downsampled to obtain the wavelet coefficient matrix FCD of the image signal.

步骤3:对三个方向的高频系数进行阈值处理;Step 3: Threshold processing is performed on the high-frequency coefficients in three directions;

对水平,对角线,垂直三个方向的高频系数进行阈值处理,产生新的系数矩阵FNA、FNH、FNV及FND;Threshold processing is performed on the high-frequency coefficients in the horizontal, diagonal and vertical directions to generate new coefficient matrices FNA, FNH, FNV and FND;

步骤4:信号小波重构;Step 4: Signal wavelet reconstruction;

首先,将小波重构高/低通滤波器系数进行分数次微积分变化,改变原来的固定形式,使滤波器形式随着分数次微积分的积分次数的变化而变化;其次,将经过分数次微积分改变后的小波重构高/低通滤波器应用于四个重构系数矩阵的产生过程中;具体如下:Firstly, the wavelet reconstruction high/low pass filter coefficients are transformed by fractional calculus to change the original fixed form, so that the filter form changes with the change of the number of integration times of fractional calculus; secondly, the wavelet reconstruction high/low pass filter after fractional calculus is applied to the generation process of four reconstruction coefficient matrices; the details are as follows:

(a)近似重构系数矩阵FCA’;(a) Approximate reconstruction coefficient matrix FCA’;

对图像信号的系数矩阵FNA的每个列向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成行向量的截取,得到图像信号的近似重构系数矩阵FCA’;After upsampling and extending the boundaries of each column vector of the coefficient matrix FNA of the image signal, convolution is performed with the fractional wavelet reconstruction low-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, convolution is performed with the fractional wavelet reconstruction low-pass filter and the row vector is intercepted, and the approximate reconstruction coefficient matrix FCA' of the image signal is obtained.

(b)重构系数矩阵FCH’(b) Reconstruction coefficient matrix FCH’

对图像信号的系数矩阵FNH的每个列向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵FCH’。After upsampling and extending the boundaries of each column vector of the coefficient matrix FNH of the image signal, it is convolved with the fractional wavelet reconstruction high-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with the fractional wavelet reconstruction low-pass filter and the row vector is intercepted to obtain the reconstructed coefficient matrix FCH’ of the image signal.

(c)重构系数矩阵FCV’(c) Reconstruction coefficient matrix FCV’

对图像信号的系数矩阵FNV的每个列向量进行上采样并边界延拓后,与分数次小波重构低通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵FCV’。After upsampling and extending the boundaries of each column vector of the coefficient matrix FNV of the image signal, it is convolved with the fractional wavelet reconstruction low-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, it is convolved with the fractional wavelet reconstruction high-pass filter and the row vector is intercepted to obtain the reconstructed coefficient matrix FCV’ of the image signal.

(d)重构系数矩阵FCD’(d) Reconstruction coefficient matrix FCD’

对图像信号的系数矩阵FND的每个列向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成列向量的截取,每个行向量进行上采样并边界延拓后,与分数次小波重构高通滤波器进行卷积并完成行向量的截取,得到图像信号的重构系数矩阵FCD’;After upsampling and extending the boundaries of each column vector of the coefficient matrix FND of the image signal, convolution is performed with the fractional wavelet reconstruction high-pass filter and the column vector is intercepted. After upsampling and extending the boundaries of each row vector, convolution is performed with the fractional wavelet reconstruction high-pass filter and the row vector is intercepted, and the reconstruction coefficient matrix FCD' of the image signal is obtained.

步骤5:信号降噪后恢复;Step 5: Signal restoration after noise reduction;

将步骤4中得出的近似重构系数矩阵与重构系数矩阵相加则得到降噪后的信号,即:FX’=FCA’+FCH’+FCV’+FCD’,FX’为最终得到的降噪后的信号。The approximate reconstruction coefficient matrix obtained in step 4 is added to the reconstruction coefficient matrix to obtain the denoised signal, that is: FX’=FCA’+FCH’+FCV’+FCD’, where FX’ is the final denoised signal.

本发明采用软阈值算法做分数次微积分变化,使现有的软阈值算法随着分数次微积分的积分次数的变化而不断变化,更好地适应被处理信号,达到更好地阈值滤波效果;所采用的软阈值算法做分数次微积分变化;根据实际需要,对含噪信号分别进行小波一层小波分解、二层小波分解和三层小波分解,尺度向量设置由小波分解层数决定,阈值向量根据实际需要设置;对LL、HL、LH及HH子带的系数矩阵FCA、FCH、FCV及FCD分别进行水平,对角线,垂直三个方向的软阈值滤波处理,对应产生新的系数矩阵FNA、FNH、FNV及FND。The present invention adopts a soft threshold algorithm to perform fractional calculus changes, so that the existing soft threshold algorithm changes continuously with the change of the number of integration times of the fractional calculus, better adapts to the processed signal, and achieves a better threshold filtering effect; the adopted soft threshold algorithm performs fractional calculus changes; according to actual needs, the noisy signal is respectively subjected to wavelet one-layer wavelet decomposition, two-layer wavelet decomposition and three-layer wavelet decomposition, the scale vector setting is determined by the number of wavelet decomposition layers, and the threshold vector is set according to actual needs; the coefficient matrices FCA, FCH, FCV and FCD of the LL, HL, LH and HH subbands are respectively subjected to soft threshold filtering processing in three directions of horizontal, diagonal and vertical directions, and new coefficient matrices FNA, FNH, FNV and FND are correspondingly generated.

(3)利用现有的小波分解与重构技术进行降噪的技术缺陷(3) Technical defects of using existing wavelet decomposition and reconstruction technology for noise reduction

目前,采用小波分解重构技术进行信号降噪处理的缺陷是所选用的小波分解高/低通滤波器与重构高/低通滤波器形式单一固定,阈值算法形式也有限,无法根据实际信号进行灵活调整,从而降噪的效果也就受到了限制。At present, the defect of using wavelet decomposition and reconstruction technology for signal noise reduction is that the selected wavelet decomposition high/low pass filters and reconstruction high/low pass filters are single and fixed in form, and the threshold algorithm form is also limited, and cannot be flexibly adjusted according to the actual signal, so the noise reduction effect is also limited.

将x=X+40*randn(size(X))为含噪信号,其中X为Matlab系统自带原始图像woman,40*randn(size(X))为外加的白噪声信号。利用小波分解技术对含噪信号分别进行一层、二层与三层分解,采用软阈值对高频分量进行滤波处理,其中阈值向量为P,采用的小波函数名称为‘sym5’,然后进行小波重构,完成含噪信号的降噪处理。处理结果分为两部分:一部分为图像仿真效果图,另一部分为降噪后的图像与原始图像相比最大误差值,结果分别见图3、图4、图5与表2。Let x = X + 40 * randn (size (X)) be the noisy signal, where X is the original image woman that comes with the Matlab system, and 40 * randn (size (X)) is the added white noise signal. The wavelet decomposition technology is used to decompose the noisy signal into one layer, two layers and three layers respectively, and the high-frequency component is filtered using a soft threshold, where the threshold vector is P, and the wavelet function name used is ‘sym5’, and then wavelet reconstruction is performed to complete the denoising of the noisy signal. The processing results are divided into two parts: one part is the image simulation effect diagram, and the other part is the maximum error value between the denoised image and the original image. The results are shown in Figures 3, 4, 5 and Table 2 respectively.

通过表2与表1的比对以及图3、图4、图5中(c)与(d)的比对可以看出,分数次小波分解与重构技术的降噪效果明显优于现有技术。另外,表2中的Lo_D与Lo_R的取值暂定为零,即分数次微积分的积分次数为零,如果选用其它值,则降噪效果还有上升空间。By comparing Table 2 with Table 1 and Figure 3, Figure 4, and Figure 5 (c) with (d), it can be seen that the noise reduction effect of fractional wavelet decomposition and reconstruction technology is significantly better than the existing technology. In addition, the values of Lo_D and Lo_R in Table 2 are temporarily set to zero, that is, the number of integrations of fractional calculus is zero. If other values are selected, the noise reduction effect can be improved.

表2分数次小波分解重构后相对于原始图像的最大误差对比表Table 2 Comparison of the maximum error of the original image after fractional wavelet decomposition and reconstruction

序号Serial number NN PP Hi_DHi_D Lo_DLo_D Hi_RHi_R Lo_RLo_R VV Err1Err1 OO 11 11 [34 50][34 50] 0.8080.808 00 -0.2-0.2 00 0.250.25 121.63121.63 16.9%16.9% 22 22 [87 87][87 87] 0.510.51 00 0.010.01 00 0.260.26 111.37111.37 23.8%23.8% 33 33 [97 97][97 97] 0.100.10 00 0.110.11 00 0.010.01 117.37117.37 20.3%20.3%

其中:N—小波分解层数Where: N—number of wavelet decomposition layers

Hi_D—分解高通滤波器分数次微积分积分次数Hi_D—Decomposition of high-pass filter fractional calculus integration times

Lo_D—分解低通滤波器分数次微积分积分次数Lo_D—Decomposition of low-pass filter fractional calculus integration times

Hi_R—重构高通滤波器分数次微积分积分次数Hi_R—Reconstruction high-pass filter fractional calculus integration times

Lo_R—重构低通滤波器分数次微积分积分次数Lo_R—Reconstruction low-pass filter fractional calculus integration times

V—软阈值算法分数次微积分的积分次数V—The number of integrations of the soft threshold algorithm fractional calculus

Err1—分数次小波分解与重构技术的降噪误差值Err1—Noise reduction error value of fractional wavelet decomposition and reconstruction technology

O—采用分数次小波分解与重构技术降噪后的精度提高率(相对于表1误差)O—Accuracy improvement rate after noise reduction using fractional wavelet decomposition and reconstruction technology (relative to the error in Table 1)

本发明对阈值的理论算法进行了分数次微积分变化,使得阈值的算法形式随着分数次微积分的积分次数的变化而变化,大大增加了阈值的算法形式。这样就克服了目前只限于软阈值与硬阈值或其它几种固定形式的阈值算法的缺陷。另外,为了进一步提升降噪效果,对传统的利用小波分解与重构技术降噪过程进行了改进。The present invention changes the theoretical algorithm of the threshold by fractional calculus, so that the algorithm form of the threshold changes with the number of integration times of the fractional calculus, which greatly increases the algorithm form of the threshold. In this way, the defects of the current threshold algorithm limited to soft threshold and hard threshold or several other fixed forms are overcome. In addition, in order to further improve the noise reduction effect, the traditional noise reduction process using wavelet decomposition and reconstruction technology is improved.

Claims (2)

1. The noise reduction method by utilizing fractional wavelet decomposition and reconstruction technology is characterized by comprising the following steps:
Step 1: invoking noisy signals
Reading the noise-containing signal under Matlab or other platforms, namely completing calling the noise-containing signal;
step 2: performing fractional wavelet decomposition on the noise-containing signal to generate a new wavelet coefficient matrix;
Firstly, fractional calculus changes are carried out on wavelet decomposition high-pass filter coefficients and low-pass filter coefficients, so that the filter form changes along with the change of the integral times of fractional calculus; secondly, the fractional wavelet decomposition high-pass filter coefficient and the low-pass filter after fractional calculus change are applied to the generation process of four sub-bands; the method comprises the following specific steps:
(a) LL subband;
after the boundary of the two-dimensional noise-containing signal in the horizontal direction is prolonged, carrying out convolution processing by using a fractional wavelet decomposition low-pass filter, carrying out downsampling on each row vector, after the boundary of the two-dimensional noise-containing signal in the vertical direction is prolonged, carrying out convolution processing by using the fractional wavelet decomposition low-pass filter, and carrying out downsampling on each column vector to obtain an approximate wavelet coefficient matrix FCA of the image signal;
(b) HL sub-band
After the two-dimensional noise-containing signal is prolonged at the boundary in the horizontal direction, performing convolution processing by using a fractional wavelet decomposition low-pass filter, performing downsampling on each row vector, and after the two-dimensional noise-containing signal is prolonged at the boundary in the vertical direction, performing convolution processing by using a fractional wavelet decomposition high-pass filter, performing downsampling on each column vector, and obtaining a wavelet coefficient matrix FCH of the image signal;
(c) LH sub-band
The two-dimensional noise-containing signal is convolved by using a fractional wavelet decomposition high-pass filter after the horizontal boundary is extended, each row vector is downsampled, the two-dimensional noise-containing signal is convolved by using a fractional wavelet decomposition low-pass filter after the vertical boundary is extended, and each column vector is downsampled to obtain a wavelet coefficient matrix FCV of the image signal;
(d) HH sub-band
The two-dimensional noise-containing signal is convolved by using a fractional wavelet decomposition high-pass filter after the horizontal boundary is extended, each row vector is downsampled, the two-dimensional noise-containing signal is convolved by using a fractional wavelet decomposition high-pass filter after the vertical boundary is extended, and each column vector is downsampled to obtain a wavelet coefficient matrix FCD of the image signal;
step 3: threshold processing is carried out on the high-frequency coefficients in three directions;
Thresholding the high frequency coefficients in the horizontal, diagonal, and vertical directions to generate new coefficient matrices FNA, FNH, FNV and FND;
Step 4: reconstructing signal wavelets;
Firstly, carrying out fractional calculus change on wavelet reconstruction high/low pass filter coefficients, changing the original fixed form, and enabling the filter form to change along with the change of the integral times of fractional calculus; secondly, a wavelet reconstruction high/low pass filter changed by a plurality of times of calculus is applied to the generation process of four reconstruction coefficient matrixes; the method comprises the following steps:
(a) Approximating the reconstruction coefficient matrix FCA';
After up-sampling and boundary extension are carried out on each column vector of a coefficient matrix FNA of the image signal, convolution is carried out with a fractional wavelet reconstruction low-pass filter to complete column vector interception, and after up-sampling and boundary extension are carried out on each row vector, convolution is carried out with the fractional wavelet reconstruction low-pass filter to complete row vector interception, so that an approximate reconstruction coefficient matrix FCA' of the image signal is obtained;
(b) Reconstructing coefficient matrix FCH'
After up-sampling and boundary extension are carried out on each column vector of a coefficient matrix FNH of the image signal, convolution is carried out with a fractional wavelet reconstruction high-pass filter to complete interception of the column vector, and after up-sampling and boundary extension are carried out on each row vector, convolution is carried out with a fractional wavelet reconstruction low-pass filter to complete interception of the row vector, so that a reconstruction coefficient matrix FCH' of the image signal is obtained;
(c) Reconstructing coefficient matrix FCV'
After up-sampling and boundary extension are carried out on each column vector of a coefficient matrix FNV of the image signal, convolution is carried out with a fractional wavelet reconstruction low-pass filter to complete interception of the column vector, and after up-sampling and boundary extension are carried out on each row vector, convolution is carried out with a fractional wavelet reconstruction high-pass filter to complete interception of the row vector, so that a reconstruction coefficient matrix FCV' of the image signal is obtained;
(d) Reconstructing coefficient matrix FCD'
After up-sampling and boundary extension are carried out on each column vector of a coefficient matrix FND of the image signal, convolution is carried out with a fractional wavelet reconstruction high-pass filter to complete interception of the column vector, and after up-sampling and boundary extension are carried out on each row vector, convolution is carried out with the fractional wavelet reconstruction high-pass filter to complete interception of the row vector, so that a reconstruction coefficient matrix FCD' of the image signal is obtained;
step5: recovering after noise reduction of the signal;
Adding the approximate reconstruction coefficient matrix obtained in the step 4 to the reconstruction coefficient matrix to obtain a noise-reduced signal, namely: FX '=fca' +fch '+fcv' +fcd ', FX' is the resulting noise reduced signal.
2. The noise reduction method using fractional wavelet decomposition and reconstruction technique according to claim 1, wherein:
Step 3, adopting a soft threshold algorithm to perform fractional calculus change; the adopted soft threshold algorithm performs fractional calculus change; according to actual needs, carrying out wavelet first-layer wavelet decomposition, second-layer wavelet decomposition and three-layer wavelet decomposition on the noise-containing signal respectively, wherein the scale vector setting is determined by the number of wavelet decomposition layers, and the threshold vector is set according to actual needs; the coefficient matrices FCA, FCH, FCV and FCD of the LL, HL, LH, and HH subbands are respectively subjected to soft threshold filtering in the horizontal, diagonal, and vertical directions, to correspondingly generate new coefficient matrices FNA, FNH, FNV and FND.
CN202210045599.5A 2022-01-15 2022-01-15 A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology Active CN114528871B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210045599.5A CN114528871B (en) 2022-01-15 2022-01-15 A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210045599.5A CN114528871B (en) 2022-01-15 2022-01-15 A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology

Publications (2)

Publication Number Publication Date
CN114528871A CN114528871A (en) 2022-05-24
CN114528871B true CN114528871B (en) 2024-04-19

Family

ID=81621546

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210045599.5A Active CN114528871B (en) 2022-01-15 2022-01-15 A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology

Country Status (1)

Country Link
CN (1) CN114528871B (en)

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103700072A (en) * 2013-12-17 2014-04-02 北京工业大学 Image denoising method based on self-adaptive wavelet threshold and two-sided filter
WO2017048867A1 (en) * 2015-09-17 2017-03-23 Stewart Michael E Methods and apparatus for enhancing optical images and parametric databases
WO2021056727A1 (en) * 2019-09-27 2021-04-01 山东科技大学 Joint noise reduction method based on variational mode decomposition and permutation entropy
CN113436078A (en) * 2021-08-10 2021-09-24 诺华视创电影科技(江苏)有限公司 Self-adaptive image super-resolution reconstruction method and device

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103700072A (en) * 2013-12-17 2014-04-02 北京工业大学 Image denoising method based on self-adaptive wavelet threshold and two-sided filter
WO2017048867A1 (en) * 2015-09-17 2017-03-23 Stewart Michael E Methods and apparatus for enhancing optical images and parametric databases
WO2021056727A1 (en) * 2019-09-27 2021-04-01 山东科技大学 Joint noise reduction method based on variational mode decomposition and permutation entropy
CN113436078A (en) * 2021-08-10 2021-09-24 诺华视创电影科技(江苏)有限公司 Self-adaptive image super-resolution reconstruction method and device

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
基于改进阈值函数的分数阶小波图像去噪;李春萌;曹艳华;杨晓忠;;测控技术;20200818(08);全文 *
基于自适应小波阈值和双边滤波器的去噪算法;刘芳;邓志仁;;系统仿真学报;20141208(12);全文 *

Also Published As

Publication number Publication date
CN114528871A (en) 2022-05-24

Similar Documents

Publication Publication Date Title
JP5352942B2 (en) Image processing method, image processing program, and image processing apparatus
US6389176B1 (en) System, method and medium for increasing compression of an image while minimizing image degradation
CN102663702B (en) Natural image denoising method based on regional division
CN109242799B (en) Variable-threshold wavelet denoising method
WO2007114363A1 (en) Image processing method
WO2007116543A1 (en) Image processing method
CN107292845B (en) Standard deviation pyramid-based dynamic image noise reduction method and device
KR100455490B1 (en) Image coding method, image coding system, decoding method, decoding system
CN111582205B (en) A Noise Reduction Method Based on Multi-resolution Singular Value Decomposition Model
CN111477241B (en) A layered adaptive denoising method and system for household noise environment
KR20130077653A (en) A super-resolution method using discrete wavelet transform for single-image
CN109724693B (en) A Fusion Spectral Denoising Method Based on Stationary Wavelet
CN114528871B (en) A Noise Reduction Method Using Fractional Wavelet Decomposition and Reconstruction Technology
CN105573104A (en) Watch detection noise reduction method based on improved EMD
JP2007226791A (en) Method for processing digital image
CN109242806A (en) A kind of small echo thresholding denoising method based on gaussian kernel function
CN119151811A (en) Cascade discrete wavelet multiband decomposition attention image denoising method and device
US8620979B2 (en) Filter banks for enhancing signals using oversampled subband transforms
CN104616254A (en) Wavelet and Canny algorithm combined image denoising method
CN116725542A (en) A composite filtering method for NV color center magnetic field measurement signals
CN116109502A (en) A multi-scale adaptive denoising method for medical images
CN116205818B (en) Image denoising method based on pyramid
CN117726534B (en) A color denoising method for autonomous driving images
Saravanan et al. A color image enhancement based on discrete wavelet transform
CN117473230A (en) Method, electronic equipment and device for processing ultrasonic signals

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant