Skip to main content

Single wave extraction in continuous intracranial pressure signal with lifting wavelet transformation and discrimination rules

Abstract

Objective

This article describes a novel method for processing continuous intracranial pressure (ICP) signals with lifting wavelet transformation and discrimination rules for ICP waveform morphology.

Methods

First, lifting wavelet was applied to detect the extreme points of ICP waveform preliminarily; then, the extreme points that were undetected or falsely detected are determined by using the discrimination rules repeatedly; finally, those falsely detected and undetected points were removed or corrected to improve the accuracy of identified individual pulse.

Results

The algorithm was employed to analyze continuous ICP signals of nine patients. Signals were recorded for 30 min each. Each signal was divided into 30-s segments and analyzed. The accuracy rate of 98.58% was obtained.

Conclusion

The method described in this article has given a possibility for the clinical use of ICP waveform. By identifying the single ICP wave effectively, not only mean ICP but also single ICP wave amplitude and latency can be computed precisely with this new method.

1. Introduction

Mean intracranial pressure (ICP) is often regarded as a clinical indicator during continuous ICP monitoring, and is computed according to the sum of pressure levels divided by number of samples. However, the ICP wave parameters of a single ICP wave, such as ICP wave amplitude and latency, can provide the information that is not given in mean ICP [1–3]. Many studies have indicated that the ICP wave parameters are related to intracranial pressure-volume compensatory reserve capacity. Hu et al. [4] also pointed out that ICP elevation could be predicted by the prescient change of ICP waveform morphology. The present research situation of single ICP wave identification and its importance in clinical practice has been discussed in other articles very well, and there are several methods developed to analyze the continuous ICP signals [1–7]. We have developed an alternative single wave identification method that combined lifting wavelet transform with waveform discrimination rules. In the premise of not reducing the accuracy of single wave identification, the method decreased the single wave parameters that required identification, and simplified the identification process.

Since the continuous ICP signal is dynamic and often interfered by noise, the feature points used to identify the single ICP wave may be inconspicuous. Wavelet transform is a signal processing method broadly used for signal de-noising and feature extraction [8, 9]. However, in practice, because of the variation of wavelet bases, it is often needed to try different wavelet bases to find a suitable one according to the wave features of analyzed signal. The research and discussion for the first generation of wavelet are conducted within the framework of Fourier analysis, i.e., the problem is analyzed in the view of frequency domain. Sweldens used a new wavelet construction algorithm that does not rely on Fourier transformation, but on lifting scheme to construct wavelet in time domain, then he established the second generation wavelet transform theory [10, 11]. Compared with the first generation wavelet, the lifting wavelet can be used to self-define wavelet construction based on the characteristics of the analyzed signal. It contributes to a better real-time performance of the diagnosis system by reducing calculation. Based on the lifting scheme, according to the characteristics of a single ICP wave, an appropriate wavelet can be constructed to remove noise effectively; furthermore, the discrimination rules can be developed for the extraction of single ICP waves. In this way, the extreme points of single ICP waves can be detected with higher accuracy.

2. Methods

2.1. Wavelet transform based on lifting scheme

The wavelet decomposition based on lifting scheme could be divided into the following three stages: split, prediction, and update [10, 11].

(1) Split

First, the input signal s i was divided into two smaller subsets s'i-1and d'i-1, where d'i-1was also known as wavelet subset. The simplest split was that s i was divided into two groups according to parity, then s'i-1was known as the even sequence and d'i-1known as the odd sequence. This split wavelet was called the Lazy Wavelet, which could be expressed as

split s i = s ′ i - 1 , d ′ i - 1 .
(1)

(2) Prediction

Based on the correlation of raw data, the predicted P(s'i-1) of the even sequence s'i-1was used to predict (or interpolate) the odd sequence d'i-1. In practice, even though it was impossible to predict the subset d'i-1accurately, it was possible to make P(s'i-1) very close to d'i-1, so P(s'i-1) could be used to replace the original d'i-1with the difference between d'i-1and P(s'i-1), then the generated di-1would contain less information than the original d'i-1, that is

d i - 1 = d i - 1 ′ - P ( s i - 1 ′ ) .
(2)

(3) Update

The idea of update was to find a better subset si-1, which maintained some scalar features Q(s i ) (such as invariant mean and vanishing moment) of the original signal, i.e., Q(si-1) = Q(s i ). The computed wavelet subset di-1could be used to update s'i-1, which made the latter maintain the same scalar features. An operator U could be constructed to update s'i-1, which was defined as follows:

s i - 1 = s i - 1 ′ + U ( d i - 1 ) ,
(3)

where the obtained subset si-1was smaller than the original signal set s i , and the wavelet subset di-1could also be obtained, i.e., the signal had been implemented wavelet transformation.

Among the three stages, the prediction and the updating steps were the core of wavelet lifting. The high-frequency and suitable low-frequency information could be acquired, respectively, by predicting and updating steps. It is easy to understand that the above algorithm only needs the output of former updating step, so that the former data stream of each point could be replaced by the new one. Namely bit operation, which did not occupy the system memory, could be achieved.

It is easily to obtain the inverse transformation of the lifting scheme from its positive transformation, only by changing the direction, as well as plus and minus sign of the data stream. Namely, the reconstruction was composed of restoring update, prediction, and the decomposed subset combination, that is

s i - 1 ′ = s i - 1 - U d i - 1 ,
(4)
d i - 1 ′ = d i - 1 + P ( s i - 1 ′ ) ,
(5)
s ′ i - 1 d ′ i - 1 = merge ( s i ) .
(6)

In the algorithm, P and U could be chosen to construct the wavelet and scaling functions with some characteristics. The split and merging process of a single lifting are shown in Figure 1.

Figure 1
figure 1

Splitting and merging process of once lifting.

2.2. Definitions of single ICP wave parameters

The definitions of parameters were introduced to describe the characteristics of a single ICP wave [1]. In Figure 2, the starting minimum diastolic pressure of the single wave (P min1) defines its start, the ending minimum diastolic pressure (P min2) defines the end, and the maximum systolic pressure (P max1) defines the maximum of the single wave. In this article, the time duration dW 2 of two maximum systolic pressures of adjacent ICP waves, a new parameter, was also introduced to discriminate whether the detected extreme points were correct. The single ICP wave amplitude dP was defined as the pressure difference between P min1 and P max1, the latency of a single ICP wave was the time interval when the pressure changed from P min1 to P max, the dW 1 defined the time duration of a single ICP wave between P min1 and P min2, and the dW 2 defined the time duration between the two peaks P max1 and P max2 of two adjacent ICP waves.

Figure 2
figure 2

Definitions of single ICP wave parameters.

Based on the definitions, the single ICP wave parameters could be computed with the following formulas after extracting the single ICP wave with the lifting wavelet algorithm shown in Section 4:

d P = P max1 . y - P min1 . y
(7)
d T = P max1 . x - P min1 . x
(8)
d W 1 = P min2 . x - P min1 . x
(9)
d W 2 = P max2 . x - P max1 . x
(10)

where .x was the time value of the feature point and .y was the pressure value.

2.3. Algorithm process for single ICP wave extraction

According to the feature of a single ICP wave, the peak and valley of a single ICP wave were regarded as singular points in continuous ICP wave, so we developed a new algorithm to extract single ICP wave based on lifting wavelet and discrimination rules as follows:

  1. (1)

    Preprocess the sampled ICP signals and segment them by N section per minute, where 2 ≤ N ≤ 10;

  2. (2)

    Split every segment of ICP wave into LEVEL layers with lifting wavelet. Thereby, the detail signal D = {d i } and approximate signal S = {s i }, i = 1,2,...,LEVEL of every layer was obtained. Then, the detail parts were summed up to get the total odd sequence (detail signals) which was transformed from original signal with lifting wavelet;

  3. (3)

    Construct sliding window to further process the odd sequence. The width of sliding window was w = f s/2f, and the sliding coefficient was δ = f s/2f, which was determined by the sampling frequency f s and the cardiac beat period f;

  4. (4)

    Calculate module mini-max values of ICP signal in every sliding window as the feature points of the single ICP waves. These computed positive and negative module maximums were regarded as the peaks and valleys.

Lifting wavelet transformation was applied to the above four steps to get the mini-max points. However, if only lifting wavelet transformation was used to identify the single ICP wave, some extreme points might be undetected or detected falsely. Further analysis indicated that after the above four steps, several abnormal cases of extreme points existed, which were identified with frames in Table 1. These abnormal cases included: (a) two minimum points close to each other were identified between two maximum points; (b) two maximum points close to each other were identified between two minimum points; (c) no maximum point was identified between two minimum points; and (d) no minimum point was identified between two maximum points.

Table 1 Relative sampling positions of maximum and minimum points of first 30-s signal segment, the boxed values denoted the false detected points, or there were undetected points between the two adjacent boxed values

Based on the above-mentioned definitions in Figure 2 and formulas (7) to (10), dW 1, dW 2, dT, and dP were calculated, and the ranges of the first three parameters were determined: 500 ms < dW 1 < 1200 ms, 500 ms < dW 2 < 1200 ms, 100 ms < dT < 250 ms; and single ICP wave amplitude (dP) should be between 3 and 20.0 mmHg. Further discrimination processing was made to find out the missing extreme points and filter the false ones, therefore the identification ability of ICP waveform was improved.

Specific discrimination rules were as follows:

  1. (5)

    Arrange the mini-max points acquired by steps (1) to (4) in chronological order, and then calculate waveform parameters dT, dW 1, dW 2, and dP;

  2. (6)

    Discriminate whether extreme points are missing or detected false according to the ranges of above-mentioned parameters. The followings were specific ways for discrimination:

    1. (a)

      When dW 1 was within the normal range, if two maximum points were identified between two minimum points and this dW 2 was below the lower limit, then a maximum point was detected false. Comparing the amplitudes of these two maximum points, and the bigger one was chosen as the final maximum point, under the premise that dP was within the normal range;

    2. (b)

      When dW 1 was within the normal range, if no maximum point was identified between two minimum points and dW 2 was beyond the normal range, then a maximum point was missing. After further analysis of the data between the two minimum points and estimation of the value of dP, the missing maximum point was found out;

    3. (c)

      When dW 2 was within the normal range, if two minimum points were identified between two maximum points and this dW 1 was below the lower limit, then a minimum point was detected false. Comparing the amplitudes of these two minimum points, and the smaller one was chosen as the final minimum point, under the premise that dT was within the normal range;

    4. (d)

      When dW 2 was within the normal range, if no maximum point was identified between two minimum points and dW 1 was out of the normal range, then a minimum point was missing. After further analysis of the data between the two maximum points and estimation of the value of dT, the missing minimum point was found out.

Step (5) and (6) should be repeated till no more undetected or falsely detected points could be identified.

The flow chart of the algorithm is shown in Figure 3 and the discrimination rules in Figure 4. In the figure, L1low = L2low = 500 ms, L1high = L2high = 1200 ms.

Figure 3
figure 3

Flow chart of our algorithm.

Figure 4
figure 4

Discrimination rules.

3. Results and discussion

Continuous ICP monitoring is usually applied to the patients with head injury, cerebral hemorrhage, cerebral tumor, etc. The continuous ICP signals in this study were monitored using Codman intraparenchymal micro-sensors (Codman and Schurtleff, Raynaud, MA) situated in the right frontal lobe. The ICP signals were recorded from nine patients, including three traumatic brain injury patients, three cerebral hemorrhage patients, two hydrocephalus patients, and one cerebral tumor patient. The sampling frequency is 400 Hz. At the same time, electrocardiograph(ECG) and arterial blood pressure(ABP) signals were also recorded. Figure 5 shows 6-s simultaneously recorded ECG and ICP signals of a patient. It demonstrates that the ICP wave is related to the cardiac beat and is disturbed by noise, which makes it technically challenging to extract the single ICP wave because its feature points cannot be located accurately. Wavelet transformation as an effective de-noising method was applied to the continuous ICP wave. Figure 6 illustrates the decomposition results with the first generation wavelet and Figure 7 with lifting wavelet. By comparing the two figures, it could be seen that more noises existed in the detail signals of the first generation wavelet transform, which would affect the subsequent computation of modulus maxima if noises were severe. Thereby, the feature points of a single ICP wave could not be located accurately. In that case, artificial estimation was needed to obtain better de-noised results. However, the problem did not exist in the detail signals of Figure 7, thus it was simpler to de-noise the results with lifting wavelet.

Figure 5
figure 5

ECG and ICP signals.

Figure 6
figure 6

Continuous ICP signal decomposed with the first generation wavelet.

Figure 7
figure 7

Continuous ICP signal decomposed with lifting wavelet.

The maximum and minimum values of a single ICP wave could be computed by employing modulus maximum algorithm to the de-noised continuous ICP wave [12]. Figure 8 illustrates that every single ICP wave is located precisely and identified effectively.

Figure 8
figure 8

Identification of single ICP waves during 6-s time window.

The parameters of every single ICP wave could be obtained by computing the eight ICP waves in 6-s time window shown in Figure 8, then the continuous ICP monitoring wave could be described with more parameters, which made the monitoring ICP data reflect the change of ICP more objectively and accurately.

Furthermore, to testify the validity of the algorithm developed in this article, clinical continuous ICP signals with the length of 30 min of nine patients are chosen. Based on our algorithm, the analyzed ICP signals were divided into N segment/min first, here N = 2, so every ICP signal was divided into 60 segments with the length of 30 s. Applying our algorithm to every segment ICP signals, Figure 9 shows the identification of a segment before using discrimination rules, and Table 1 shows the detected extreme points. The time duration between two adjacent sampling points was 2.5 ms. As inferred from the table, the abnormal cases demonstrated in Section 4 occurred. By employing the algorithms, the false and missing extreme points could be detected, and further processing could remove the false extreme points and supplement the missing extreme points, as shown in Figures 9 and 10. In Figure 9, a green square represents that multi-maximum points exist between two minimum points; a megenta square represents that multi-minimum points exist between two maximum points; a black pentagram represents that a maximum point is missing nearby; a blue diamond represents that a minimum point is missing nearby. In Figure 10, a green square represents the reconfirmed maximum point in the false ones; a black square represents the missing maximum point; a megenata square represents the reconfirmed minimum point in the false ones; a blue diamond represents the missing minimum point. Use the discrimination rules repeatedly, till no more undetected and falsely detected extreme points can be discriminated.

Figure 9
figure 9

Detected extreme points with lifting wavelet and abnormal cases found out by discrimination rules.

Figure 10
figure 10

Detected and determined extreme points with our algorithm.

For all the continuous ICP waves of nine patients, compared with the diagnosis results of clinical expertise, the analysis results with our algorithm are shown in Table 2. It can be seen that the accuracy rate was improved from 92.95 to 98.58% by using our algorithm with discrimination rules after lifting wavelet. Therefore, the method described in this article has given a possibility for the clinical use of ICP waveform.

Table 2 Analysis results with our algorithm

4. Conclusions

A new novel method was developed to identify single ICP wave based on lifting scheme and the discrimination rules. In this way, not only mean ICP but also single ICP wave amplitude and latency could be computed accurately; therefore, more information about ICP change could be provided in clinical practice.

Abbreviations

ICP:

intracranial pressure

ECG:

electrocardiograph

ABP:

arterial blood pressure.

References

  1. Eide PK: A new method for processing of continuous intracranial pressure signals. Med Eng Phys 2006, 28: 579-587. 10.1016/j.medengphy.2005.09.008

    Article  Google Scholar 

  2. Kirkness CJ, Mitchell PH, Burr RL, March KS, Newell DW: Intracranial pressure waveform analysis: clinical and research implications. J Neurosci Nurs 2000,32(5):271-277. 10.1097/01376517-200010000-00007

    Article  Google Scholar 

  3. Eide PK: Intracranial pressure parameters in idiopathic normal pressure hydrocephalus patients treated with ventrilculo-peritoneal shunts. Acta Neurochir (Wien) 2006, 148: 21-29. 10.1007/s00701-005-0654-8

    Article  Google Scholar 

  4. Hu X, Xu P, Asgari S, Vespa P, Bergsneider M: Forecasting ICP elevation based on prescient changes of intracranial pressure waveform morphology. IEEE Trans Biomed Eng 2010,57(5):1070-1078.

    Article  Google Scholar 

  5. Scalzo F, Xu P, Asgari S, Bergsneider M, Xiao H: Regression analysis for peak designation in pulsatile pressure signals. Med Biol Eng Comput 2009, 47: 967-977. 10.1007/s11517-009-0505-5

    Article  Google Scholar 

  6. Balestreri M, Czosnyka M, Steiner LA, Schmidt E, Smielewski P, Matta B, Pickard JD: Intracranial hypertension: what additional information can be derived from ICP waveform after head injury? Acta Neurochir (Wien) 2004, 146: 131-141. 10.1007/s00701-003-0187-y

    Article  Google Scholar 

  7. Hu X, Xu P, Scalzo F, Vespa P, Bergsneider M: Morphological clustering and analysis of continuous intracranial pressure. IEEE Trans Biomed Eng 2009,56(3):696-705.

    Article  Google Scholar 

  8. Zhang J-H, Janschek K, Bohme JF, Zeng Y-J: Multi-resolution dyadic wavelet denoising approach for extraction of visual evoked potentials in the brain. IEE Proc- Vis Image Signal Process 2004,151(3):180-186. 10.1049/ip-vis:20040315

    Article  Google Scholar 

  9. Ji Z, Jin T, Qin S-R: Signal feature extraction based upon independent component analysis and wavelet transform. Chin J Mech Eng 2005,18(1):123-126. 10.3901/CJME.2005.01.123

    Article  Google Scholar 

  10. Sweldens W: The lifting scheme: a custom-design construction of biorthogonal wavelet. Appl Comput Harmon Anal 1996,3(2):186-200. 10.1006/acha.1996.0015

    Article  MathSciNet  Google Scholar 

  11. Sweldens W: The lifting scheme: a construction of second generation wavelets. SIAM J Math Anal 1997,29(2):511-546.

    Article  MathSciNet  Google Scholar 

  12. Wang W, Zhang Y-T, Ren G-Q: Denoising by self-adaptive lifting algorithm based on modulus maximum analysis. IEEE ICMTMA'09 Proceeding of the 2009 International Conference on Measuring Technology and Mechatronics Automation 2009, 1: 449-452.

    Article  Google Scholar 

Download references

Acknowledgements

The present work is supported by Scientific Research Foundation for Returned Researchers of Ministry of Education (Foreign Secretary Education, No. 1341), the Key Sci & Tech Research Project of Chongqing (CSTC2009AB5200, CSTC2009AA5045, CSTC2010AA5049, CSTC2010AA5050) and Natural Science Foundation of Chongqing (CSTC2009BB5035). The author would like to thank Dr. Gurinder K Singh for critically reviewing the manuscript.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to Zhong Ji.

Additional information

Competing interests

The authors declare that they have no competing interests.

Authors’ original submitted files for images

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Ji, Z., Zhu, L., Yang, X. et al. Single wave extraction in continuous intracranial pressure signal with lifting wavelet transformation and discrimination rules. EURASIP J. Adv. Signal Process. 2011, 43 (2011). https://doi.org/10.1186/1687-6180-2011-43

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/1687-6180-2011-43

Keywords