Differences between revisions 38 and 39
Revision 38 as of 2014-01-08 15:43:09
Size: 8268
Editor: johnoh
Comment:
Revision 39 as of 2014-01-08 15:51:45
Size: 8598
Editor: johnoh
Comment:
Deletions are marked like this. Additions are marked like this.
Line 79: Line 79:
   * For example, in the second figure below, suppose we have 10 IMFs and one residual, the IMF1 follows 100~500 Hz, the IMF2 follows 100~250Hz, the IMF3 follows    * For example, in the second figure below, suppose we have 10 IMFs and one residual, the IMF1 is nicely matched in 250~500 Hz, the IMF2 in 150~250Hz, the IMF3 in 80~100Hz, and so on.
   * So each IMF represent the dominant original noise in a certain
frequency band.
Line 84: Line 85:
 * '''Action Items'''
   * Generate KW triggers for KAGRA Data
   * Trigger candidate scattered plots, comparing two triggers.
   * Count overlapped triggers and unoverlapped triggers - making statistics.
   * ...

HHT based Instrumental Glitch Trigger Generation

Project Description and Goal

  • Member: John J. Oh, Sang Hoon Oh, Edwin J. Son (NIMS), Young-Min Kim (Pusan National Univ.), Kazuhiro Hayama (Osaka Univ.)
  • Used Data: S6 Auxiliary Channel Data, KAGRA Seismic/Magnetometer Data
  • Goal: Developing an improved trigger generation scheme using HHT - comparing KW triggers (and others)

Introduction: Hilbert-Huang Transform (HHT)

emds.png

  • HHT is a recently suggested empirical data transform based on adaptive bases. So it is very useful for analyzing non-linear and/or non-stationary data. The HHT consists of two main parts: 1) empirical mode decomposition (EMD) 2) Hilbert spectral analysis (HSA). The EMD can decompose the original data into some appropriate data sets that contributes to some frequency bands. Basically the EMD is described by a sifting processes with https://upload.wikimedia.org/math/e/e/4/ee4471f673afaddfc791f692cf250f6b.png, which shows that the EMD performs the subtraction between the original data (or the previously generated data) and its average of envelopes, repeatedly, called intrinsic mode functions (IMF), expressed by https://upload.wikimedia.org/math/7/e/c/7ec2bae54bcdd79fab725ef8d6c5314c.png and https://upload.wikimedia.org/math/6/5/3/65349fc2c693c1b809562b59f4b5e172.png. And the normalized squared difference (NSD) between two successive sifting operations is defined as

https://upload.wikimedia.org/math/1/8/a/18aba9375519cd1b75a761363eea55b7.png,

which should be small. The stoppage criterion of this process is determined by comparing between the NSD and the predetermined value - if NSD is smaller than a predetermined value, the process is stopped.

  • The Hilbert transform of the EMDed data consists of the amplitude and phase parts and we see that the original data can be expressed by the summation of the whole IMFs, which is https://upload.wikimedia.org/math/6/f/d/6fdad0aefbac705612d1e8541fcd9eef.png.

    • Comparing to the (Fast) Fourier Transform (FFT), https://upload.wikimedia.org/math/2/7/7/277cc4bee5968c6ca2d4c78747d18689.png, we easily see that the HHT deals with the time-variant amplitude and phase data with adaptive bases. We compare the HHT to other two different transforms in the following table.

Fourier

Wavelet

Hilbert-Huang

Basis

a priori

a priori

Adaptive

Frequency

Integral transform: Global

Integral transform: Regional

Differentiation: Local

Presentation

Energy-Frequency

Energy-Time-Frequency

Energy-Time-Frequency

Nonlinearity

No

No

Yes

Non-stationarity

No

Yes

Yes

Uncertainty

Yes

Yes

No

Harmonics

Yes

Yes

No

Trigger Generation Method

  • Trigger Generation Criterion (Should be tuned later)
    • Ref.) Li Ming-Ai, Yang Lin-Bao, and Yang Jin-Fu, Commun. Info. Sci. Mag. Eng., Vol.1, No.2, PP.1-6 (2011)

    • When amplitude exceeds the threshold:
      • https://upload.wikimedia.org/math/4/6/1/4616be59479f5b391affa35f797f5ea4.png

      • then a trigger candidate is reported, where
        • https://upload.wikimedia.org/math/1/e/b/1ebfaa5206b1858adef8686594c98da2.png.

        Note that A is an amplitude in a given segment, j is an index of IMFs, M denotes a mean value of the amplitude, X denotes peaks of amplitude, and s is an index of threshold.

Preliminary Analysis of HHT

Here, we show some preliminary results done so far using HHT with S6 LIGO data and KAGRA data. First we ran HHT code written in python - mainly consists of EMD and HSA parts with auxiliary channel data in LIGO S6, for example, L1_SUS_ITMX_OPLEV_Y and L1_LSC_DARM_ERR. We ran the code for so many data sets but here some of them are presented to explain our motivation.

  • HHT-based Trigger Check with S6 LIGO Data

    • Data: L1_SUS_ITMX_OPLEV_Y / L1_LSC-DARM_ERR
    • Method: HHT operation / KW Trigger at given GPS time
    • EMD Decomposition and HSA Trigger Generation / Comparison with KW Trigger (red)
      • The first thing is to compare the result done by HHT with the KW trigger as confirmed as an instrumental glitch (red in the figure).
      • For the KW trigger at a given GPS time, HHT can find the same trigger.
      • In IMF1 figure (Aux), HHT can also find very small glitch-like peaks (at 0.8, 1.8, and 2.7 GPU time)
      • In IMF5 figure (DARM), HHT finds the same glitch found in the KW transform at around 3.0 as well as so many glitch candidates before and after the red event time.
        • alt Comparison btw HHT & KW triggers of S6 aux. channel Data

    • Data: S6_968654557 (Big Dog Event)
    • Method: HHT operation / Big Dog time (around 8 sec in IMF3)
    • EMD Decomposition and HSA Trigger Generation (green)
      • To find the characteristic of HHT, we ran the code for the famous Big Dog Event (h of t data: obtained in the LIGO website).
      • The Big Dog Event lasts around 5 seconds in different frequency bands (starts from 30Hz to 100Hz)
      • In IMF3, the strongest peak at right before 8 second can be detected while other small trigger candidates can be found by our trigger generation scheme.
      • In IMF6, there are one trigger candidate at around 7 sec.
      • In conclusion, all these candidates could be GW signal or instrumental glitches. However the conclusion is that we can find some abnormal features of data in individually decomposed modes generated by HHT.
        • alt Big Dog Trigger seen in HHT

  • HHT-based Trigger Check with KAGRA Data

    • Data: 20131023_SEISMIC_SEI_NS_00000-00128
    • Method: HHT operation
    • EMD Decompostion / HSA - marking in GPS time (green)
      • We just show a sampled analysis of SEISMIC channel data analysis of KAGRA.
      • As shown in S6 Data, the trigger generation pipeline can detect triggers in each mode (IMF).
        • alt HHT Triggers of KAGRA Seismic Data alt HHT Triggers of KAGRA Seismic Data

    • Power Spectrum Density (Energy-Frequency Map)
      • PSD figure gives us an interesting feature of HHT (Energy-Frequency Map).
      • This figure shows that HHT can efficiently decompose the original data (blue) in an appropriate way with effective frequency bands.
      • For example, in the second figure below, suppose we have 10 IMFs and one residual, the IMF1 is nicely matched in 250~500 Hz, the IMF2 in 150~250Hz, the IMF3 in 80~100Hz, and so on.
      • So each IMF represent the dominant original noise in a certain frequency band.
        • alt PSD of KAGRA Seismic Data alt PSD of KAGRA Seismic Data

  • Action Items

    • Generate KW triggers for KAGRA Data
    • Trigger candidate scattered plots, comparing two triggers.
    • Count overlapped triggers and unoverlapped triggers - making statistics.
    • ...

Simulation Results

Comparison to Klein-Welle and Other Methods

HHT based Instrumental Glitch Trigger Generation (last edited 2014-01-09 12:58:08 by johnoh)