Abstract
In the compression of massive compound power quality disturbance (PQD) signals in active distribution networks, the compression ratio (CR) and reconstruction error (RE) act as a pair of contradictory indicators, and traditional compression algorithms have difficulties in simultaneously satisfying a high CR and low RE. To improve the CR and reduce the RE, a hybrid compression method that combines a strong tracking Kalman filter (STKF), sparse decomposition, Huffman coding, and run-length coding is proposed in this study. This study first uses a sparse decomposition algorithm based on a joint dictionary to separate the transient component (TC) and the steady-state component (SSC) in the PQD. The TC is then compressed by wavelet analysis and by Huffman and run-length coding algorithms. For the SSC, values that are greater than the threshold are reserved, and the compression is finally completed. In addition, the threshold of the wavelet depends on the fading factor of the STKF to obtain a high CR. Experimental results of real-life signals measured by fault recorders in a dynamic simulation laboratory show that the CR of the proposed method reaches as high as 50 and the RE is approximately 1.6%, which are better than those of competing methods. These results demonstrate the immunity of the proposed method to the interference of Gaussian noise and sampling frequency.
POWER quality disturbance (PQD) data are useful for active distribution networks (ADNs), where different PQD waveforms in ADNs generally correspond to different ADN operations. For example, the transient oscillation signal is caused by load switching [
The main compression methods can be divided into two types: lossy and lossless. Lossless compression reduces the redundancy of PQD data by encoding methods such as Huffman coding [
The lossy method consists of two types of compression, namely, direct and indirect compressions. Direct compression uses a wavelet to compress the PQD signals directly. Reference [
2D discrete wavelet transform (DWT) based algorithms are often applied to PQD signal compression. First, the PQD signal is reshaped into a 2D grayscale image, and the reshaped “image” is compressed through 2D DWT [
The goal of indirect compression is to first separate the transient component (TC) and steady-state component (SSC) in the PQD signals and then compress the TC and SSC using different schemes. Reference [
Another mathematical approach for separating the TC and SSC is sparse decomposition (SD), which is based on an overcomplete hybrid dictionary (OHD) and consists of identity matrix I, cosine transform matrix C, and sine transform matrix S [
Although various methods for PQD signal compression have been proposed in previous studies, several remaining problems require further investigation. Despite the high CR and low PRD values were achieved in [
In [
During our experiments, we observed that CR and PRD depended on multiple wavelet thresholds. If the wavelet threshold was large, the CR would increase and the PRD would worsen, and vice versa. Thus, the parameter is significant. To the best of our knowledge, no study has been conducted on how to choose the multiple of the wavelet threshold.
Our study was conducted to overcome these shortcomings, where the main contributions are as follows.
1) Some existing studies such as [
2) We design a novel technique for determining the wavelet threshold. Specifically, we use the fading factor (FF) of the strong tracking Kalman filter (STKF). If the FF is greater than 1, the multiple of the threshold is set to be a high value, and the CR will be high without a significant decline in the PRD. If FF is equal to 1, the multiple of the threshold is set to be a small value, and the CR will be slightly lower without a significant increase in the PRD. Thus, the CR can be automatically adjusted by the FF.
3) The TC is decomposed into detail coefficients , , and approximation coefficients , which are compressed through the run-length and Huffman encoding methods, respectively. Because Huffman coding compresses a floating-point number that occupies 16 bits into a binary code that occupies only 3-7 bits, can be further compressed by Huffman coding. As a result, a larger CR can be obtained.
4) Small absolute values in the frequency domain, which are generally less than 0.05, correspond to the white Gaussian noise in the time domain. Therefore, all absolute values less than 0.05 are set to be zero. Only the non-zero values and positions are saved, and the sparse SSC is compressed.
The remainder of this paper is organized as follows. In Section II, the proposed method based on STKF, OHD [I, H], Huffman coding, and run-length coding is described in detail. Section III presents case studies, which describe how the three types of synthetic compound PQD signals in MATLAB are compressed and reconstructed. Section IV gives the experiment results based on real PQD signals. Finally, Section V draws conclusions.
Several existing indirect compression methods perform well on PQD signals without noise, but the CR worsens when the signals contain TCs and noise. To obtain a high CR and low PRD, a novel PQD signal compression method is proposed in this study, and the flow is shown in

Fig. 1 Flow of proposed method.
The process flow of the proposed method shown in
The SD technique is employed to separate the TC and SSC in the PQD signal for further compression.
Let be the PQD signal of white Gaussian noise of length N. The TC and SSC can be separated by:
(1) |
where A is an overcomplete dictionary with size , in which ; and y is the key to (1) with size .
In this study, OHD is used for SD because of its advantages. The disadvantage of dictionary is that it is a complex matrix demanding double the amount of space for storage. Therefore, the storage space of is less than that of . The disadvantage of is that the frequency domain portion of the decomposition result usually has sidelobes, which impair the CR, whereas the results of have no sidelobes. Therefore, matrix H with size can be expressed as:
(2) |
where . Thus, the joint dictionary A in (1) can be expressed as:
(3) |
The solution to (1) is a convex optimization problem. Popular convex optimization solutions include OMP [
After the PQD signal is decomposed into TC and SSC, the following steps are performed to compress the TC and SSC. To improve the CR, Huffman coding is applied to code the approximation coefficients obtained from wavelet analysis. As a classic lossless coding method, the process steps of Huffman coding can be described as follows.
Step 1: sort the list in ascending order from the smallest to largest.
Step 2: choose the smallest and second smallest values to construct a 2-layer binary tree with two leaf nodes and one single root node, which is the sum of the two leaf nodes. Then, delete the two values in the two leaf nodes, and add the new value of the root node to the list.
Step 3: recursively repeat this process until a complete Huffman tree is constructed.
Step 4: finally, encode all paths from the root node to the leaf nodes, with all left and right paths of the tree set to be 0 and 1, respectively.
For example, consider a list with elements 2, 3, 6, 7, 10, 19, 21, and 32 in ascending order. The encoded Huffman values of elements 2, 3, 6, 7, 10, 19, 21, and 32 are 00000, 00001, 0001, 0010, 0011, 10, 11, and 01, respectively. The numbers of bits occupied by the eight integers and encoded values are bits and bits, respectively. Therefore, the CR of the list is .
Run-length coding is suitable for compressing sparse lists that contain many consecutive zeros. For example, consider a list with elements 0, 0, 0, 5, 0, 0, 3, 0, 0, 0, and 2, where the corresponding run-length coding result is (3, 5), (2, 3), and (3, 2). The first number in parentheses is the number of consecutive zeros, whereas the second number is the non-zero value immediately following the string of zeros. Here, the 11 integers in the list are represented by 6 integers, and the CR is . The higher the number of consecutive zeros in the sparse list is, the higher the CR is.
The wavelet threshold is a key parameter that determines the CR and PRD. The FF is used to determine the multiple of the wavelet threshold, and the STKF is described as follows.
In the signal model, a typical sinusoidal waveform with harmonics y(t) can be described by:
(4) |
where is the fundamental angular frequency; and and are the amplitude and angle of the
The second step of STKF is establishing the state equation of the signal to facilitate subsequent processing, i.e., to calculate the FF. Let the elements of the state vector be:
(5) |
where is the amplitude; and T is the sampling interval. Thus, the nonlinear state equation is given as:
(6) |
Therefore, the state matrix F is the first-order Taylor expansion of (6) and is expressed as:
(7) |
where ; and .
The measurement matrix H is:
(8) |
After the nonlinear state and linear measurement equations are established, the parameter matrices Q and R are set to be and , respectively.
A discrete linear system can be described by state and measurement equations, which are given by (9) and (10), respectively.
(9) |
(10) |
where is the state vector of the system at step k with size ; is the measurement vector of the system at step k with size ; F is the state-transition matrix; H is the measurement matrix; and and are the process and measurement noises, respectively, in which both and have zero means, and the variance matrices are Q and R,respectively. For details about the STKF, please see [
To test the effectiveness of the proposed method, three types of compound PQD signals with 40 dB Gaussian noise are generated in MATLAB and then compressed and reconstructed. Because of the randomness of noise, compression and reconstruction are performed 10 times in this study, and the mean value is taken as the final result.
The sampling frequency of the PQD signal under a duration of 0.1 s is 6.4 kHz, and 640 samples are used for each signal. The two indicators of CR and PRD are used to evaluate the proposed method and are expressed in (11) and (12), respectively.
(11) |
(12) |
where and are the bits occupied by the original and compressed signals, respectively; and and are the original and recovered signals of the
Impulse waveforms are a common phenomenon in ADNs. Thunder strikes of transmission lines are a unique cause, and the waveform appears as a unipolar transient pulse. The increase in time of the impulse signal is typically between 5 ns and 0.1 ms, and the duration is longer than 1 ms [
(13) |
where fs is the sampling frequency, which is 6.4 kHz; and is the Gaussian noise. To simulate a real-life environment, an impulse signal is imposed with 40 dB Gaussian noise.
The result decomposed by SD can be segmented into two parts in the frequency domain, i.e., a TC composed of the Gaussian noise and impulse signal and an SSC that derives from the Hartley transform, as shown in

Fig. 2 Result decomposed by SD. (a) TC. (b) SSC.
The TC is first decomposed by wavelet analysis (db4 basis) into three levels to obtain the approximation coefficients and detail coefficients , , and . Different strategies can then be used to compress the detail and approximate coefficients. The detail coefficients are suppressed by the wavelet threshold, as shown by:
(14) |
where ; denotes the detail coefficients in which N is the length; and are the operations for computing the absolute and median values, respectively; and is the tunable multiple of the coefficient that determines the CR and PRD. If is low, the threshold will be low, and numerous “burrs” in will be retained, which is not conducive to a high CR. By contrast, if is high, the “burrs” in will be discarded, which leads to a relatively high CR.
The problem of choosing must then be resolved. Because FF reflects a sudden change in the PQD waveform, we use FF as an indicator to choose the parameter. If FF is greater than 1, is set to be 2, and if FF is 1, is set to be 1.

Fig. 3 FF of impulse signal.

Fig. 4 New detail coefficients of impulse signal. (a) . (b) . (c) .
In
With the new detail coefficient taken as an example, the run-length encoding results are (90, 0.037), (99, 0.6226), (0, -0.1758), (0, 0.0863), and 129. Note that run-length coding is previously explained in Section . Nine floating-point numbers occupy bits, whereas 323 numbers are included in the original detail coefficient , which require bits. CR is thus , and therefore is efficiently compressed. Similarly, and are efficiently compressed.
The next step is to compress the approximation coefficients , which is difficult because of low redundancy. To make it suitable for Huffman coding, the processing of is presented in

Fig. 5 Processing of approximation coefficients .
After this processing, the new approximation coefficients have only 19 numbers. The error of and does not exceed 0.0015, whereas the redundancy is greatly improved. Huffman coding is then performed on . As a result, the least frequent value in is -0.0224, which occurs only once, and the corresponding Huffman value is 100110; the most frequent value in is 0.0046, which occurs 13 times, and the corresponding Huffman encoding value is 011. The Huffman tree for is shown in Appendix A Fig. A1. The Huffman tree can be explained as follows. Nineteen leaf nodes exist, where each block has two subblocks. The number in the lower block indicates the number in , and the number in the upper block is the corresponding occurrence frequency of the number. For example, the numbers in the first block in the
The space occupied by the coefficients represents the sum of products of the frequency of each value and the number of bits of the encoded value, which is bits. The space occupied by the original approximation coefficients a3 is bits. Therefore, CR is . The original approximation coefficients a3 are well compressed by Huffman coding after approximation.
In summary, the new approximation coefficients and new detail coefficients , , and occupy 319, 384, 256, and 192 bits, respectively. In addition, only two non-zero values exist at positions in the SSC, and they occupy bits. The original PQD signal has bits, and thus CR is .
Finally, the impulse signal is recovered, and the PRD is 1.12% according to (10). The original impulse signal with 40 dB Gaussian noise, recovered signal, and error of impulse signal are shown in

Fig. 6 Original impulse signal with 40 dB Gaussian noise, recovery signal, and error of impulse signal. (a) Original impulse signal with 40 dB Gaussian noise. (b) Recovery signal. (c) Error of impulse signal.
Considering the randomness of Gaussian noise, 10 Monte Carlo experiments are performed, where the PRD and CR values are listed in Table .
Method | PRD (%) | CR |
---|---|---|
Proposed | 1.19 | 18.86 |
SD | 1.10 | 1.59 |
1.20 | 5.93 |
Table shows that CR is much improved under the proposed method as compared with that of the two competing methods. The CR declines significantly with the other methods due to presence of Gaussian noise in the PQD signal.
Time-varying harmonics typically derive from the arcing load in a steel plant, and the model of the harmonics under decaying amplitude is given by:
(15) |
Because FF is 1, which suggests that no sudden change occurs in the signal, the TC and SSC can be separated by SD, as shown in

Fig. 7 FF, TC, and SSC results of decaying harmonics. (a) FF. (b) TC. (c) SSC.
The processing of the TC and SSC is identical to that described in Section III-A and is therefore not repeated here. The original decaying harmonic signal with 40 dB Gaussian noise, recovery signal, and error of decaying harmonic signal are shown in

Fig. 8 Original decaying harmonic signal with 40 dB Gaussian noise, recovery signal, and error of decaying harmonic signal. (a) Original decaying harmonic signal with 40 dB Gaussian noise. (b) Recovery signal. (c) Error of decaying harmonic signal.
Ten experiments are conducted in this study to reduce the number of random errors, and the mean values of the 10 CRs and PRDs are 10.21 and 2.32%, respectively. The results are compared with those of SD and are listed in
Method | PRD (%) | CR |
---|---|---|
Proposed | 2.32 | 10.21 |
SD | 2.09 | 2.59 |
2.20 | 3.74 |
The CR is much higher under the proposed method than that under the other two methods, whereas the PRD approximates that of SD, also indicating better performance by the proposed method. In addition, the CR of is higher than that of SD but lower than that of the proposed method because the detail coefficients are compressed. Note, however, that the approximation coefficients are not compressed.
A sag with a transient oscillation signal, which is a frequent type of PQD signals in distribution networks, is caused by heavy loads that connect to the city power grid and is often accompanied by transient oscillation when the sag begins. A model of sag with oscillations can be described by:
(16) |

Fig. 9 FF of sag signal.

Fig. 10 Original sag signal with 40 dB Gaussian noise, recovery signal (detail), and error of sag signal. (a) Original sag signal with 40 dB Gaussian noise. (b) Recovery signal (detail). (c) Error of sag signal.
The PRD and CR results are compared with those of the SD and , which are listed in
Method | PRD (%) | CR |
---|---|---|
Proposed | 2.02 | 27.29 |
SD | 1.95 | 2.05 |
1.53 | 5.79 |
As previously indicated, the sampling frequency is set to be 6.4 kHz, and the number of sampling points is 640. However, when high-frequency PQD signals are recorded, the sampling frequency may double to 12.8 kHz. If the sampling time remains at 0.1 s, the sampling points will increase to 1280, which requires more storage space. To analyze the effects of the sampling frequency in our evaluation of the proposed method, an indicator Dcf is used, which is given by:
(17) |
where and are 12.8 and 6.4 kHz, respectively; and CR1 and CR2 are the CRs under the two sampling frequencies and , respectively. A larger Dcf corresponds to a lower sensitivity to changes in fs.
With the impulse signal taken as an example, let fs and the total number of samples be 12.8 kHz and 1280, respectively. When the proposed method is applied to the impulse signal ( is set to be 2.3), the mean values of the CR and PRD are 29.08 and 1.20%, respectively. Thus, Dcf is 1.60 according to (17), which is higher than that of the competing methods, as shown in Table .
Method | CR1 (fs=12.8 kHz) | CR2 (fs=6.4 kHz) | Dcf |
---|---|---|---|
Proposed | 29.08 | 18.86 | 1.60 |
SD | 7.31 | 5.05 | 0.35 |
9.09 | 5.93 | 0.49 |
The results of Dcf reveal that the proposed method exhibits lower sensitivity to variations in fs as compared with SD and . In addition, is 2.3 and 2 when fs is 12.8 and 6.4 kHz, respectively. The results thus also show that a slight increase in offsets the effect of increasing fs.
When fs is 3.2 kHz, the CR is 23.86 as compared with 4.68 and 5.02 of SD and FFT+WT, respectively. Thus, whether fs increases or decreases, the CR of the proposed method is higher than those of the other methods.
The experimental results show that the proposed method performs well when the SNR of the PQD signals is 40 dB. However, whether the method is immune to noise must be further explored.
Three types of PQD signals are imposed under 30, 40, and 50 dB SNRs. The signals are then compressed and recovered. The CR and PRD results under different SNRs are listed in
Signal type | SNR (dB) | CR | PRD (%) |
---|---|---|---|
Impulse signal | 30 | 17.68 | 3.76 |
40 | 18.24 | 1.19 | |
50 | 18.50 | 0.38 | |
Sag with transient oscillation | 30 | 22.73 | 3.31 |
40 | 23.48 | 2.08 | |
50 | 41.21 | 1.83 | |
Decaying Harmonic | 30 | 11.56 | 5.47 |
40 | 12.13 | 3.11 | |
50 | 12.47 | 2.66 |
The computational efficiency of methods is critical. A method that is too complex results in an excessively long operational time or requires considerable storage space, and thus the method cannot be applied in practice. Therefore, the computational time cost of the proposed method is compared with that of the other two competing methods. For the comparison study, a computer is configured with 8 GB of memory and an Intel i5 2.8 GHz CPU.
The time costs of different methods are shown in
Method | Time cost (s) |
---|---|
Proposed | 5.27 |
SD | 4.84 |
4.76 |
To verify the feasibility of the proposed method on real-life signals, a set of PQD signals is recorded from the Dynamic Power System Simulation Laboratory at Huazhong University of Science and Technology, Wuhan, China.
The fs of the signal is 5000 Hz, and the duration is 0.12 s, meaning that each phase signal has 600 sampling points. Because the sag is the most frequent PQD signal in a real power system, we create a voltage sag in the laboratory and use this signal to test the performance of the proposed method on real-life signals. The real signal measurement system and recorded three-phase fault waveforms are shown in Figs.

Fig. 11 Real signal measurement system.

Fig. 12 Recorded fault waveforms of phases A, B, and C. (a) Phase A. (b) Phase B. (c) Phase C.
The 210 V three-phase voltage signals are generated by an analog generator. They are transmitted through the transmission line, transformed to 100 V by the analog transformer, and then transmitted to the recorded signals through communication devices. Finally, the waveforms of phases A, B, and C are saved by fault recorder.
As
The fault signals of phases A, B, and C are compressed and recovered. The CRs and PRDs of the proposed and other methods are listed in
Phase | Proposed | SD | ||||
---|---|---|---|---|---|---|
CR | PRD (%) | CR | PRD (%) | CR | PRD (%) | |
A | 52.74 | 1.61 | 6.25 | 1.84 | 4.68 | 1.86 |
B | 46.07 | 2.37 | 2.04 | 1.98 | 2.73 | 2.52 |
C | 51.34 | 1.82 | 4.68 | 1.84 | 5.45 | 1.83 |
Table shows that the CR of the three-phase real signals with the proposed method is approximately 50, which is much higher than that of SD and . The differences in PRD of the three methods are minimal.
It should be noted that the CR of the phase B signal decreases slightly, whereas the PRD increases slightly, which explains why the error between the original and recovery signals is relatively large near the time of sag occurrence.
This study proposes a compression algorithm for PQD signals using an STKF, SD, and Huffman and run-length codings. The TC and SSC in the PQD signal are first separated by SD based on an overcomplete dictionary consisting of a unity matrix and a unity Hartley transform dictionary. Next, the TC is compressed by wavelet analysis, which is followed by compression of the approximation and detail coefficients by Huffman and run-length codings, respectively. The small values in the frequency domain of the SSC are then set to be zero, and the PQD signal compression is completed. Experimental results of synthetic and real-life signals verify that the proposed method can achieve the high CR and the low percentage of the root-mean-square difference. In addition, the proposed method is shown to be immune to the interference of variant sampling frequency and Gaussian noise, and the analytical results demonstrate its high robustness.
References
P. S. Pavan and S. Das, “Novel method for location of internal faults in ungrounded double wye shunt capacitor banks,” IEEE Transactions on Power Delivery, vol. 36, no. 2, pp. 899-908, Apr. 2021. [Baidu Scholar]
W. Wu, P. Li, B. Wang et al., “Integrated distribution management system: architecture, functions, and application in China,” Journal of Modern Power Systems and Clean Energy, vol. 10, no. 2, pp. 245-258, Mar. 2022. [Baidu Scholar]
J. Xu, Y. Hu, H. Qian et al., “Delay-based phase-locked loop parameters design based on stability region of grid-connected single-phase inverter under grid voltage sags,” IEEE Transactions on Industrial Electronics, vol. 69, no. 11, pp. 11324-11334, Nov. 2022. [Baidu Scholar]
IEEE Guide for Direct Lightning Stroke Shielding of Substations, IEEE Std 998-2012, 2013. [Baidu Scholar]
D. Li and A. Ukil, “Fault location estimation in voltage source converter based DC system: the L location,” IEEE Transactions on Industrial Electronics, vol. 69, no. 11, pp. 11198-11209, Nov. 2021. [Baidu Scholar]
M. V. Ribeiro, S. H. Park, J. M. T. Romano et al., “A novel MDL-based compression method for power quality applications,” IEEE Transactions on Power Delivery, vol. 22, no. 1, pp. 27-36, Jan. 2007. [Baidu Scholar]
M. P. Tcheou and L. Lovisolo, “The compression of electric signal waveforms for smart grid: state of the art and future trend,” IEEE Transactions on Smart Grid, vol. 5, no. 1, pp. 291-304, Jan. 2014. [Baidu Scholar]
C. Chen, W. Wang, H. Yin et al., “Real-time lossless compression for ultrahigh-density synchrophasor and point-on-wave data,” IEEE Transactions on Industrial Electronics, vol. 69, no. 2, pp. 2012-2021, Feb. 2022. [Baidu Scholar]
S. Shukla, M. Ahirwar, R. Gupta et al., “Audio compression algorithm using discrete cosine transform (DCT) and Lempel-Ziv-Welch (LZW) encoding method,” in Proceedings of 2019 International Conference on Machine Learning, Big Data, Cloud and Parallel Computing, Faridabad, India, Feb. 2019, pp. 476-480. [Baidu Scholar]
S. Santoso, E. J. Powers, W. M. Grady. “Power quality disturbance data compression using wavelet transform methods,” IEEE Transactions on Power Delivery, vol. 12, no. 3, pp. 1250-1257, Jul. 1997. [Baidu Scholar]
T. Gao, L. Jiang, X. Wang et al., “Acoustic signal compression research based on wavelet and compressed sensing,” in Proceedings of 2021 IEEE International Conference on Power Electronics, Computer Applications (ICPECA), Shenyang, China, Jan. 2021, pp. 777-782. [Baidu Scholar]
J. Khan, S. M. A. Bhuiyan, G. Murphy et al., “Embedded-Zerotree-Wavelet-based data denoising and compression for smart grid,” IEEE Transactions on Industry Applications, vol. 51, no. 5, pp. 4190-4200, Oct. 2015. [Baidu Scholar]
Z. Li, C. Zheng, S. Ma. et al., “An improved method based on wavelet for power quality compression,” in Proceedings of 2016 IEEE 11th Conference on Industrial Electronics and Applications (ICIEA), Hefei, China, Jun. 2016, pp. 1750-1753. [Baidu Scholar]
O. N. Gerek and D. G. Ece, “Compression of power quality event data using 2D representation,” Electrical Power Systems Research, vol. 78, no. 6, pp. 1047-1052, Jun. 2008. [Baidu Scholar]
O. N. Gerek and D. G. Ece, “2-D analysis and compression of power quality event data,” IEEE Transactions on Power Delivery, vol. 19, no. 2, pp. 791-798, Apr. 2004. [Baidu Scholar]
D. G. Ece and O. N. Gerek, “Power quality event detection using joint 2-D-wavelet subspaces,” IEEE Transactions on Power Delivery, vol. 53, no. 4, pp. 1040-1046, Aug. 2004. [Baidu Scholar]
J. C. S. de Souza, T. M. L. Assis, and B. Pal, “Data compression in smart distribution systems via singular value decomposition,” IEEE Transactions on Smart Grid, vol. 8, no. 1, pp. 275-284, Jan. 2017. [Baidu Scholar]
N. Hashemipour, J Aghaei, A Kavousi-Fard et al., “Optimal singular value decomposition based big data compression approach in smart grids,” IEEE Transactions on Industry Applications, vol. 57, no. 4, pp. 3296-3305, Jul.-Aug. 2021. [Baidu Scholar]
M. Zhang, K. Li, and Y. Hu, “A high efficient compression method for power quality applications,” IEEE Transactions on Instrumentation and Measurement, vol. 60, no. 6, pp. 1976-1985, Jul. 2011. [Baidu Scholar]
S. He, M. Zhang, W. Tian et al., “A parameterization power data compress using strong trace filter and dynamics,” IEEE Transactions on Instrumentation and Measurement, vol. 64, no. 10, pp. 2636-2645, Oct. 2015. [Baidu Scholar]
M. S. Manikandan, S. R. Samantary, and I. Kamwa, “Detection and classification of power quality disturbance using sparse signal decomposition on hybrid dictionaries,” IEEE Transactions on Instrumentation and Measurement, vol. 64, no. 1, pp. 27-38, Jan. 2015. [Baidu Scholar]
M. S. Manikandan, S. R. Samantary, and I. Kamwa, “Simultaneous denoising and compression of power system disturbances using sparse representation on over hybrid dictionaries,” IET Generation, Transmission & Distribution, vol. 9, no. 11, pp. 1077-1088, Aug. 2015. [Baidu Scholar]
S. He, W. Tian, J. Zhang et al., “A high efficient approach for power quality waveform compression in the view of Heisenberg uncertainty,” IEEE Transactions on Industrial Informatics, vol. 15, no. 5, pp. 2580-2591, May 2019. [Baidu Scholar]
D. Cai, K. Li, S. He et al., “On the application of joint-domain dictionary mapping for power disturbance assessment,” Energies, vol. 11, no. 2, pp. 1-17, Jan. 2018. [Baidu Scholar]
J. Tao, C. Qi, and Y. Huang, “Regularized multipath matching pursuit for sparse channel estimation in millimeter wave massive MIMO system,” IEEE Wireless Communications, vol. 8, no. 1, pp. 169-172, Feb. 2019. [Baidu Scholar]
S. Zhang, X. Ma, Y. Wang et al., “Robust reconstruction of fluorescence molecular tomography based on sparsity adaptive correntropy matching pursuit method for stem cell distribution,” IEEE Transactions on Medical Imaging, vol. 37, no. 10, pp. 2176-2184, Oct. 2018. [Baidu Scholar]
L. Kong, Y. An, Q. Liang et al., “Reconstruction for fluorescence molecular tomography via adaptive group orthogonal matching pursuit,” IEEE Transactions on Biomedical Engineering, vol. 67, no. 9, pp. 2518-2529, Sept. 2020. [Baidu Scholar]
Q. Ge, T. Shao, S. Chen et al., “Carrier tracking estimation analysis by using the extended strong tracking filtering,” IEEE Transactions on Industrial Electronics, vol. 64, no. 2, pp. 1415-1424, Feb. 2017. [Baidu Scholar]