Wall-Embedded Pipe Tapping Detection Method Based on Fine Composite Multi-Scale Dispersion Entropy

1. Definition and Fundamental Principles

1.1 Method Overview

The Wall-Embedded Pipe Tapping Detection Method Based on Fine Composite Multi-Scale Dispersion Entropy (FCMSDE) is an advanced non-destructive testing (NDT) technique that leverages signal processing and information entropy theory to identify and map concealed piping infrastructure within masonry, concrete, or composite wall structures. Unlike conventional electromagnetic pipe locators or ultrasonic thickness gauges, this method exploits the unique acoustic impedance signatures generated when tapping forces are applied to wall surfaces, then processes the resulting vibration signals through a sophisticated multi-scale entropy framework to distinguish pipe locations from solid substrate regions.

1.2 Core Theoretical Framework

The method integrates three fundamental theoretical pillars:

1.3 Mathematical Foundation

The signal processing pipeline proceeds as follows:

  1. Signal Acquisition: A tapping force F(t) is applied at discrete measurement points on the wall surface. An accelerometer or piezoelectric sensor records the response signal x(t).
  2. Coarse-Graining Operation: For each scale factor s, the original signal of length N is coarse-grained into N/s segments, each of length s, producing averaged sub-signals x_s(t).
  3. Dispersion Symbolization: Each coarse-grained signal is mapped to a symbol sequence based on amplitude quantization into m levels, generating dispersion patterns of length m.
  4. Entropy Calculation: Dispersion entropy is computed as: DispEn(x_s, m, τ) = -Σ p(a) · ln[p(a)] for all valid dispersion patterns a, where p(a) is the probability of pattern a and τ is a tolerance parameter.
  5. Fine Composite Interpolation: Additional entropy values are interpolated between adjacent integer scales using linear or spline interpolation, creating a denser entropy-scale curve.
  6. Detection Decision: A threshold or classification algorithm compares the entropy profile at each measurement point against reference profiles from known solid and known pipe locations to classify the region.

2. Category and Business Positioning

2.1 Classification Within NDT Methodology

This technique falls within the acoustic/vibration-based NDT category, specifically under the sub-category of signal-processing-enhanced tapping methods. It represents a third-generation evolution of the traditional "tap-test" (sound tap) method long used in civil engineering and structural inspection:

Generation Method Signal Processing Detection Limit
1st Auditory tap-test (hammer + ear) None (human perception) ~50 mm pipe diameter, >30 mm embedment
2nd Electronic tap-test with FFT analysis Single-scale frequency domain ~25 mm pipe diameter, >20 mm embedment
3rd FCMSDE-based tapping detection Multi-scale entropy + fine interpolation ~15 mm pipe diameter, >15 mm embedment

2.2 Positioning Within Cladding Technology Shanxi's Capability Portfolio

Within the company's integrated technology ecosystem, this NDT method serves as a cross-cutting quality assurance and inspection capability that supports all three primary manufacturing routes:

2.3 Strategic Business Value

The FCMSDE tapping method provides the company with a proprietary inspection intellectual property asset that differentiates its service offerings in competitive bids. It enables:

3. Technical Purpose and Value Proposition

3.1 Primary Technical Objectives

The method is designed to achieve the following quantifiable objectives:

3.2 Value to the Cladding Manufacturing Value Chain

In the context of the company's clad plate and pipe fabrication operations, the FCMSDE method delivers value at multiple stages:

Manufacturing Stage Application Value Delivered
Raw Material Receiving Verify absence of internal voids in base plate that may compromise bonding Prevent rework of bonded assemblies
Workshop Infrastructure Map concealed piping before thermal cutting or welding setup Eliminate hot-work damage incidents
In-Process Inspection Characterize interfacial bonding quality in welded overlays via tap-response entropy Replace destructive coupon testing for routine QA
Final Product Delivery Document structural integrity of delivered clad assemblies Support customer acceptance and warranty claims
In-Service Monitoring Periodic condition assessment of clad pipelines and pressure vessels Extend asset life, reduce unplanned shutdowns

4. Key Process and Implementation Points

4.1 Equipment Configuration

The measurement system requires the following hardware components:

4.2 Algorithm Parameter Settings

Critical FCMSDE algorithm parameters must be optimized for the specific inspection scenario:

Parameter Symbol Recommended Range Effect of Variation
Embedding dimension m 2–4 Higher m increases pattern specificity but requires longer signals
Scale range s ∈ [1, S_max] 1–10 (integer scales) Wider range captures more temporal features; S_max ≈ N/10
Tolerance parameter τ 0.1–0.3 × signal amplitude Controls symbolization sensitivity; too small = noise-dominated, too large = loss of detail
Amplitude quantization levels L 3–5 More levels = finer amplitude discrimination but higher computational cost
Fine interpolation points n_interp 3–7 per integer scale Controls density of composite entropy curve; diminishing returns above 5
Signal segment length N ≥ 2048 samples Minimum for reliable entropy estimation; longer segments improve statistical stability

4.3 Step-by-Step Implementation Protocol

  1. Surface Preparation: Clean the inspection area to remove loose debris, paint flakes, or surface coatings that may attenuate acoustic coupling. For painted surfaces, apply a thin layer of coupling gel or use a dry-contact sensor mount.
  2. Reference Calibration: Acquire baseline signals at 3–5 known solid-wall locations and 2–3 known pipe locations (if accessible) to establish reference entropy profiles for the specific wall construction type.
  3. Grid Survey Execution: Systematically tap at each grid point with consistent force and sensor coupling. Record signal, timestamp, and spatial coordinates. Use a fixture or laser grid projection for repeatability.
  4. Signal Pre-processing: Apply bandpass filtering (50 Hz–10 kHz to remove DC offset and ultrasonic noise), detrend the signal, and normalize amplitude. Remove any segments with obvious sensor dropouts or ambient noise bursts.
  5. FCMSDE Computation: Compute dispersion entropy at each integer scale from 1 to S_max, then perform fine interpolation to generate the composite multi-scale entropy curve for each measurement point.
  6. Feature Extraction and Classification: Extract discriminating features from the entropy curve (e.g., entropy drop magnitude, scale of minimum entropy, curve shape descriptor). Classify each point as "pipe-present" or "pipe-absent" using a trained classifier (SVM, random forest, or threshold-based rule).
  7. Post-Processing and Mapping: Generate a 2D spatial map showing detected pipe locations, estimated diameters (from entropy curve shape correlation), and confidence levels. Overlay detected features on wall drawings for engineering documentation.
  8. Report Generation: Produce a formal NDT report including methodology, equipment calibration certificates, parameter settings, raw data summary, processed maps, and findings per applicable quality standards.

4.4 Algorithm Pseudocode

Function: FCMSDE_Detect(signal x, parameters P) → Classification Result

Input: Raw tapping signal x(t), parameter set P = {m, S_max, τ, L, n_interp}
Output: Classification label (pipe/solid), confidence score, entropy curve

1. Preprocess: x_clean = BandpassFilter(x, 50 Hz, 10 kHz)
2. Normalize: x_norm = x_clean / max(|x_clean|)
3. For each integer scale s = 1 to S_max:
   a. Coarse-grain: x_s = CoarseGrain(x_norm, s)
   b. Symbolize: symbols = DispersionSymbolize(x_s, m, L)
   c. Compute: E(s) = DispersionEntropy(symbols, τ)
4. Fine composite: E_composite = Interpolate(E(1), E(2), ..., E(S_max), n_interp)
5. Extract features: F = {min(E_composite), scale_at_min, curve_variance, E(1)-E(S_max)}
6. Classify: label = Classifier.predict(F)
7. Confidence: score = Classifier.predict_proba(F)
8. Return (label, score, E_composite)

5. Applicable Standards and Acceptance Criteria

5.1 Relevant Standards Framework

While the FCMSDE method is a proprietary signal processing technique, its application and reporting must conform to established NDT standards:

5.2 Acceptance Criteria for Detection Results

Criterion Acceptance Threshold Verification Method
Detection sensitivity (minimum pipe diameter) ≥ 95% detection rate for DN15 pipes at 50 mm embedment Calibration block test with known pipe inserts
False positive rate ≤ 5% on known solid wall areas Blind testing on verified solid sections
Spatial location accuracy ±25 mm from true pipe centerline Comparison with known as-built drawings or excavation verification
Depth estimation accuracy ±15 mm or ±20% of actual depth Calibration with reference specimens of known embedment
Repeatability (same location, different operator) Classification agreement ≥ 90% Inter-operator comparison study
Report completeness All required fields per NB/T 47013.1-2015 Quality assurance review checklist

5.3 Personnel Qualification Requirements

Operators of the FCMSDE system must meet the following qualification standards:

6. Common Risks and Controls

6.1 Technical Risks

Risk Description Impact Mitigation Control
Signal masking by ambient noise Industrial vibration, HVAC systems, or traffic can overwhelm tapping signal False negatives or unreliable classification Survey during low-activity periods; apply adaptive noise cancellation; use higher-energy impactor
Wall heterogeneity Variable aggregate size, moisture content, or reinforcement density creates background entropy variation Increased false positive rate Establish wall-specific reference profiles; apply statistical correction for local background; increase measurement density in heterogeneous zones
Reinforcement interference Steel reinforcement bars produce entropy signatures similar to steel pipes False pipe detection at rebar locations Use reference rebar detection signature for subtraction; cross-reference with as-built drawings; apply multi-frequency tapping for discrimination
Shallow pipe (skin effect) Pipes at <10 mm depth produce overly strong signals that saturate the sensor Distorted entropy curves, misclassification Reduce impact energy; apply anti-aliasing filter; use logarithmic amplitude scaling before symbolization
Algorithm parameter drift Suboptimal parameter selection for a new wall type or pipe material Reduced detection accuracy Mandatory calibration with reference specimens before each new project; maintain parameter library indexed by wall type and pipe material

6.2 Operational and Safety Risks

7. Application Across the Company's Three Technology Routes

7.1 TIG/MIG Weld Overlay Applications

In the weld overlay manufacturing process, the FCMSDE tapping method is deployed at critical stages:

7.2 Hydraulic Explosive Bonding Applications

Hydraulic explosive bonding (HEB) produces metal-to-metal bonds through high-velocity impact under water confinement. The FCMSDE method contributes to quality assurance at several points:

7.3 Explosion Welding Applications

Explosion welding (air-gap explosive bonding) involves detonating a charge to accelerate a cladding plate onto a base plate at supersonic velocities. The FCMSDE method serves in the following capacities:

8. Qualification Building and Certification Pathway

8.1 Method Qualification for NDT Certification Bodies

To establish the FCMSDE method as a recognized NDT technique within the company's quality management system and for customer acceptance, the following qualification pathway is recommended:

  1. Internal validation: Develop a qualification procedure per NB/T 47013.1-2015 requirements, including sensitivity studies, reproducibility testing, and operator qualification trials using reference specimens with known pipe inserts of varying diameter and depth.
  2. Reference specimen fabrication: Manufacture a calibration block set comprising concrete and masonry panels (200 mm × 200 mm × 100 mm) with embedded pipes of DN15, DN25, DN50, and DN100 at depths of 20, 50, 100, and 150 mm. Include steel reinforcement bars as interference features.
  3. Performance demonstration: Conduct a formal demonstration to customer quality representatives or third-party inspection agencies, showing detection accuracy exceeding the acceptance criteria defined in Section 5.2.
  4. Integration into WPS/QTP: Incorporate the FCMSDE method as a supplementary NDT technique in Welding Procedure Specifications (WPS) and Qualification Test Procedures (QTP) for weld overlay and bonded clad products where conventional NDT methods are impractical.
  5. Personnel certification: Train and certify internal personnel to ISO 9712 Level 2 for this specific method, with Level 3 authorization for method development and interpretation of complex results.

8.2 Contribution to Company Qualification Portfolio

The FCMSDE method strengthens the company's qualification position in the following ways:

9. Future Development Directions

9.1 Technology Enhancement Path

9.2 Standards Development Contribution

The company should pursue participation in standards development bodies (SAC/TC 184 for NDT standards, or equivalent international bodies) to establish formal standards for entropy-based tapping NDT methods. This would include:

10. Conclusion

The Wall-Embedded Pipe Tapping Detection Method Based on Fine Composite Multi-Scale Dispersion Entropy represents a sophisticated, signal-processing-driven NDT capability that fills a critical gap in the company's inspection toolkit. By leveraging information theory and acoustic physics, this method provides rapid, non-invasive, and highly accurate detection of concealed piping and internal void features that are otherwise invisible to conventional inspection techniques. Its integration across all three manufacturing technology routes—weld overlay, hydraulic explosive bonding, and explosion welding—demonstrates the company's commitment to comprehensive quality assurance at every stage of the value chain. Proper qualification, personnel training, and systematic application of this method will strengthen the company's competitive position, enhance product reliability, and deliver measurable value to customers through reduced inspection costs, faster project schedules, and superior quality documentation.