{"id":404,"date":"2026-08-27T08:59:39","date_gmt":"2026-08-27T00:59:39","guid":{"rendered":"https:\/\/numsimlab.com\/?p=404"},"modified":"2026-08-27T08:59:39","modified_gmt":"2026-08-27T00:59:39","slug":"%e5%9c%b0%e8%b4%a8%e9%9b%b7%e8%be%be%ef%bc%88gpr%ef%bc%89%e6%8a%80%e6%9c%af%e8%af%b4%e6%98%8e%e6%96%87%e6%a1%a3","status":"publish","type":"post","link":"https:\/\/numsimlab.com\/?p=404","title":{"rendered":"\u5730\u8d28\u96f7\u8fbe\uff08GPR\uff09\u6280\u672f\u8bf4\u660e\u6587\u6863"},"content":{"rendered":"\n<style>\n\/* ========== CSS Variables: Light & Dark Themes ========== *\/\n:root {\n  --bg: #ffffff;\n  --bg2: #f5f7fa;\n  --bg3: #eef1f6;\n  --ink: #1a202c;\n  --muted: #64748b;\n  --rule: #e2e8f0;\n  --accent: #1d6fd0;\n  --accent2: #0f766e;\n  --accent-light: rgba(29,111,208,0.08);\n  --accent2-light: rgba(15,118,110,0.08);\n  --shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n  --code-bg: #f1f5f9;\n}\n\nhtml[data-theme=\"dark\"] {\n  --bg: #0f172a;\n  --bg2: #1e293b;\n  --bg3: #283548;\n  --ink: #e2e8f0;\n  --muted: #94a3b8;\n  --rule: #334155;\n  --accent: #4d9bf5;\n  --accent2: #2dd4bf;\n  --accent-light: rgba(77,155,245,0.10);\n  --accent2-light: rgba(45,212,191,0.10);\n  --shadow: 0 1px 3px rgba(0,0,0,0.3), 0 1px 2px rgba(0,0,0,0.2);\n  --code-bg: #1e293b;\n}\n\n\/* ========== Reset & Base ========== *\/\n*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", \"PingFang SC\", \"Microsoft YaHei\", \"Helvetica Neue\", Arial, sans-serif;\n  background: var(--bg);\n  color: var(--ink);\n  line-height: 1.75;\n  font-size: 16px;\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n  transition: background-color 0.3s ease, color 0.3s ease;\n}\n\n\/* ========== Bilingual Toggle ========== *\/\nbody.lang-zh .en { display: none; }\nbody.lang-en .zh { display: none; }\nbody.lang-zh { font-family: -apple-system, \"PingFang SC\", \"Microsoft YaHei\", \"Segoe UI\", sans-serif; }\nbody.lang-en { font-family: -apple-system, \"Segoe UI\", \"Helvetica Neue\", Arial, sans-serif; }\n\n\/* ========== Header ========== *\/\nheader {\n  background: var(--bg2);\n  border-bottom: 1px solid var(--rule);\n  padding: 1.5rem 1.5rem;\n  position: sticky;\n  top: 0;\n  z-index: 100;\n  box-shadow: var(--shadow);\n  transition: background-color 0.3s ease, border-color 0.3s ease;\n}\n.header-content {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 1rem;\n  flex-wrap: wrap;\n}\nheader h1 {\n  font-size: 1.35rem;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n  color: var(--accent);\n}\n.controls { display: flex; gap: 0.5rem; align-items: center; }\n.ctrl-btn {\n  background: var(--bg3);\n  border: 1px solid var(--rule);\n  color: var(--ink);\n  padding: 0.4rem 0.85rem;\n  border-radius: 6px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  display: flex;\n  align-items: center;\n  gap: 0.35rem;\n}\n.ctrl-btn:hover { border-color: var(--accent); color: var(--accent); }\n.ctrl-btn:active { transform: scale(0.95); }\n\n\/* ========== Layout ========== *\/\n.layout {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 240px 1fr;\n  gap: 2rem;\n  padding: 2rem 1.5rem 4rem;\n}\n\n\/* ========== TOC Sidebar ========== *\/\n.toc {\n  position: sticky;\n  top: 5rem;\n  max-height: calc(100vh - 6rem);\n  overflow-y: auto;\n  align-self: start;\n}\n.toc h3 {\n  font-size: 0.8rem;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  color: var(--muted);\n  margin-bottom: 0.75rem;\n  padding-bottom: 0.5rem;\n  border-bottom: 1px solid var(--rule);\n}\n.toc ol { list-style: none; counter-reset: toc-counter; }\n.toc li { margin-bottom: 0.15rem; counter-increment: toc-counter; }\n.toc a {\n  display: block;\n  padding: 0.35rem 0.5rem 0.35rem 1.8rem;\n  font-size: 0.82rem;\n  color: var(--muted);\n  text-decoration: none;\n  border-radius: 5px;\n  position: relative;\n  transition: all 0.15s ease;\n  line-height: 1.5;\n}\n.toc a::before {\n  content: counter(toc-counter);\n  position: absolute;\n  left: 0.3rem;\n  font-size: 0.72rem;\n  font-weight: 700;\n  color: var(--accent);\n  opacity: 0.6;\n}\n.toc a:hover { background: var(--accent-light); color: var(--accent); }\n.toc a.active { background: var(--accent-light); color: var(--accent); font-weight: 600; }\n\n\/* TOC scrollbar *\/\n.toc::-webkit-scrollbar { width: 4px; }\n.toc::-webkit-scrollbar-track { background: transparent; }\n.toc::-webkit-scrollbar-thumb { background: var(--rule); border-radius: 2px; }\n\n\/* ========== Main Content ========== *\/\nmain { min-width: 0; }\nsection { margin-bottom: 3rem; scroll-margin-top: 5rem; }\nh2 {\n  font-size: 1.6rem;\n  font-weight: 700;\n  letter-spacing: -0.02em;\n  color: var(--ink);\n  margin-bottom: 1.25rem;\n  padding-bottom: 0.6rem;\n  border-bottom: 2px solid var(--accent);\n}\nh3 {\n  font-size: 1.15rem;\n  font-weight: 700;\n  color: var(--ink);\n  margin-top: 2rem;\n  margin-bottom: 0.85rem;\n  padding-left: 0.75rem;\n  border-left: 4px solid var(--accent2);\n}\nh4 {\n  font-size: 1rem;\n  font-weight: 700;\n  color: var(--accent);\n  margin-top: 1.5rem;\n  margin-bottom: 0.6rem;\n}\np { margin-bottom: 1rem; }\nul, ol { margin-bottom: 1rem; padding-left: 1.5rem; }\nli { margin-bottom: 0.4rem; }\nstrong { font-weight: 700; color: var(--ink); }\nem { font-style: italic; color: var(--accent2); }\n\na {\n  color: var(--accent);\n  text-decoration: none;\n  transition: color 0.15s ease;\n}\na:hover { text-decoration: underline; }\n\n\/* ========== Callouts ========== *\/\n.callout {\n  background: var(--accent-light);\n  border-left: 4px solid var(--accent);\n  padding: 1rem 1.25rem;\n  margin: 1.5rem 0;\n  border-radius: 0 6px 6px 0;\n  font-size: 0.92rem;\n}\n.callout-title {\n  font-weight: 700;\n  color: var(--accent);\n  margin-bottom: 0.4rem;\n  font-size: 0.85rem;\n}\n.callout p { margin-bottom: 0; }\n\n\/* ========== Code & Formula ========== *\/\ncode {\n  font-family: \"SF Mono\", \"Consolas\", \"Liberation Mono\", \"Menlo\", monospace;\n  background: var(--code-bg);\n  padding: 0.15rem 0.4rem;\n  border-radius: 4px;\n  font-size: 0.88em;\n  color: var(--accent);\n}\n.formula {\n  background: var(--bg2);\n  border: 1px solid var(--rule);\n  padding: 1rem 1.5rem;\n  margin: 1.25rem 0;\n  border-radius: 8px;\n  text-align: center;\n  font-size: 1.1rem;\n  font-family: \"Cambria\", \"Times New Roman\", Georgia, serif;\n  overflow-x: auto;\n}\n.formula em { font-style: italic; color: var(--accent); }\n\n\/* ========== Tables ========== *\/\n.table-wrap {\n  overflow-x: auto;\n  overflow-y: auto;\n  max-height: 600px;\n  margin: 1.5rem 0;\n  border: 1px solid var(--rule);\n  border-radius: 8px;\n  box-shadow: var(--shadow);\n}\ntable {\n  width: 100%;\n  border-collapse: collapse;\n  font-size: 0.9rem;\n}\ncaption {\n  caption-side: top;\n  text-align: left;\n  padding: 0.75rem 1rem;\n  font-weight: 700;\n  color: var(--accent);\n  background: var(--bg2);\n  border-bottom: 1px solid var(--rule);\n  font-size: 0.95rem;\n}\nth {\n  background: var(--bg3);\n  padding: 0.7rem 1rem;\n  text-align: left;\n  font-weight: 700;\n  color: var(--ink);\n  border-bottom: 2px solid var(--rule);\n  position: sticky;\n  top: 0;\n  white-space: nowrap;\n}\ntd {\n  padding: 0.65rem 1rem;\n  border-bottom: 1px solid var(--rule);\n  color: var(--ink);\n}\ntbody tr:nth-child(even) { background: var(--bg2); }\ntbody tr:hover { background: var(--accent-light); }\n\n\/* ========== Figures & SVG ========== *\/\nfigure {\n  margin: 1.5rem 0;\n  text-align: center;\n}\nfigure svg {\n  max-width: 100%;\n  height: auto;\n  border: 1px solid var(--rule);\n  border-radius: 8px;\n  background: var(--bg2);\n  box-shadow: var(--shadow);\n}\nfigcaption {\n  margin-top: 0.6rem;\n  font-size: 0.85rem;\n  color: var(--muted);\n  font-weight: 600;\n}\nfigcaption .fig-label { color: var(--accent); font-weight: 700; }\n\n\/* Figure\/Table reference links *\/\na.fig-ref, a.tbl-ref {\n  font-weight: 600;\n  white-space: nowrap;\n}\na.fig-ref:hover, a.tbl-ref:hover { text-decoration: underline; }\n\n\/* ========== Two-column box (for advantages\/limitations) ========== *\/\n.two-col {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 1.5rem;\n  margin: 1.5rem 0;\n}\n.info-card {\n  background: var(--bg2);\n  border: 1px solid var(--rule);\n  border-radius: 8px;\n  padding: 1.25rem;\n  box-shadow: var(--shadow);\n}\n.info-card h4 {\n  margin-top: 0;\n  margin-bottom: 0.75rem;\n  font-size: 1rem;\n}\n.info-card ul { margin-bottom: 0; }\n\n\/* ========== Footer ========== *\/\nfooter {\n  border-top: 1px solid var(--rule);\n  background: var(--bg2);\n  padding: 2rem 1.5rem;\n  text-align: center;\n}\nfooter p { font-size: 0.85rem; color: var(--muted); margin-bottom: 0.5rem; }\n\n\/* ========== Mobile Menu Button ========== *\/\n.menu-toggle {\n  display: none;\n  background: var(--bg3);\n  border: 1px solid var(--rule);\n  color: var(--ink);\n  padding: 0.4rem 0.85rem;\n  border-radius: 6px;\n  font-size: 0.85rem;\n  font-weight: 600;\n  cursor: pointer;\n  transition: all 0.2s ease;\n}\n.menu-toggle:hover { border-color: var(--accent); color: var(--accent); }\n\n\/* ========== Responsive ========== *\/\n@media (max-width: 900px) {\n  .layout {\n    grid-template-columns: 1fr;\n    gap: 1rem;\n    padding: 1.5rem 1rem 3rem;\n  }\n  .toc {\n    position: relative;\n    top: 0;\n    max-height: 0;\n    overflow: hidden;\n    transition: max-height 0.3s ease;\n    margin-bottom: 0;\n  }\n  .toc.open {\n    max-height: 500px;\n    overflow-y: auto;\n    margin-bottom: 1.5rem;\n  }\n  .menu-toggle { display: flex; align-items: center; gap: 0.35rem; }\n  .two-col { grid-template-columns: 1fr; }\n  header h1 { font-size: 1.1rem; }\n}\n@media (max-width: 500px) {\n  body { font-size: 15px; }\n  h2 { font-size: 1.35rem; }\n  h3 { font-size: 1.05rem; }\n  .header-content { flex-direction: column; align-items: stretch; }\n  .controls { justify-content: flex-end; }\n}\n\n\/* ========== Print ========== *\/\n@media print {\n  header, .controls, .menu-toggle, .toc { display: none; }\n  .layout { grid-template-columns: 1fr; max-width: 100%; }\n  body { font-size: 12pt; color: #000; background: #fff; }\n  section { page-break-inside: avoid; }\n  figure svg { page-break-inside: avoid; }\n}\n<\/style>\n\n\n<!-- ========== Header ========== -->\n<header>\n  <div class=\"header-content\">\n    <div style=\"display:flex;align-items:center;gap:0.75rem;flex:1;min-width:0;\">\n      <svg width=\"28\" height=\"28\" viewBox=\"0 0 28 28\" fill=\"none\" style=\"flex-shrink:0;\">\n        <rect x=\"2\" y=\"2\" width=\"24\" height=\"24\" rx=\"5\" fill=\"var(--accent)\" opacity=\"0.1\"\/>\n        <path d=\"M14 6 L14 22\" stroke=\"var(--accent)\" stroke-width=\"2\" stroke-linecap=\"round\"\/>\n        <path d=\"M14 10 Q10 13 14 16\" stroke=\"var(--accent2)\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.7\"\/>\n        <path d=\"M14 10 Q18 13 14 16\" stroke=\"var(--accent2)\" stroke-width=\"1.5\" fill=\"none\" opacity=\"0.7\"\/>\n        <path d=\"M14 16 Q9 19 14 22\" stroke=\"var(--accent2)\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.5\"\/>\n        <path d=\"M14 16 Q19 19 14 22\" stroke=\"var(--accent2)\" stroke-width=\"1.2\" fill=\"none\" opacity=\"0.5\"\/>\n        <circle cx=\"14\" cy=\"6\" r=\"2.5\" fill=\"var(--accent)\"\/>\n      <\/svg>\n      <h1>\n        <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\uff08GPR\uff09\u6280\u672f\u8bf4\u660e\u6587\u6863<\/span>\n        <span class=\"en\">Ground Penetrating Radar (GPR) Technical Document<\/span>\n      <\/h1>\n    <\/div>\n    <div class=\"controls\">\n      <button class=\"menu-toggle\" id=\"menuToggle\">\n        <span class=\"zh\">\u76ee\u5f55<\/span><span class=\"en\">Contents<\/span>\n      <\/button>\n      <button class=\"ctrl-btn\" id=\"langToggle\" title=\"\u5207\u6362\u8bed\u8a00 \/ Switch Language\">\n        <span class=\"zh\">EN<\/span><span class=\"en\">\u4e2d\u6587<\/span>\n      <\/button>\n      <button class=\"ctrl-btn\" id=\"themeToggle\" title=\"\u5207\u6362\u4e3b\u9898 \/ Toggle Theme\">\n        <span id=\"themeIcon\">\ud83c\udf19<\/span>\n      <\/button>\n    <\/div>\n  <\/div>\n<\/header>\n\n<!-- ========== Layout ========== -->\n<div class=\"layout\">\n\n<!-- ========== TOC ========== -->\n<aside class=\"toc\" id=\"toc\">\n  <nav>\n    <h3><span class=\"zh\">\u76ee \u5f55<\/span><span class=\"en\">Contents<\/span><\/h3>\n    <ol>\n      <li><a href=\"#overview\"><span class=\"zh\">\u6982\u8ff0\uff1a\u4ec0\u4e48\u662f\u5730\u8d28\u96f7\u8fbe<\/span><span class=\"en\">Overview: What is GPR<\/span><\/a><\/li>\n      <li><a href=\"#principle\"><span class=\"zh\">\u5de5\u4f5c\u539f\u7406<\/span><span class=\"en\">Working Principle<\/span><\/a><\/li>\n      <li><a href=\"#components\"><span class=\"zh\">\u7cfb\u7edf\u7ec4\u6210<\/span><span class=\"en\">System Components<\/span><\/a><\/li>\n      <li><a href=\"#parameters\"><span class=\"zh\">\u4e3b\u8981\u6280\u672f\u53c2\u6570<\/span><span class=\"en\">Technical Parameters<\/span><\/a><\/li>\n      <li><a href=\"#applications\"><span class=\"zh\">\u5e94\u7528\u9886\u57df<\/span><span class=\"en\">Applications<\/span><\/a><\/li>\n      <li><a href=\"#processing\"><span class=\"zh\">\u6570\u636e\u5904\u7406\u4e0e\u89e3\u91ca<\/span><span class=\"en\">Data Processing &amp; Interpretation<\/span><\/a><\/li>\n      <li><a href=\"#pros-cons\"><span class=\"zh\">\u4f18\u52bf\u4e0e\u5c40\u9650\u6027<\/span><span class=\"en\">Advantages &amp; Limitations<\/span><\/a><\/li>\n      <li><a href=\"#trends\"><span class=\"zh\">\u53d1\u5c55\u8d8b\u52bf<\/span><span class=\"en\">Development Trends<\/span><\/a><\/li>\n    <\/ol>\n  <\/nav>\n<\/aside>\n\n<!-- ========== Main Content ========== -->\n<main>\n\n<!-- ===== Section 1: Overview ===== -->\n<section id=\"overview\">\n  <h2><span class=\"zh\">\u4e00\u3001\u6982\u8ff0\uff1a\u4ec0\u4e48\u662f\u5730\u8d28\u96f7\u8fbe<\/span><span class=\"en\">1. Overview: What is Ground Penetrating Radar<\/span><\/h2>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\uff08Ground Penetrating Radar\uff0c\u7b80\u79f0 GPR\uff09\u662f\u4e00\u79cd\u5229\u7528\u9ad8\u9891\u7535\u78c1\u6ce2\u63a2\u6d4b\u5730\u4e0b\u4ecb\u8d28\u5206\u5e03\u7279\u5f81\u7684\u65e0\u635f\u63a2\u6d4b\u5730\u7403\u7269\u7406\u65b9\u6cd5\u3002\u5176\u57fa\u672c\u539f\u7406\u662f\u5c06\u9ad8\u9891\u7535\u78c1\u6ce2\u4ee5\u5bbd\u9891\u5e26\u77ed\u8109\u51b2\u5f62\u5f0f\u7531\u53d1\u5c04\u5929\u7ebf\u9001\u5165\u5730\u4e0b\uff0c\u7535\u78c1\u6ce2\u5728\u5730\u4e0b\u4ecb\u8d28\u4e2d\u4f20\u64ad\u65f6\u9047\u5230\u5b58\u5728\u7535\u6027\u5dee\u5f02\u7684\u754c\u9762\u65f6\u53d1\u751f\u53cd\u5c04\uff0c\u53cd\u5c04\u6ce2\u88ab\u5730\u9762\u63a5\u6536\u5929\u7ebf\u63a5\u6536\u5e76\u8bb0\u5f55\uff0c\u901a\u8fc7\u5bf9\u53cd\u5c04\u6ce2\u4fe1\u53f7\u7684\u5904\u7406\u4e0e\u5206\u6790\uff0c\u53cd\u6f14\u51fa\u5730\u4e0b\u4ecb\u8d28\u7684\u7ed3\u6784\u4fe1\u606f\u3002<\/span>\n    <span class=\"en\">Ground Penetrating Radar (GPR) is a non-destructive geophysical survey method that uses high-frequency electromagnetic waves to detect subsurface features. Its fundamental principle involves transmitting broadband short-pulse electromagnetic waves into the ground via a transmitting antenna. When these waves encounter interfaces with dielectric contrast between different subsurface materials, reflections occur. The reflected waves are captured by a receiving antenna at the surface and recorded. Through processing and analysis of the reflected signals, the subsurface structure can be inferred.<\/span>\n  <\/p>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u6280\u672f\u8d77\u6e90\u4e8e 20 \u4e16\u7eaa\u521d\u7684\u96f7\u8fbe\u6280\u672f\u30021926 \u5e74\uff0cH\u00fclsmeyer \u9996\u6b21\u63d0\u51fa\u5229\u7528\u7535\u78c1\u6ce2\u53cd\u5c04\u63a2\u6d4b\u5730\u4e0b\u76ee\u6807\u7684\u8bbe\u60f3\u300220 \u4e16\u7eaa 50 \u5e74\u4ee3\u81f3 70 \u5e74\u4ee3\uff0c\u968f\u7740\u7535\u5b50\u6280\u672f\u548c\u4fe1\u53f7\u5904\u7406\u6280\u672f\u7684\u53d1\u5c55\uff0cGPR \u9010\u6b65\u4ece\u5b9e\u9a8c\u5ba4\u8d70\u5411\u5de5\u7a0b\u5e94\u7528\u3002\u8fdb\u5165 21 \u4e16\u7eaa\u540e\uff0c\u4f34\u968f\u7740\u6570\u5b57\u5316\u91c7\u96c6\u7cfb\u7edf\u3001\u9ad8\u901f\u6a21\u6570\u8f6c\u6362\u5668\u548c\u9ad8\u6027\u80fd\u5929\u7ebf\u7684\u8fdb\u6b65\uff0c\u5730\u8d28\u96f7\u8fbe\u5728\u5206\u8fa8\u7387\u3001\u63a2\u6d4b\u6df1\u5ea6\u548c\u6570\u636e\u5904\u7406\u81ea\u52a8\u5316\u65b9\u9762\u53d6\u5f97\u4e86\u663e\u8457\u7a81\u7834\uff0c\u6210\u4e3a\u5de5\u7a0b\u52d8\u5bdf\u3001\u57fa\u7840\u8bbe\u65bd\u68c0\u6d4b\u3001\u8003\u53e4\u548c\u73af\u5883\u5730\u8d28\u8c03\u67e5\u7b49\u9886\u57df\u4e0d\u53ef\u6216\u7f3a\u7684\u6280\u672f\u624b\u6bb5\u3002<\/span>\n    <span class=\"en\">GPR technology originated from early 20th-century radar developments. In 1926, H\u00fclsmeyer first proposed using electromagnetic wave reflections to detect subsurface targets. During the 1950s\u20131970s, advances in electronics and signal processing enabled GPR to transition from laboratory research to field applications. In the 21st century, progress in digital acquisition systems, high-speed analog-to-digital converters, and high-performance antennas has led to significant improvements in resolution, penetration depth, and automated data processing, making GPR an indispensable tool in engineering surveys, infrastructure inspection, archaeology, and environmental geology.<\/span>\n  <\/p>\n\n  <div class=\"callout\">\n    <div class=\"callout-title\"><span class=\"zh\">\u6838\u5fc3\u6982\u5ff5<\/span><span class=\"en\">Core Concept<\/span><\/div>\n    <p>\n      <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u63a2\u6d4b\u7684\u672c\u8d28\u662f<strong>\u7535\u78c1\u6ce2\u5728\u4ecb\u8d28\u4e2d\u7684\u53cd\u5c04\u4e0e\u4f20\u64ad<\/strong>\u3002\u901a\u8fc7\u6d4b\u91cf\u7535\u78c1\u6ce2\u4ece\u53d1\u5c04\u5230\u63a5\u6536\u7684\u53cc\u7a0b\u8d70\u65f6\uff0c\u7ed3\u5408\u4ecb\u8d28\u4e2d\u7535\u78c1\u6ce2\u4f20\u64ad\u901f\u5ea6\uff0c\u53ef\u8ba1\u7b97\u53cd\u5c04\u754c\u9762\u7684\u6df1\u5ea6\u4f4d\u7f6e\u3002\u4e0d\u540c\u4ecb\u8d28\u7684\u4ecb\u7535\u5e38\u6570\u5dee\u5f02\u51b3\u5b9a\u4e86\u53cd\u5c04\u4fe1\u53f7\u7684\u5f3a\u5f31\uff0c\u662f GPR \u533a\u5206\u5730\u4e0b\u7ed3\u6784\u7684\u7269\u7406\u57fa\u7840\u3002<\/span>\n      <span class=\"en\">The essence of GPR is <strong>the propagation and reflection of electromagnetic waves in media<\/strong>. By measuring the two-way travel time of the wave from transmission to reception, combined with the wave propagation velocity in the medium, the depth of the reflecting interface can be calculated. The dielectric contrast between different materials determines the strength of the reflected signal, which is the physical basis for GPR to distinguish subsurface structures.<\/span>\n    <\/p>\n  <\/div>\n<\/section>\n\n<!-- ===== Section 2: Working Principle ===== -->\n<section id=\"principle\">\n  <h2><span class=\"zh\">\u4e8c\u3001\u5de5\u4f5c\u539f\u7406<\/span><span class=\"en\">2. Working Principle<\/span><\/h2>\n\n  <h3><span class=\"zh\">2.1 \u7535\u78c1\u6ce2\u53cd\u5c04\u539f\u7406<\/span><span class=\"en\">2.1 Electromagnetic Wave Reflection Principle<\/span><\/h3>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u63a2\u6d4b\u57fa\u4e8e\u7535\u78c1\u6ce2\u5728\u4e0d\u540c\u4ecb\u8d28\u4e2d\u7684\u4f20\u64ad\u4e0e\u53cd\u5c04\u73b0\u8c61\u3002\u7535\u78c1\u6ce2\u5728\u5730\u4e0b\u4f20\u64ad\u65f6\uff0c\u5f53\u9047\u5230\u5177\u6709\u4e0d\u540c\u4ecb\u7535\u5e38\u6570\uff08<em>\u03b5<\/em><sub>r<\/sub>\uff09\u7684\u4ecb\u8d28\u4ea4\u754c\u9762\u65f6\uff0c\u90e8\u5206\u80fd\u91cf\u88ab\u53cd\u5c04\u56de\u5730\u9762\uff0c\u90e8\u5206\u80fd\u91cf\u7ee7\u7eed\u900f\u5c04\u8fdb\u5165\u4e0b\u5c42\u4ecb\u8d28\u3002\u53cd\u5c04\u7cfb\u6570 <em>R<\/em> \u53d6\u51b3\u4e8e\u76f8\u90bb\u4e24\u5c42\u4ecb\u8d28\u7684\u4ecb\u7535\u5e38\u6570\u4e4b\u6bd4\uff0c\u5176\u8868\u8fbe\u5f0f\u4e3a\uff1a<\/span>\n    <span class=\"en\">GPR detection is based on the propagation and reflection of electromagnetic waves in different media. As EM waves propagate underground, when they encounter an interface between media with different relative permittivity (<em>\u03b5<\/em><sub>r<\/sub>), part of the energy is reflected back to the surface while the remainder transmits into the deeper layer. The reflection coefficient <em>R<\/em> depends on the ratio of dielectric constants of adjacent layers:<\/span>\n  <\/p>\n\n  <div class=\"formula\">\n    <span class=\"zh\"><em>R<\/em> = (<em>\u221a\u03b5<\/em><sub>1<\/sub> \u2212 <em>\u221a\u03b5<\/em><sub>2<\/sub>) \/ (<em>\u221a\u03b5<\/em><sub>1<\/sub> + <em>\u221a\u03b5<\/em><sub>2<\/sub>)<\/span>\n    <span class=\"en\"><em>R<\/em> = (<em>\u221a\u03b5<\/em><sub>1<\/sub> \u2212 <em>\u221a\u03b5<\/em><sub>2<\/sub>) \/ (<em>\u221a\u03b5<\/em><sub>1<\/sub> + <em>\u221a\u03b5<\/em><sub>2<\/sub>)<\/span>\n  <\/div>\n\n  <p>\n    <span class=\"zh\">\u5176\u4e2d <em>\u03b5<\/em><sub>1<\/sub> \u548c <em>\u03b5<\/em><sub>2<\/sub> \u5206\u522b\u4e3a\u4e0a\u5c42\u4e0e\u4e0b\u5c42\u4ecb\u8d28\u7684\u76f8\u5bf9\u4ecb\u7535\u5e38\u6570\u3002\u7531\u516c\u5f0f\u53ef\u77e5\uff0c\u4e24\u5c42\u4ecb\u8d28\u7684\u4ecb\u7535\u5e38\u6570\u5dee\u5f02\u8d8a\u5927\uff0c\u53cd\u5c04\u4fe1\u53f7\u8d8a\u5f3a\u3002\u4f8b\u5982\uff0c\u5e72\u71e5\u571f\u58e4\uff08<em>\u03b5<\/em><sub>r<\/sub> \u2248 4\uff09\u4e0e\u6e7f\u7802\uff08<em>\u03b5<\/em><sub>r<\/sub> \u2248 25\uff09\u7684\u754c\u9762\u4f1a\u4ea7\u751f\u8f83\u5f3a\u7684\u53cd\u5c04\uff0c\u800c\u4e24\u79cd\u4ecb\u7535\u5e38\u6570\u76f8\u8fd1\u7684\u6750\u6599\u4e4b\u95f4\u7684\u754c\u9762\u53cd\u5c04\u5219\u5f88\u5f31\u3002\u8fd9\u4e5f\u662f GPR \u5728\u542b\u6c34\u5730\u5c42\u3001\u7a7a\u6d1e\u3001\u91d1\u5c5e\u7ba1\u7ebf\u7b49\u76ee\u6807\u4e0a\u5177\u6709\u9ad8\u63a2\u6d4b\u7075\u654f\u5ea6\u7684\u539f\u56e0\u3002<\/span>\n    <span class=\"en\">where <em>\u03b5<\/em><sub>1<\/sub> and <em>\u03b5<\/em><sub>2<\/sub> are the relative permittivities of the upper and lower layers, respectively. The formula shows that the greater the dielectric contrast between two layers, the stronger the reflected signal. For example, the interface between dry soil (<em>\u03b5<\/em><sub>r<\/sub> \u2248 4) and wet sand (<em>\u03b5<\/em><sub>r<\/sub> \u2248 25) produces a strong reflection, while interfaces between materials with similar dielectric constants produce weak reflections. This is why GPR has high detection sensitivity for targets such as water-bearing strata, voids, and metallic pipes.<\/span>\n  <\/p>\n\n  <!-- ===== Figure 1: GPR Reflection Principle (SVG) ===== -->\n  <figure id=\"fig-1\">\n    <svg viewBox=\"0 0 700 420\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"GPR reflection principle\">\n      <!-- Air layer -->\n      <rect x=\"0\" y=\"0\" width=\"700\" height=\"80\" fill=\"none\"\/>\n      <text x=\"350\" y=\"25\" text-anchor=\"middle\" font-size=\"13\" fill=\"var(--muted)\" font-weight=\"600\">\u7a7a\u6c14\u5c42 \/ Air Layer<\/text>\n      <text x=\"350\" y=\"42\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--muted)\">\u03b5r = 1<\/text>\n\n      <!-- GPR Unit on surface -->\n      <rect x=\"280\" y=\"45\" width=\"140\" height=\"35\" rx=\"6\" fill=\"var(--accent)\" opacity=\"0.15\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"350\" y=\"67\" text-anchor=\"middle\" font-size=\"12\" fill=\"var(--accent)\" font-weight=\"700\">GPR<\/text>\n\n      <!-- Tx and Rx antennas -->\n      <circle cx=\"310\" cy=\"80\" r=\"6\" fill=\"var(--accent)\"\/>\n      <text x=\"285\" y=\"73\" font-size=\"10\" fill=\"var(--accent)\" font-weight=\"700\">Tx<\/text>\n      <circle cx=\"390\" cy=\"80\" r=\"6\" fill=\"var(--accent2)\"\/>\n      <text x=\"395\" y=\"73\" font-size=\"10\" fill=\"var(--accent2)\" font-weight=\"700\">Rx<\/text>\n\n      <!-- Surface line -->\n      <line x1=\"0\" y1=\"80\" width2=\"700\" x2=\"700\" y2=\"80\" stroke=\"var(--ink)\" stroke-width=\"2\"\/>\n\n      <!-- Layer 1: Soil -->\n      <rect x=\"0\" y=\"80\" width=\"700\" height=\"100\" fill=\"var(--accent2)\" opacity=\"0.05\"\/>\n      <text x=\"80\" y=\"135\" font-size=\"13\" fill=\"var(--muted)\" font-weight=\"600\">\u4ecb\u8d281 \/ Medium 1<\/text>\n      <text x=\"80\" y=\"152\" font-size=\"11\" fill=\"var(--muted)\">\u03b5\u2081 \u2248 4 (\u5e72\u571f)<\/text>\n      <line x1=\"0\" y1=\"180\" x2=\"700\" y2=\"180\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"8 4\"\/>\n      <text x=\"540\" y=\"175\" font-size=\"10\" fill=\"var(--accent)\" font-weight=\"600\">\u53cd\u5c04\u754c\u97621 \/ Interface 1<\/text>\n\n      <!-- Layer 2: Wet sand -->\n      <rect x=\"0\" y=\"180\" width=\"700\" height=\"110\" fill=\"var(--accent)\" opacity=\"0.05\"\/>\n      <text x=\"80\" y=\"240\" font-size=\"13\" fill=\"var(--muted)\" font-weight=\"600\">\u4ecb\u8d282 \/ Medium 2<\/text>\n      <text x=\"80\" y=\"257\" font-size=\"11\" fill=\"var(--muted)\">\u03b5\u2082 \u2248 25 (\u6e7f\u7802)<\/text>\n      <line x1=\"0\" y1=\"290\" x2=\"700\" y2=\"290\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"8 4\"\/>\n      <text x=\"540\" y=\"285\" font-size=\"10\" fill=\"var(--accent)\" font-weight=\"600\">\u53cd\u5c04\u754c\u97622 \/ Interface 2<\/text>\n\n      <!-- Layer 3: Bedrock -->\n      <rect x=\"0\" y=\"290\" width=\"700\" height=\"130\" fill=\"var(--accent2)\" opacity=\"0.08\"\/>\n      <text x=\"80\" y=\"360\" font-size=\"13\" fill=\"var(--muted)\" font-weight=\"600\">\u4ecb\u8d283 \/ Medium 3<\/text>\n      <text x=\"80\" y=\"377\" font-size=\"11\" fill=\"var(--muted)\">\u03b5\u2083 \u2248 9 (\u57fa\u5ca9)<\/text>\n\n      <!-- Wave paths: Tx going down -->\n      <path d=\"M310 80 L310 180\" stroke=\"var(--accent)\" stroke-width=\"2\" stroke-dasharray=\"4 3\" opacity=\"0.8\"\/>\n      <!-- Wave reflected from interface 1 to Rx -->\n      <path d=\"M310 180 L390 80\" stroke=\"var(--accent2)\" stroke-width=\"2\" stroke-dasharray=\"4 3\" opacity=\"0.8\"\/>\n      <!-- Wave continuing through interface 1 to interface 2 -->\n      <path d=\"M310 180 L310 290\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"4 3\" opacity=\"0.5\"\/>\n      <!-- Wave reflected from interface 2 back up -->\n      <path d=\"M310 290 L390 80\" stroke=\"var(--accent2)\" stroke-width=\"1.5\" stroke-dasharray=\"3 3\" opacity=\"0.4\"\/>\n\n      <!-- Travel time annotation -->\n      <text x=\"440\" y=\"140\" font-size=\"11\" fill=\"var(--accent2)\" font-style=\"italic\">t\u2081 (\u53cc\u7a0b\u8d70\u65f6)<\/text>\n      <text x=\"440\" y=\"156\" font-size=\"10\" fill=\"var(--muted)\">\/ two-way travel<\/text>\n\n      <!-- Depth annotation -->\n      <line x1=\"650\" y1=\"80\" x2=\"650\" y2=\"180\" stroke=\"var(--muted)\" stroke-width=\"1\"\/>\n      <line x1=\"645\" y1=\"80\" x2=\"655\" y2=\"80\" stroke=\"var(--muted)\" stroke-width=\"1\"\/>\n      <line x1=\"645\" y1=\"180\" x2=\"655\" y2=\"180\" stroke=\"var(--muted)\" stroke-width=\"1\"\/>\n      <text x=\"630\" y=\"135\" font-size=\"11\" fill=\"var(--muted)\" font-weight=\"600\" transform=\"rotate(-90 630 135)\">d\u2081<\/text>\n\n      <!-- Arrow markers on wave paths -->\n      <polygon points=\"310,180 306,170 314,170\" fill=\"var(--accent)\" opacity=\"0.8\"\/>\n      <polygon points=\"390,80 385,90 395,90\" fill=\"var(--accent2)\" opacity=\"0.8\" transform=\"rotate(15 390 80)\"\/>\n    <\/svg>\n    <figcaption>\n      <span class=\"fig-label zh\">\u56fe 1<\/span><span class=\"fig-label en\">Figure 1<\/span>\n      <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u7535\u78c1\u6ce2\u53cd\u5c04\u539f\u7406\u793a\u610f\u56fe\u3002Tx \u4e3a\u53d1\u5c04\u5929\u7ebf\uff0cRx \u4e3a\u63a5\u6536\u5929\u7ebf\uff1b\u7535\u78c1\u6ce2\u5728\u4ecb\u8d28\u4ea4\u754c\u9762\u53d1\u751f\u53cd\u5c04\uff0c\u53cd\u5c04\u6ce2\u88ab\u5730\u9762\u63a5\u6536\u5929\u7ebf\u63a5\u6536\u3002<\/span>\n      <span class=\"en\">Schematic diagram of GPR electromagnetic wave reflection principle. Tx is the transmitting antenna and Rx is the receiving antenna. EM waves reflect at medium interfaces and are captured by the receiving antenna at the surface.<\/span>\n    <\/figcaption>\n  <\/figure>\n\n  <h3><span class=\"zh\">2.2 \u65f6\u57df\u53cd\u5c04\u539f\u7406\u4e0e\u6df1\u5ea6\u8ba1\u7b97<\/span><span class=\"en\">2.2 Time-Domain Reflectometry and Depth Calculation<\/span><\/h3>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u91c7\u7528\u65f6\u57df\u53cd\u5c04\uff08Time-Domain Reflectometry, TDR\uff09\u539f\u7406\u8fdb\u884c\u6df1\u5ea6\u5b9a\u4f4d\u3002\u7cfb\u7edf\u8bb0\u5f55\u7535\u78c1\u6ce2\u4ece\u53d1\u5c04\u5230\u88ab\u63a5\u6536\u5929\u7ebf\u63a5\u6536\u6240\u7ecf\u8fc7\u7684\u65f6\u95f4\uff0c\u5373\u53cc\u7a0b\u8d70\u65f6\uff08<em>t<\/em>\uff09\u3002\u7535\u78c1\u6ce2\u5728\u4ecb\u8d28\u4e2d\u7684\u4f20\u64ad\u901f\u5ea6 <em>v<\/em> \u7531\u4ecb\u8d28\u7684\u76f8\u5bf9\u4ecb\u7535\u5e38\u6570 <em>\u03b5<\/em><sub>r<\/sub> \u51b3\u5b9a\uff1a<\/span>\n    <span class=\"en\">GPR uses Time-Domain Reflectometry (TDR) for depth positioning. The system records the time elapsed from wave transmission to reception \u2014 the two-way travel time (<em>t<\/em>). The propagation velocity <em>v<\/em> of EM waves in a medium is determined by the medium&#8217;s relative permittivity <em>\u03b5<\/em><sub>r<\/sub>:<\/span>\n  <\/p>\n\n  <div class=\"formula\">\n    <span class=\"zh\"><em>v<\/em> = <em>c<\/em> \/ <em>\u221a\u03b5<\/em><sub>r<\/sub> &nbsp;&nbsp;&nbsp; <em>d<\/em> = <em>v<\/em> \u00b7 <em>t<\/em> \/ 2<\/span>\n    <span class=\"en\"><em>v<\/em> = <em>c<\/em> \/ <em>\u221a\u03b5<\/em><sub>r<\/sub> &nbsp;&nbsp;&nbsp; <em>d<\/em> = <em>v<\/em> \u00b7 <em>t<\/em> \/ 2<\/span>\n  <\/div>\n\n  <p>\n    <span class=\"zh\">\u5176\u4e2d <em>c<\/em> \u4e3a\u771f\u7a7a\u4e2d\u7535\u78c1\u6ce2\u901f\u5ea6\uff08\u7ea6 3\u00d710\u2078 m\/s\uff09\uff0c<em>d<\/em> \u4e3a\u53cd\u5c04\u754c\u9762\u6df1\u5ea6\u3002\u7531\u516c\u5f0f\u53ef\u77e5\uff0c\u7cbe\u786e\u83b7\u53d6\u4ecb\u8d28\u7684\u4ecb\u7535\u5e38\u6570\u662f\u6df1\u5ea6\u8ba1\u7b97\u7684\u5173\u952e\u3002\u5728\u5b9e\u9645\u5e94\u7528\u4e2d\uff0c\u4ecb\u7535\u5e38\u6570\u53ef\u901a\u8fc7\u5df2\u77e5\u6df1\u5ea6\u76ee\u6807\u6807\u5b9a\u3001\u94bb\u5b54\u5bf9\u6bd4\u6216\u7ecf\u9a8c\u516c\u5f0f\u4f30\u7b97\u3002\u4f8b\u5982\uff0c\u6c34\u7684\u76f8\u5bf9\u4ecb\u7535\u5e38\u6570\u7ea6\u4e3a 81\uff0c\u7535\u78c1\u6ce2\u5728\u6c34\u4e2d\u4f20\u64ad\u901f\u5ea6\u4ec5\u7ea6 0.033 m\/ns\uff1b\u800c\u5e72\u71e5\u571f\u58e4\uff08<em>\u03b5<\/em><sub>r<\/sub> \u2248 4\uff09\u4e2d\u6ce2\u901f\u7ea6\u4e3a 0.15 m\/ns\uff0c\u5dee\u5f02\u663e\u8457\u3002<\/span>\n    <span class=\"en\">where <em>c<\/em> is the speed of EM waves in vacuum (approximately 3\u00d710\u2078 m\/s) and <em>d<\/em> is the depth of the reflecting interface. Accurate determination of the medium&#8217;s dielectric constant is critical for depth calculation. In practice, permittivity can be estimated through calibration with known-depth targets, borehole correlation, or empirical formulas. For example, water has a relative permittivity of about 81, with an EM wave velocity of approximately 0.033 m\/ns in water, while in dry soil (<em>\u03b5<\/em><sub>r<\/sub> \u2248 4) the velocity is about 0.15 m\/ns \u2014 a significant difference.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">2.3 \u63a2\u6d4b\u6a21\u5f0f<\/span><span class=\"en\">2.3 Survey Modes<\/span><\/h3>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u5e38\u7528\u7684\u63a2\u6d4b\u6a21\u5f0f\u4e3b\u8981\u5305\u62ec\u4ee5\u4e0b\u4e24\u79cd\uff1a<\/span>\n    <span class=\"en\">GPR surveys commonly employ the following two modes:<\/span>\n  <\/p>\n\n  <ul>\n    <li>\n      <span class=\"zh\"><strong>\u5256\u9762\u6cd5\uff08Common-Offset Mode\uff09<\/strong>\uff1a\u53d1\u5c04\u5929\u7ebf\u4e0e\u63a5\u6536\u5929\u7ebf\u4fdd\u6301\u56fa\u5b9a\u504f\u79fb\u8ddd\u540c\u6b65\u79fb\u52a8\uff0c\u6cbf\u6d4b\u7ebf\u91c7\u96c6\u8fde\u7eed\u5256\u9762\u3002\u8be5\u65b9\u6cd5\u662f\u6700\u5e38\u7528\u7684 GPR \u63a2\u6d4b\u65b9\u5f0f\uff0c\u9002\u7528\u4e8e\u67e5\u627e\u5730\u4e0b\u754c\u9762\u3001\u7ba1\u7ebf\u3001\u7a7a\u6d1e\u7b49\u7ebf\u72b6\u6216\u5c42\u72b6\u76ee\u6807\u3002<\/span>\n      <span class=\"en\"><strong>Profile Mode (Common-Offset)<\/strong>: The transmitter and receiver maintain a fixed offset distance while moving together along the survey line. This is the most commonly used GPR mode, suitable for detecting layer interfaces, pipelines, voids, and other linear or stratiform targets.<\/span>\n    <\/li>\n    <li>\n      <span class=\"zh\"><strong>\u5bbd\u89d2\u6cd5 \/ \u5171\u4e2d\u5fc3\u70b9\u6cd5\uff08CMP \/ WARR\uff09<\/strong>\uff1a\u56fa\u5b9a\u53d1\u5c04\u5929\u7ebf\u4f4d\u7f6e\uff0c\u79fb\u52a8\u63a5\u6536\u5929\u7ebf\uff08\u6216\u53cd\u4e4b\uff09\uff0c\u7528\u4e8e\u4f30\u7b97\u5730\u4e0b\u4ecb\u8d28\u4e2d\u7535\u78c1\u6ce2\u4f20\u64ad\u901f\u5ea6\uff0c\u4ece\u800c\u7cbe\u786e\u8ba1\u7b97\u53cd\u5c04\u4f53\u6df1\u5ea6\u3002\u8be5\u65b9\u6cd5\u5e38\u7528\u4e8e\u6807\u5b9a\u4ecb\u7535\u5e38\u6570\u548c\u6ce2\u901f\u3002<\/span>\n      <span class=\"en\"><strong>Wide-Angle Reflection and Refraction (WARR) \/ Common Mid-Point (CMP)<\/strong>: One antenna is held stationary while the other is moved (or vice versa). This mode is used to estimate the EM wave velocity in subsurface media, enabling accurate depth calculations. It is commonly used for calibrating dielectric constants and wave velocities.<\/span>\n    <\/li>\n  <\/ul>\n<\/section>\n\n<!-- ===== Section 3: System Components ===== -->\n<section id=\"components\">\n  <h2><span class=\"zh\">\u4e09\u3001\u7cfb\u7edf\u7ec4\u6210<\/span><span class=\"en\">3. System Components<\/span><\/h2>\n\n  <p>\n    <span class=\"zh\">\u4e00\u5957\u5b8c\u6574\u7684\u5730\u8d28\u96f7\u8fbe\u7cfb\u7edf\u901a\u5e38\u7531\u4ee5\u4e0b\u6838\u5fc3\u90e8\u4ef6\u6784\u6210\uff08\u53c2\u89c1<a href=\"#fig-2\" class=\"fig-ref\"><span class=\"zh\">\u56fe 2<\/span><span class=\"en\">Figure 2<\/span><\/a>\uff09\uff1a<\/span>\n    <span class=\"en\">A complete GPR system typically consists of the following core components (see <a href=\"#fig-2\" class=\"fig-ref\"><span class=\"zh\">\u56fe 2<\/span><span class=\"en\">Figure 2<\/span><\/a>):<\/span>\n  <\/p>\n\n  <!-- ===== Figure 2: System Block Diagram (SVG) ===== -->\n  <figure id=\"fig-2\">\n    <svg viewBox=\"0 0 720 360\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"GPR system block diagram\">\n      <!-- Control Unit -->\n      <rect x=\"250\" y=\"20\" width=\"220\" height=\"55\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.12\" stroke=\"var(--accent)\" stroke-width=\"2\"\/>\n      <text x=\"360\" y=\"50\" text-anchor=\"middle\" font-size=\"14\" fill=\"var(--accent)\" font-weight=\"700\">\u63a7\u5236\u5355\u5143 \/ Control Unit<\/text>\n      <text x=\"360\" y=\"68\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--muted)\">\u65f6\u5e8f\u63a7\u5236 \u00b7 \u89e6\u53d1\u8109\u51b2 \u00b7 \u7cfb\u7edf\u540c\u6b65<\/text>\n\n      <!-- Arrow: Control -> Tx -->\n      <line x1=\"290\" y1=\"75\" x2=\"170\" y2=\"120\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"170,120 178,112 182,122\" fill=\"var(--accent)\"\/>\n      <text x=\"210\" y=\"92\" font-size=\"10\" fill=\"var(--muted)\">\u89e6\u53d1\u4fe1\u53f7<\/text>\n\n      <!-- Transmitter -->\n      <rect x=\"70\" y=\"120\" width=\"160\" height=\"50\" rx=\"8\" fill=\"var(--accent2)\" opacity=\"0.1\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"150\" y=\"142\" text-anchor=\"middle\" font-size=\"13\" fill=\"var(--accent2)\" font-weight=\"700\">\u53d1\u5c04\u673a \/ Transmitter<\/text>\n      <text x=\"150\" y=\"160\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u8109\u51b2\u751f\u6210 \u00b7 \u529f\u7387\u653e\u5927<\/text>\n\n      <!-- Tx Antenna -->\n      <rect x=\"95\" y=\"190\" width=\"110\" height=\"35\" rx=\"6\" fill=\"var(--bg3)\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"150\" y=\"212\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent2)\" font-weight=\"600\">\u53d1\u5c04\u5929\u7ebf Tx Ant.<\/text>\n\n      <!-- Arrow: Control -> Rx -->\n      <line x1=\"430\" y1=\"75\" x2=\"550\" y2=\"120\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"550,120 538,112 542,122\" fill=\"var(--accent)\" transform=\"rotate(0 550 120)\"\/>\n      <text x=\"480\" y=\"92\" font-size=\"10\" fill=\"var(--muted)\">\u91c7\u6837\u65f6\u949f<\/text>\n\n      <!-- Receiver -->\n      <rect x=\"490\" y=\"120\" width=\"160\" height=\"50\" rx=\"8\" fill=\"var(--accent2)\" opacity=\"0.1\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"570\" y=\"142\" text-anchor=\"middle\" font-size=\"13\" fill=\"var(--accent2)\" font-weight=\"700\">\u63a5\u6536\u673a \/ Receiver<\/text>\n      <text x=\"570\" y=\"160\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u4fe1\u53f7\u653e\u5927 \u00b7 \u6ee4\u6ce2<\/text>\n\n      <!-- Rx Antenna -->\n      <rect x=\"515\" y=\"190\" width=\"110\" height=\"35\" rx=\"6\" fill=\"var(--bg3)\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"570\" y=\"212\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent2)\" font-weight=\"600\">\u63a5\u6536\u5929\u7ebf Rx Ant.<\/text>\n\n      <!-- Arrow: Tx -> Tx Antenna -->\n      <line x1=\"150\" y1=\"170\" x2=\"150\" y2=\"190\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"150,190 145,182 155,182\" fill=\"var(--accent2)\"\/>\n\n      <!-- Arrow: Rx Antenna -> Rx -->\n      <line x1=\"570\" y1=\"225\" x2=\"570\" y2=\"170\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"570,170 565,178 575,178\" fill=\"var(--accent2)\"\/>\n\n      <!-- Signal into ground -->\n      <path d=\"M150 225 Q150 260 200 280\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"5 3\" opacity=\"0.6\" fill=\"none\"\/>\n      <text x=\"155\" y=\"265\" font-size=\"10\" fill=\"var(--accent)\">EM \u6ce2<\/text>\n\n      <!-- Signal from ground to Rx -->\n      <path d=\"M520 280 Q570 260 570 225\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"5 3\" opacity=\"0.6\" fill=\"none\"\/>\n      <text x=\"530\" y=\"265\" font-size=\"10\" fill=\"var(--accent)\">\u53cd\u5c04\u6ce2<\/text>\n\n      <!-- Underground -->\n      <rect x=\"0\" y=\"275\" width=\"720\" height=\"85\" fill=\"var(--accent2)\" opacity=\"0.04\"\/>\n      <line x1=\"0\" y1=\"275\" x2=\"720\" y2=\"275\" stroke=\"var(--ink)\" stroke-width=\"1.5\"\/>\n      <text x=\"60\" y=\"300\" font-size=\"12\" fill=\"var(--muted)\">\u5730\u4e0b\u4ecb\u8d28 \/ Subsurface<\/text>\n\n      <!-- Data path: Rx -> Processing -->\n      <line x1=\"570\" y1=\"120\" x2=\"570\" y2=\"75\" stroke=\"var(--accent)\" stroke-width=\"1.5\" opacity=\"0\"\/>\n      <!-- Arrow: Rx -> Control (data) -->\n      <line x1=\"490\" y1=\"145\" x2=\"470\" y2=\"75\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"3 2\"\/>\n      <polygon points=\"470,75 478,82 462,82\" fill=\"var(--accent)\"\/>\n      <text x=\"430\" y=\"105\" font-size=\"9\" fill=\"var(--muted)\">\u6570\u636e<\/text>\n\n      <!-- Processing & Display -->\n      <rect x=\"250\" y=\"295\" width=\"220\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.12\" stroke=\"var(--accent)\" stroke-width=\"2\"\/>\n      <text x=\"360\" y=\"318\" text-anchor=\"middle\" font-size=\"13\" fill=\"var(--accent)\" font-weight=\"700\">\u6570\u636e\u5904\u7406\u4e0e\u663e\u793a\u5355\u5143<\/text>\n      <text x=\"360\" y=\"335\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--muted)\">Data Processing &amp; Display Unit<\/text>\n\n      <!-- Arrow: Control -> Processing -->\n      <line x1=\"360\" y1=\"75\" x2=\"360\" y2=\"295\" stroke=\"var(--accent)\" stroke-width=\"1.5\" stroke-dasharray=\"3 2\"\/>\n      <polygon points=\"360,295 355,287 365,287\" fill=\"var(--accent)\"\/>\n      <text x=\"370\" y=\"200\" font-size=\"10\" fill=\"var(--muted)\" transform=\"rotate(90 370 200)\">\u6570\u636e\u4f20\u8f93<\/text>\n    <\/svg>\n    <figcaption>\n      <span class=\"fig-label zh\">\u56fe 2<\/span><span class=\"fig-label en\">Figure 2<\/span>\n      <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u7cfb\u7edf\u7ec4\u6210\u6846\u56fe\u3002\u63a7\u5236\u5355\u5143\u540c\u6b65\u89e6\u53d1\u53d1\u5c04\u673a\u548c\u63a5\u6536\u673a\uff0c\u53d1\u5c04\u5929\u7ebf\u5411\u5730\u4e0b\u8f90\u5c04\u7535\u78c1\u6ce2\uff0c\u63a5\u6536\u5929\u7ebf\u63a5\u6536\u53cd\u5c04\u6ce2\uff0c\u6570\u636e\u7ecf\u5904\u7406\u540e\u5728\u663e\u793a\u5355\u5143\u5448\u73b0\u3002<\/span>\n      <span class=\"en\">GPR system block diagram. The control unit synchronizes the transmitter and receiver. The transmitting antenna radiates EM waves into the ground, and the receiving antenna captures reflected waves. Data is processed and displayed on the output unit.<\/span>\n    <\/figcaption>\n  <\/figure>\n\n  <h3><span class=\"zh\">3.1 \u53d1\u5c04\u5929\u7ebf\u4e0e\u63a5\u6536\u5929\u7ebf<\/span><span class=\"en\">3.1 Transmitting and Receiving Antennas<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5929\u7ebf\u662f GPR \u7cfb\u7edf\u7684\u6838\u5fc3\u90e8\u4ef6\uff0c\u51b3\u5b9a\u4e86\u96f7\u8fbe\u7684\u5de5\u4f5c\u9891\u7387\u548c\u8f90\u5c04\u7279\u6027\u3002GPR \u5929\u7ebf\u901a\u5e38\u91c7\u7528\u5076\u6781\u5929\u7ebf\u3001\u9886\u7ed3\u5929\u7ebf\uff08Bowtie\uff09\u6216\u87ba\u65cb\u5929\u7ebf\u7b49\u5f62\u5f0f\uff0c\u5de5\u4f5c\u9891\u7387\u8303\u56f4\u4ece 10 MHz \u5230 2.5 GHz \u4e0d\u7b49\u3002\u4f4e\u9891\u5929\u7ebf\u7a7f\u900f\u6df1\u5ea6\u5927\u4f46\u5206\u8fa8\u7387\u4f4e\uff0c\u9002\u5408\u6df1\u5c42\u63a2\u6d4b\uff1b\u9ad8\u9891\u5929\u7ebf\u5206\u8fa8\u7387\u9ad8\u4f46\u63a2\u6d4b\u6df1\u5ea6\u6d45\uff0c\u9002\u5408\u6d45\u5c42\u7cbe\u7ec6\u63a2\u6d4b\u3002\u5929\u7ebf\u53ef\u5206\u4e3a\u5c4f\u853d\u5929\u7ebf\uff08\u51cf\u5c11\u7a7a\u4e2d\u5e72\u6270\uff09\u548c\u975e\u5c4f\u853d\u5929\u7ebf\u4e24\u79cd\u3002<\/span>\n    <span class=\"en\">Antennas are the core components of a GPR system, determining the operating frequency and radiation characteristics. GPR antennas typically use dipole, bowtie, or spiral designs, with operating frequencies ranging from 10 MHz to 2.5 GHz. Low-frequency antennas offer greater penetration depth but lower resolution, suitable for deep surveys; high-frequency antennas provide higher resolution but shallower penetration, ideal for shallow fine-scale detection. Antennas are classified as shielded (reducing air interference) or unshielded.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">3.2 \u63a7\u5236\u5355\u5143<\/span><span class=\"en\">3.2 Control Unit<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u63a7\u5236\u5355\u5143\u662f\u6574\u4e2a\u7cfb\u7edf\u7684\u4e2d\u67a2\uff0c\u8d1f\u8d23\u4ea7\u751f\u7cbe\u786e\u7684\u65f6\u5e8f\u63a7\u5236\u4fe1\u53f7\uff0c\u534f\u8c03\u53d1\u5c04\u673a\u4e0e\u63a5\u6536\u673a\u7684\u5de5\u4f5c\u540c\u6b65\u3002\u5b83\u751f\u6210\u89e6\u53d1\u8109\u51b2\u63a7\u5236\u53d1\u5c04\u673a\u7684\u8109\u51b2\u91cd\u590d\u9891\u7387\uff08PRF\uff09\uff0c\u540c\u65f6\u4e3a\u63a5\u6536\u673a\u7684\u91c7\u6837\u7535\u8def\u63d0\u4f9b\u7cbe\u786e\u7684\u65f6\u57fa\u4fe1\u53f7\u3002\u73b0\u4ee3 GPR \u63a7\u5236\u5355\u5143\u901a\u5e38\u96c6\u6210\u4e86 GPS \u5b9a\u4f4d\u6a21\u5757\uff0c\u5b9e\u73b0\u6d4b\u7ebf\u8f68\u8ff9\u4e0e\u96f7\u8fbe\u6570\u636e\u7684\u7cbe\u786e\u7a7a\u95f4\u914d\u51c6\u3002<\/span>\n    <span class=\"en\">The control unit is the system&#8217;s hub, responsible for generating precise timing signals and coordinating the synchronization between the transmitter and receiver. It generates trigger pulses to control the transmitter&#8217;s pulse repetition frequency (PRF) and provides accurate timebase signals for the receiver&#8217;s sampling circuitry. Modern GPR control units typically integrate GPS modules for precise spatial registration of survey track and radar data.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">3.3 \u6570\u636e\u91c7\u96c6\u4e0e\u5904\u7406\u5355\u5143<\/span><span class=\"en\">3.3 Data Acquisition and Processing Unit<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u63a5\u6536\u5929\u7ebf\u5c06\u53cd\u5c04\u7535\u78c1\u6ce2\u8f6c\u6362\u4e3a\u7535\u4fe1\u53f7\u540e\uff0c\u7ecf\u4f4e\u566a\u58f0\u524d\u7f6e\u653e\u5927\u5668\u653e\u5927\u3001\u6ee4\u6ce2\u540e\u9001\u5165\u9ad8\u901f\u6a21\u6570\u8f6c\u6362\u5668\uff08ADC\uff09\u8fdb\u884c\u6570\u5b57\u5316\u91c7\u6837\u3002GPR \u7cfb\u7edf\u901a\u5e38\u91c7\u7528\u7b49\u6548\u65f6\u95f4\u91c7\u6837\uff08Equivalent-Time Sampling\uff09\u6280\u672f\uff0c\u4ee5\u6781\u9ad8\u7b49\u6548\u91c7\u6837\u7387\uff08\u6570\u5341 GHz\uff09\u6355\u83b7\u7eb3\u79d2\u7ea7\u5bbd\u5e26\u8109\u51b2\u4fe1\u53f7\u3002\u6570\u5b57\u5316\u540e\u7684\u6570\u636e\u4f20\u81f3\u73b0\u573a\u5904\u7406\u7ec8\u7aef\uff08\u5e73\u677f\u7535\u8111\u6216\u4e13\u7528\u63a7\u5236\u5668\uff09\uff0c\u8fdb\u884c\u5b9e\u65f6\u9884\u5904\u7406\u548c\u663e\u793a\u3002<\/span>\n    <span class=\"en\">After the receiving antenna converts the reflected EM waves into electrical signals, they are amplified by a low-noise preamplifier, filtered, and fed into a high-speed analog-to-digital converter (ADC) for digital sampling. GPR systems typically employ equivalent-time sampling technology to capture nanosecond-level broadband pulse signals with ultra-high equivalent sampling rates (tens of GHz). The digitized data is transmitted to a field processing terminal (tablet or dedicated controller) for real-time preprocessing and display.<\/span>\n  <\/p>\n<\/section>\n\n<!-- ===== Section 4: Technical Parameters ===== -->\n<section id=\"parameters\">\n  <h2><span class=\"zh\">\u56db\u3001\u4e3b\u8981\u6280\u672f\u53c2\u6570<\/span><span class=\"en\">4. Key Technical Parameters<\/span><\/h2>\n\n  <h3><span class=\"zh\">4.1 \u9891\u7387\u8303\u56f4<\/span><span class=\"en\">4.1 Frequency Range<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5929\u7ebf\u4e2d\u5fc3\u9891\u7387\u662f GPR \u7cfb\u7edf\u6700\u91cd\u8981\u7684\u53c2\u6570\u4e4b\u4e00\uff0c\u76f4\u63a5\u51b3\u5b9a\u63a2\u6d4b\u6df1\u5ea6\u4e0e\u5206\u8fa8\u7387\u3002\u5730\u8d28\u96f7\u8fbe\u5929\u7ebf\u9891\u7387\u8303\u56f4\u8de8\u5ea6\u5927\uff0c\u4ece\u6570\u5341 MHz \u5230\u6570 GHz\uff0c\u4e0d\u540c\u9891\u7387\u9002\u7528\u4e8e\u4e0d\u540c\u6df1\u5ea6\u548c\u7cbe\u5ea6\u8981\u6c42\u7684\u63a2\u6d4b\u4efb\u52a1\u3002\u4e0b\u8868\uff08<a href=\"#tbl-1\" class=\"tbl-ref\"><span class=\"zh\">\u88681<\/span><span class=\"en\">Table 1<\/span><\/a>\uff09\u5217\u51fa\u4e86\u5e38\u7528\u5929\u7ebf\u9891\u7387\u53ca\u5176\u5178\u578b\u5e94\u7528\u573a\u666f\u3002<\/span>\n    <span class=\"en\">The antenna center frequency is one of the most critical GPR parameters, directly determining detection depth and resolution. GPR antenna frequencies span a wide range from tens of MHz to several GHz, with different frequencies suited for different depth and resolution requirements. The table below (<a href=\"#tbl-1\" class=\"tbl-ref\"><span class=\"zh\">\u88681<\/span><span class=\"en\">Table 1<\/span><\/a>) lists common antenna frequencies and their typical applications.<\/span>\n  <\/p>\n\n  <!-- ===== Table 1 ===== -->\n  <div class=\"table-wrap\" id=\"tbl-1\">\n    <table>\n      <caption>\n        <span class=\"zh\">\u88681 \u5e38\u7528 GPR \u5929\u7ebf\u9891\u7387\u4e0e\u5178\u578b\u63a2\u6d4b\u53c2\u6570<\/span>\n        <span class=\"en\">Table 1: Common GPR Antenna Frequencies and Typical Detection Parameters<\/span>\n      <\/caption>\n      <thead>\n        <tr>\n          <th><span class=\"zh\">\u4e2d\u5fc3\u9891\u7387<\/span><span class=\"en\">Center Freq.<\/span><\/th>\n          <th><span class=\"zh\">\u5178\u578b\u63a2\u6d4b\u6df1\u5ea6<\/span><span class=\"en\">Typical Depth<\/span><\/th>\n          <th><span class=\"zh\">\u5782\u76f4\u5206\u8fa8\u7387<\/span><span class=\"en\">Vertical Resolution<\/span><\/th>\n          <th><span class=\"zh\">\u5178\u578b\u5e94\u7528<\/span><span class=\"en\">Typical Application<\/span><\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td>10\u201350 MHz<\/td>\n          <td>10\u201350 m<\/td>\n          <td>0.5\u20132.0 m<\/td>\n          <td><span class=\"zh\">\u5730\u8d28\u6784\u9020\u3001\u51b0\u5ddd\u539a\u5ea6\u3001\u6df1\u5c42\u5ca9\u5c42<\/span><span class=\"en\">Geological structures, glacier thickness, deep bedrock<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>100\u2013200 MHz<\/td>\n          <td>5\u201315 m<\/td>\n          <td>0.25\u20130.50 m<\/td>\n          <td><span class=\"zh\">\u5de5\u7a0b\u5730\u8d28\u52d8\u5bdf\u3001\u96a7\u9053\u8d85\u524d\u9884\u62a5<\/span><span class=\"en\">Engineering geology, tunnel advance prediction<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>250\u2013500 MHz<\/td>\n          <td>2\u20136 m<\/td>\n          <td>0.10\u20130.25 m<\/td>\n          <td><span class=\"zh\">\u7ba1\u7ebf\u63a2\u6d4b\u3001\u8def\u57fa\u68c0\u6d4b\u3001\u8003\u53e4<\/span><span class=\"en\">Utility detection, roadbed inspection, archaeology<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>800\u20131000 MHz<\/td>\n          <td>0.5\u20132.0 m<\/td>\n          <td>0.05\u20130.10 m<\/td>\n          <td><span class=\"zh\">\u6df7\u51dd\u571f\u7ed3\u6784\u68c0\u6d4b\u3001\u6865\u6881\u8bc4\u4f30<\/span><span class=\"en\">Concrete structure inspection, bridge assessment<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td>1500\u20132500 MHz<\/td>\n          <td>0.1\u20130.5 m<\/td>\n          <td>0.02\u20130.05 m<\/td>\n          <td><span class=\"zh\">\u6df7\u51dd\u571f\u5185\u90e8\u94a2\u7b4b\u5b9a\u4f4d\u3001\u8584\u5c42\u68c0\u6d4b<\/span><span class=\"en\">Rebar location in concrete, thin-layer detection<\/span><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <h3><span class=\"zh\">4.2 \u63a2\u6d4b\u6df1\u5ea6<\/span><span class=\"en\">4.2 Penetration Depth<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u63a2\u6d4b\u6df1\u5ea6\u662f GPR \u7684\u5173\u952e\u6027\u80fd\u6307\u6807\uff0c\u53d7\u5929\u7ebf\u9891\u7387\u3001\u4ecb\u8d28\u7535\u5bfc\u7387\u548c\u4ecb\u7535\u5e38\u6570\u7b49\u591a\u91cd\u56e0\u7d20\u5f71\u54cd\u3002\u7535\u78c1\u6ce2\u5728\u5730\u4e0b\u4f20\u64ad\u65f6\u80fd\u91cf\u4f1a\u9010\u6e10\u8870\u51cf\uff0c\u8870\u51cf\u901f\u7387\u53d6\u51b3\u4e8e\u4ecb\u8d28\u7684\u7535\u5bfc\u7387\u2014\u2014\u7535\u5bfc\u7387\u8d8a\u9ad8\uff0c\u7535\u78c1\u6ce2\u80fd\u91cf\u8870\u51cf\u8d8a\u5feb\uff0c\u63a2\u6d4b\u6df1\u5ea6\u8d8a\u6d45\u3002<strong>\u9ad8\u7535\u5bfc\u7387\u4ecb\u8d28\uff08\u5982\u9ecf\u571f\u3001\u542b\u76d0\u6c34\u5730\u5c42\uff09\u5bf9\u7535\u78c1\u6ce2\u7684\u5438\u6536\u4f5c\u7528\u6781\u5f3a\uff0c\u4e25\u91cd\u9650\u5236 GPR \u7684\u6709\u6548\u63a2\u6d4b\u6df1\u5ea6<\/strong>\u3002\u56e0\u6b64\uff0c\u5728\u5e72\u71e5\u3001\u4f4e\u7535\u5bfc\u7387\u7684\u73af\u5883\u4e2d\uff08\u5982\u5e72\u71e5\u7802\u571f\u3001\u82b1\u5c97\u5ca9\u3001\u51bb\u571f\u5c42\uff09\uff0cGPR \u53ef\u63a2\u6d4b\u6570\u5341\u7c73\u6df1\u5ea6\uff1b\u800c\u5728\u9ecf\u571f\u5c42\u6216\u76d0\u6e0d\u571f\u5730\u533a\uff0c\u63a2\u6d4b\u6df1\u5ea6\u53ef\u80fd\u4ec5\u9650\u4e8e 1\u20132 \u7c73\u3002<\/span>\n    <span class=\"en\">Penetration depth is a key performance metric of GPR, influenced by multiple factors including antenna frequency, medium conductivity, and dielectric constant. EM wave energy gradually attenuates during underground propagation, with the attenuation rate depending on the medium&#8217;s conductivity \u2014 higher conductivity leads to faster energy attenuation and shallower penetration. <strong>High-conductivity media (e.g., clay, saline water formations) strongly absorb EM waves, severely limiting the effective GPR depth.<\/strong> In dry, low-conductivity environments (e.g., dry sandy soil, granite, permafrost), GPR can achieve depths of tens of meters; in clay or saline soil areas, penetration may be limited to 1\u20132 meters.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">4.3 \u5206\u8fa8\u7387<\/span><span class=\"en\">4.3 Resolution<\/span><\/h3>\n  <p>\n    <span class=\"zh\">GPR \u7684\u5206\u8fa8\u7387\u5206\u4e3a\u5782\u76f4\u5206\u8fa8\u7387\u548c\u6c34\u5e73\u5206\u8fa8\u7387\u3002\u5782\u76f4\u5206\u8fa8\u7387\uff08\u5373\u7eb5\u5411\u6700\u5c0f\u53ef\u5206\u8fa8\u539a\u5ea6\uff09\u53d6\u51b3\u4e8e\u8109\u51b2\u6ce2\u957f\uff0c\u901a\u5e38\u4e3a\u6ce2\u957f\u7684 1\/4\u3002\u6c34\u5e73\u5206\u8fa8\u7387\u5219\u4e0e\u5929\u7ebf\u6ce2\u675f\u5bbd\u5ea6\u548c Fresnel \u5e26\u6709\u5173\u3002<\/span>\n    <span class=\"en\">GPR resolution is divided into vertical and horizontal resolution. Vertical resolution (the minimum resolvable thickness in the depth direction) depends on the pulse wavelength and is typically about 1\/4 of the wavelength. Horizontal resolution relates to the antenna beamwidth and the Fresnel zone.<\/span>\n  <\/p>\n\n  <div class=\"formula\">\n    <span class=\"zh\"><em>\u0394d<\/em><sub>v<\/sub> \u2248 <em>\u03bb<\/em>\/4 = <em>c<\/em> \/ (4<em>f<\/em> <em>\u221a\u03b5<\/em><sub>r<\/sub>) &nbsp;&nbsp;&nbsp; <em>\u0394d<\/em><sub>h<\/sub> \u2248 <em>\u221a(\u03bbd)<\/em> \/ 2<\/span>\n    <span class=\"en\"><em>\u0394d<\/em><sub>v<\/sub> \u2248 <em>\u03bb<\/em>\/4 = <em>c<\/em> \/ (4<em>f<\/em> <em>\u221a\u03b5<\/em><sub>r<\/sub>) &nbsp;&nbsp;&nbsp; <em>\u0394d<\/em><sub>h<\/sub> \u2248 <em>\u221a(\u03bbd)<\/em> \/ 2<\/span>\n  <\/div>\n\n  <p>\n    <span class=\"zh\">\u5176\u4e2d <em>\u03bb<\/em> \u4e3a\u6ce2\u957f\uff0c<em>f<\/em> \u4e3a\u5929\u7ebf\u9891\u7387\uff0c<em>d<\/em> \u4e3a\u76ee\u6807\u6df1\u5ea6\u3002\u7531\u516c\u5f0f\u53ef\u89c1\uff0c\u9891\u7387\u8d8a\u9ad8\uff0c\u5782\u76f4\u5206\u8fa8\u7387\u8d8a\u597d\uff1b\u4f46\u63a2\u6d4b\u6df1\u5ea6\u4f1a\u76f8\u5e94\u964d\u4f4e\u3002\u6c34\u5e73\u5206\u8fa8\u7387\u5219\u968f\u6df1\u5ea6\u589e\u52a0\u800c\u4e0b\u964d\u3002\u9009\u62e9\u5929\u7ebf\u9891\u7387\u65f6\u9700\u8981\u7efc\u5408\u6743\u8861\u5206\u8fa8\u7387\u4e0e\u63a2\u6d4b\u6df1\u5ea6\u7684\u77db\u76fe\u5173\u7cfb\u3002<\/span>\n    <span class=\"en\">where <em>\u03bb<\/em> is wavelength, <em>f<\/em> is antenna frequency, and <em>d<\/em> is target depth. The formula shows that higher frequency yields better vertical resolution but shallower penetration depth. Horizontal resolution degrades with increasing depth. Selecting antenna frequency requires balancing the trade-off between resolution and penetration depth.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">4.4 \u5e38\u89c1\u4ecb\u8d28\u4ecb\u7535\u7279\u6027<\/span><span class=\"en\">4.4 Dielectric Properties of Common Materials<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u4ecb\u8d28\u7684\u76f8\u5bf9\u4ecb\u7535\u5e38\u6570\uff08<em>\u03b5<\/em><sub>r<\/sub>\uff09\u548c\u7535\u5bfc\u7387\uff08<em>\u03c3<\/em>\uff09\u662f\u5f71\u54cd GPR \u63a2\u6d4b\u6548\u679c\u7684\u5173\u952e\u7269\u6027\u53c2\u6570\u3002\u4e86\u89e3\u5e38\u89c1\u5730\u8d28\u548c\u5de5\u7a0b\u6750\u6599\u7684\u4ecb\u7535\u7279\u6027\u6709\u52a9\u4e8e\u6570\u636e\u89e3\u91ca\u548c\u6df1\u5ea6\u4f30\u7b97\uff08\u53c2\u89c1<a href=\"#tbl-2\" class=\"tbl-ref\"><span class=\"zh\">\u88682<\/span><span class=\"en\">Table 2<\/span><\/a>\uff09\u3002<\/span>\n    <span class=\"en\">The relative permittivity (<em>\u03b5<\/em><sub>r<\/sub>) and conductivity (<em>\u03c3<\/em>) of media are key physical parameters affecting GPR detection effectiveness. Understanding the dielectric properties of common geological and engineering materials aids in data interpretation and depth estimation (see <a href=\"#tbl-2\" class=\"tbl-ref\"><span class=\"zh\">\u88682<\/span><span class=\"en\">Table 2<\/span><\/a>).<\/span>\n  <\/p>\n\n  <!-- ===== Table 2 ===== -->\n  <div class=\"table-wrap\" id=\"tbl-2\">\n    <table>\n      <caption>\n        <span class=\"zh\">\u88682 \u5e38\u89c1\u4ecb\u8d28\u76f8\u5bf9\u4ecb\u7535\u5e38\u6570\u4e0e\u7535\u5bfc\u7387<\/span>\n        <span class=\"en\">Table 2: Relative Permittivity and Conductivity of Common Materials<\/span>\n      <\/caption>\n      <thead>\n        <tr>\n          <th><span class=\"zh\">\u4ecb\u8d28<\/span><span class=\"en\">Medium<\/span><\/th>\n          <th>\u03b5r<\/th>\n          <th>\u03c3 (mS\/m)<\/th>\n          <th><span class=\"zh\">\u6ce2\u901f (m\/ns)<\/span><span class=\"en\">Velocity (m\/ns)<\/span><\/th>\n          <th><span class=\"zh\">\u8870\u51cf\u7279\u6027<\/span><span class=\"en\">Attenuation<\/span><\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr><td><span class=\"zh\">\u7a7a\u6c14<\/span><span class=\"en\">Air<\/span><\/td><td>1<\/td><td>0<\/td><td>0.300<\/td><td><span class=\"zh\">\u65e0<\/span><span class=\"en\">None<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u6de1\u6c34<\/span><span class=\"en\">Fresh water<\/span><\/td><td>81<\/td><td>0.5<\/td><td>0.033<\/td><td><span class=\"zh\">\u4f4e<\/span><span class=\"en\">Low<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u6d77\u6c34<\/span><span class=\"en\">Seawater<\/span><\/td><td>81<\/td><td>3000<\/td><td>0.033<\/td><td><span class=\"zh\">\u6781\u9ad8<\/span><span class=\"en\">Very high<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u5e72\u7802<\/span><span class=\"en\">Dry sand<\/span><\/td><td>4\u20136<\/td><td>0.01<\/td><td>0.150<\/td><td><span class=\"zh\">\u6781\u4f4e<\/span><span class=\"en\">Very low<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u9971\u548c\u7802\u571f<\/span><span class=\"en\">Saturated sand<\/span><\/td><td>20\u201330<\/td><td>1\u201310<\/td><td>0.060<\/td><td><span class=\"zh\">\u4e2d\u7b49<\/span><span class=\"en\">Moderate<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u9ecf\u571f<\/span><span class=\"en\">Clay<\/span><\/td><td>5\u201340<\/td><td>2\u20131000<\/td><td>0.090<\/td><td><span class=\"zh\">\u9ad8<\/span><span class=\"en\">High<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u82b1\u5c97\u5ca9<\/span><span class=\"en\">Granite<\/span><\/td><td>4\u20136<\/td><td>0.01\u20131<\/td><td>0.130<\/td><td><span class=\"zh\">\u4f4e<\/span><span class=\"en\">Low<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u6df7\u51dd\u571f<\/span><span class=\"en\">Concrete<\/span><\/td><td>6\u201312<\/td><td>1\u201310<\/td><td>0.100<\/td><td><span class=\"zh\">\u4f4e\u2013\u4e2d<\/span><span class=\"en\">Low\u2013Med<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u6ca5\u9752<\/span><span class=\"en\">Asphalt<\/span><\/td><td>3\u20135<\/td><td>1\u201310<\/td><td>0.140<\/td><td><span class=\"zh\">\u4f4e<\/span><span class=\"en\">Low<\/span><\/td><\/tr>\n        <tr><td><span class=\"zh\">\u51b0<\/span><span class=\"en\">Ice<\/span><\/td><td>3\u20134<\/td><td>0.01<\/td><td>0.168<\/td><td><span class=\"zh\">\u6781\u4f4e<\/span><span class=\"en\">Very low<\/span><\/td><\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n<\/section>\n\n<!-- ===== Section 5: Applications ===== -->\n<section id=\"applications\">\n  <h2><span class=\"zh\">\u4e94\u3001\u5e94\u7528\u9886\u57df<\/span><span class=\"en\">5. Application Fields<\/span><\/h2>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u4ee5\u5176\u65e0\u635f\u3001\u9ad8\u6548\u3001\u9ad8\u5206\u8fa8\u7387\u7684\u7279\u70b9\uff0c\u5728\u4f17\u591a\u9886\u57df\u5f97\u5230\u5e7f\u6cdb\u5e94\u7528\u3002\u4ee5\u4e0b\u6309\u4e3b\u8981\u5e94\u7528\u65b9\u5411\u5206\u522b\u4ecb\u7ecd\u3002<\/span>\n    <span class=\"en\">With its non-destructive, efficient, and high-resolution characteristics, GPR is widely applied across numerous fields. The following sections introduce the major application areas.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">5.1 \u5de5\u7a0b\u5730\u8d28\u52d8\u5bdf<\/span><span class=\"en\">5.1 Engineering Geological Investigation<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5728\u5de5\u7a0b\u5730\u8d28\u52d8\u5bdf\u4e2d\uff0cGPR \u7528\u4e8e\u63a2\u6d4b\u57fa\u5ca9\u57cb\u6df1\u3001\u8986\u76d6\u5c42\u539a\u5ea6\u3001\u65ad\u5c42\u7834\u788e\u5e26\u3001\u5730\u4e0b\u6c34\u4f4d\u754c\u9762\u4ee5\u53ca\u4e0d\u826f\u5730\u8d28\u4f53\uff08\u5982\u6eb6\u6d1e\u3001\u8f6f\u5f31\u5939\u5c42\uff09\u7b49\u3002\u76f8\u6bd4\u4f20\u7edf\u94bb\u63a2\u65b9\u6cd5\uff0cGPR \u53ef\u5feb\u901f\u83b7\u53d6\u8fde\u7eed\u7684\u5730\u4e0b\u5730\u8d28\u5256\u9762\u4fe1\u606f\uff0c\u5927\u5e45\u51cf\u5c11\u94bb\u5b54\u6570\u91cf\uff0c\u63d0\u9ad8\u52d8\u5bdf\u6548\u7387\u3002\u5728\u96a7\u9053\u5de5\u7a0b\u4e2d\uff0cGPR \u8fd8\u88ab\u7528\u4e8e\u6398\u8fdb\u9762\u524d\u65b9\u5730\u8d28\u8d85\u524d\u9884\u62a5\uff0c\u63d0\u524d\u8bc6\u522b\u542b\u6c34\u6784\u9020\u548c\u65ad\u5c42\u7834\u788e\u5e26\uff0c\u964d\u4f4e\u65bd\u5de5\u98ce\u9669\u3002<\/span>\n    <span class=\"en\">In engineering geological investigation, GPR is used to detect bedrock depth, overburden thickness, fault zones, groundwater table interfaces, and adverse geological bodies (e.g., karst caves, weak interlayers). Compared to traditional drilling, GPR can rapidly acquire continuous subsurface geological profile data, significantly reducing the number of boreholes and improving survey efficiency. In tunnel engineering, GPR is also used for advance geological prediction ahead of the excavation face, providing early identification of water-bearing structures and fault zones to reduce construction risks.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">5.2 \u9053\u8def\u4e0e\u6865\u6881\u68c0\u6d4b<\/span><span class=\"en\">5.2 Road and Bridge Inspection<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u662f\u516c\u8def\u3001\u673a\u573a\u8dd1\u9053\u548c\u6865\u6881\u7ed3\u6784\u65e0\u635f\u68c0\u6d4b\u7684\u91cd\u8981\u5de5\u5177\u3002\u5728\u8def\u9762\u68c0\u6d4b\u4e2d\uff0cGPR \u53ef\u6d4b\u5b9a\u8def\u9762\u7ed3\u6784\u5c42\u539a\u5ea6\u3001\u8bc6\u522b\u5c42\u95f4\u8131\u7a7a\uff08\u5265\u79bb\uff09\u3001\u68c0\u6d4b\u8def\u57fa\u542b\u6c34\u91cf\u5f02\u5e38\u533a\u3002\u5728\u6865\u6881\u68c0\u6d4b\u4e2d\uff0c\u9ad8\u9891 GPR \u53ef\u63a2\u6d4b\u6df7\u51dd\u571f\u5185\u90e8\u7684\u94a2\u7b4b\u5206\u5e03\u3001\u4fdd\u62a4\u5c42\u539a\u5ea6\u4ee5\u53ca\u7a7a\u6d1e\u3001\u8702\u7a9d\u7b49\u7f3a\u9677\u3002\u4e0e\u94bb\u82af\u53d6\u6837\u76f8\u6bd4\uff0cGPR \u53ef\u5b9e\u73b0\u5927\u9762\u79ef\u8fde\u7eed\u68c0\u6d4b\uff0c\u4e0d\u7834\u574f\u8def\u9762\u7ed3\u6784\u3002<\/span>\n    <span class=\"en\">GPR is a vital non-destructive testing tool for highways, airport runways, and bridge structures. In pavement inspection, GPR can measure structural layer thickness, identify interlayer delamination, and detect moisture anomalies in roadbeds. In bridge inspection, high-frequency GPR can detect rebar distribution, concrete cover thickness, and internal defects such as voids and honeycombs. Compared to core sampling, GPR enables large-area continuous inspection without damaging the pavement structure.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">5.3 \u5730\u4e0b\u7ba1\u7ebf\u4e0e\u8bbe\u65bd\u63a2\u6d4b<\/span><span class=\"en\">5.3 Underground Utility Detection<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5728\u57ce\u5e02\u57fa\u7840\u8bbe\u65bd\u7ba1\u7406\u4e2d\uff0cGPR \u662f\u5730\u4e0b\u7ba1\u7ebf\uff08\u7ed9\u6c34\u3001\u6392\u6c34\u3001\u71c3\u6c14\u3001\u7535\u529b\u3001\u901a\u4fe1\uff09\u5b9a\u4f4d\u7684\u91cd\u8981\u624b\u6bb5\u3002\u91d1\u5c5e\u7ba1\u7ebf\u56e0\u5f3a\u53cd\u5c04\u7279\u6027\u5728\u96f7\u8fbe\u5256\u9762\u4e0a\u8868\u73b0\u6e05\u6670\uff1b\u975e\u91d1\u5c5e\u7ba1\u7ebf\uff08\u5982 PVC\u3001PE \u7ba1\u6750\uff09\u5219\u901a\u8fc7\u7ba1\u58c1\u4e0e\u5468\u56f4\u571f\u7684\u4ecb\u7535\u5dee\u5f02\u5f62\u6210\u53ef\u8bc6\u522b\u7684\u53cd\u5c04\u5f02\u5e38\u3002GPR \u8fd8\u53ef\u7528\u4e8e\u63a2\u6d4b\u5730\u4e0b\u50a8\u7f50\u3001\u6697\u6c9f\u3001\u4eba\u9632\u5de5\u4e8b\u7b49\u9690\u853d\u8bbe\u65bd\u3002<\/span>\n    <span class=\"en\">In urban infrastructure management, GPR is an important method for locating underground utilities (water, sewer, gas, electric, telecommunications). Metallic pipes appear as clear reflections due to strong reflectivity; non-metallic pipes (e.g., PVC, PE) produce identifiable reflection anomalies through dielectric contrast with surrounding soil. GPR can also detect underground storage tanks, culverts, and civil defense structures.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">5.4 \u8003\u53e4\u63a2\u6d4b<\/span><span class=\"en\">5.4 Archaeological Exploration<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u8003\u53e4\u5b66\u662f GPR \u7684\u91cd\u8981\u5e94\u7528\u9886\u57df\u4e4b\u4e00\u3002\u5730\u8d28\u96f7\u8fbe\u53ef\u5728\u4e0d\u7834\u574f\u9057\u5740\u7684\u524d\u63d0\u4e0b\uff0c\u63a2\u6d4b\u5893\u846c\u7ed3\u6784\u3001\u5efa\u7b51\u57fa\u7840\u3001\u53e4\u9053\u9057\u8ff9\u53ca\u6587\u5316\u5c42\u5206\u5e03\u3002\u9ad8\u5206\u8fa8\u7387\u4e09\u7ef4 GPR \u6210\u50cf\u6280\u672f\u80fd\u591f\u6e05\u6670\u5448\u73b0\u5730\u4e0b\u8003\u53e4\u76ee\u6807\u7684\u5f62\u6001\u548c\u7a7a\u95f4\u5173\u7cfb\uff0c\u4e3a\u8003\u53e4\u53d1\u6398\u65b9\u6848\u5236\u5b9a\u63d0\u4f9b\u79d1\u5b66\u4f9d\u636e\u3002\u5728\u53e4\u5efa\u7b51\u4fdd\u62a4\u4e2d\uff0cGPR \u8fd8\u53ef\u7528\u4e8e\u68c0\u6d4b\u5899\u4f53\u5185\u90e8\u7ed3\u6784\u548c\u9690\u85cf\u7a7a\u8154\u3002<\/span>\n    <span class=\"en\">Archaeology is one of the important application fields of GPR. Without disturbing the site, GPR can detect tomb structures, building foundations, ancient road remains, and cultural layer distributions. High-resolution 3D GPR imaging can clearly reveal the morphology and spatial relationships of underground archaeological targets, providing scientific evidence for excavation planning. In historic building preservation, GPR is also used to inspect internal wall structures and hidden cavities.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">5.5 \u73af\u5883\u5730\u8d28\u8c03\u67e5<\/span><span class=\"en\">5.5 Environmental Geology<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5728\u73af\u5883\u5730\u8d28\u9886\u57df\uff0cGPR \u88ab\u7528\u4e8e\u63a2\u6d4b\u5730\u4e0b\u6c34\u6c61\u67d3\u7fbd\u6d41\u8303\u56f4\u3001\u5730\u4e0b\u586b\u57cb\u573a\u8fb9\u754c\u4e0e\u6e17\u6ee4\u6db2\u8fc1\u79fb\u8def\u5f84\u3001\u4ee5\u53ca\u51bb\u571f\u5c42\u5206\u5e03\u4e0e\u5b63\u8282\u51bb\u878d\u53d8\u5316\u3002\u6b64\u5916\uff0cGPR \u5728\u51b0\u5ddd\u5b66\u7814\u7a76\u4e2d\u7528\u4e8e\u6d4b\u91cf\u51b0\u5ddd\u539a\u5ea6\u4e0e\u5185\u90e8\u7ed3\u6784\uff0c\u5728\u884c\u661f\u63a2\u6d4b\u9886\u57df\u4e5f\u66fe\u88ab\u642d\u8f7d\u4e8e\u706b\u661f\u63a2\u6d4b\u5668\u548c\u6708\u7403\u7740\u9646\u5668\u4e0a\uff0c\u7528\u4e8e\u63a2\u6d4b\u5730\u5916\u5929\u4f53\u6b21\u8868\u5c42\u7ed3\u6784\u3002<\/span>\n    <span class=\"en\">In environmental geology, GPR is used to detect the extent of groundwater contaminant plumes, landfill boundaries and leachate migration pathways, as well as permafrost distribution and seasonal freeze-thaw changes. Additionally, GPR is used in glaciology to measure glacier thickness and internal structure. In planetary exploration, GPR has been mounted on Mars rovers and lunar landers to probe the subsurface structure of extraterrestrial bodies.<\/span>\n  <\/p>\n<\/section>\n\n<!-- ===== Section 6: Data Processing & Interpretation ===== -->\n<section id=\"processing\">\n  <h2><span class=\"zh\">\u516d\u3001\u6570\u636e\u5904\u7406\u4e0e\u89e3\u91ca\u65b9\u6cd5<\/span><span class=\"en\">6. Data Processing and Interpretation Methods<\/span><\/h2>\n\n  <p>\n    <span class=\"zh\">GPR \u539f\u59cb\u6570\u636e\u901a\u5e38\u5305\u542b\u591a\u79cd\u566a\u58f0\u548c\u5e72\u6270\uff0c\u9700\u8981\u7ecf\u8fc7\u7cfb\u7edf\u6027\u7684\u6570\u636e\u5904\u7406\u6d41\u7a0b\u624d\u80fd\u63d0\u53d6\u6709\u6548\u4fe1\u606f\u5e76\u51c6\u786e\u89e3\u91ca\u3002\u6807\u51c6\u7684\u6570\u636e\u5904\u7406\u6d41\u7a0b\u5982<a href=\"#fig-3\" class=\"fig-ref\"><span class=\"zh\">\u56fe 3<\/span><span class=\"en\">Figure 3<\/span><\/a>\u6240\u793a\u3002<\/span>\n    <span class=\"en\">Raw GPR data typically contains various noise and interference, requiring systematic data processing to extract valid information and achieve accurate interpretation. The standard processing workflow is shown in <a href=\"#fig-3\" class=\"fig-ref\"><span class=\"zh\">\u56fe 3<\/span><span class=\"en\">Figure 3<\/span><\/a>.<\/span>\n  <\/p>\n\n  <!-- ===== Figure 3: Data Processing Workflow (SVG) ===== -->\n  <figure id=\"fig-3\">\n    <svg viewBox=\"0 0 720 200\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"GPR data processing workflow\">\n      <!-- Step 1 -->\n      <rect x=\"5\" y=\"65\" width=\"100\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.1\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"55\" y=\"88\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u539f\u59cb\u6570\u636e<\/text>\n      <text x=\"55\" y=\"103\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Raw Data<\/text>\n      <!-- Arrow 1 -->\n      <line x1=\"105\" y1=\"90\" x2=\"130\" y2=\"90\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"130,90 122,86 122,94\" fill=\"var(--accent)\"\/>\n\n      <!-- Step 2 -->\n      <rect x=\"130\" y=\"65\" width=\"100\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.1\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"180\" y=\"88\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u9884\u5904\u7406<\/text>\n      <text x=\"180\" y=\"103\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Preprocessing<\/text>\n      <!-- Arrow 2 -->\n      <line x1=\"230\" y1=\"90\" x2=\"255\" y2=\"90\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"255,90 247,86 247,94\" fill=\"var(--accent)\"\/>\n\n      <!-- Step 3 -->\n      <rect x=\"255\" y=\"65\" width=\"100\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.1\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"305\" y=\"88\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u6ee4\u6ce2\u53bb\u566a<\/text>\n      <text x=\"305\" y=\"103\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Filtering<\/text>\n      <!-- Arrow 3 -->\n      <line x1=\"355\" y1=\"90\" x2=\"380\" y2=\"90\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"380,90 372,86 372,94\" fill=\"var(--accent)\"\/>\n\n      <!-- Step 4 -->\n      <rect x=\"380\" y=\"65\" width=\"100\" height=\"50\" rx=\"8\" fill=\"var(--accent2)\" opacity=\"0.1\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"430\" y=\"88\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent2)\" font-weight=\"700\">\u53cd\u8936\u79ef<\/text>\n      <text x=\"430\" y=\"103\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Deconvolution<\/text>\n      <!-- Arrow 4 -->\n      <line x1=\"480\" y1=\"90\" x2=\"505\" y2=\"90\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"505,90 497,86 497,94\" fill=\"var(--accent2)\"\/>\n\n      <!-- Step 5 -->\n      <rect x=\"505\" y=\"65\" width=\"100\" height=\"50\" rx=\"8\" fill=\"var(--accent2)\" opacity=\"0.1\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"555\" y=\"88\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent2)\" font-weight=\"700\">\u504f\u79fb\u5f52\u4f4d<\/text>\n      <text x=\"555\" y=\"103\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Migration<\/text>\n      <!-- Arrow 5 -->\n      <line x1=\"605\" y1=\"90\" x2=\"630\" y2=\"90\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <polygon points=\"630,90 622,86 622,94\" fill=\"var(--accent2)\"\/>\n\n      <!-- Step 6 -->\n      <rect x=\"630\" y=\"65\" width=\"85\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.15\" stroke=\"var(--accent)\" stroke-width=\"2\"\/>\n      <text x=\"672\" y=\"88\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u89e3\u91ca\u6210\u50cf<\/text>\n      <text x=\"672\" y=\"103\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Interpretation<\/text>\n\n      <!-- Annotations below -->\n      <text x=\"180\" y=\"135\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u76f4\u6d41\u53bb\u9664\u00b7\u589e\u76ca\u6062\u590d<\/text>\n      <text x=\"180\" y=\"148\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--muted)\">DC removal \/ Gain<\/text>\n\n      <text x=\"305\" y=\"135\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u5e26\u901a\u00b7\u9677\u6ce2\u00b7F-K \u6ee4\u6ce2<\/text>\n      <text x=\"305\" y=\"148\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--muted)\">Bandpass \/ F-K filter<\/text>\n\n      <text x=\"430\" y=\"135\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u5b50\u6ce2\u538b\u7f29\u00b7\u591a\u6b21\u6ce2\u538b\u5236<\/text>\n      <text x=\"430\" y=\"148\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--muted)\">Wavelet \/ Multiple supp.<\/text>\n\n      <text x=\"555\" y=\"135\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u7ed5\u5c04\u6536\u655b\u00b7\u754c\u9762\u5f52\u4f4d<\/text>\n      <text x=\"555\" y=\"148\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--muted)\">Diffraction collapse<\/text>\n\n      <text x=\"672\" y=\"135\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">\u5256\u9762\u00b7\u5c5e\u6027\u5206\u6790<\/text>\n      <text x=\"672\" y=\"148\" text-anchor=\"middle\" font-size=\"8\" fill=\"var(--muted)\">Profile \/ Attributes<\/text>\n\n      <!-- Phase labels -->\n      <text x=\"180\" y=\"25\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--accent)\" font-weight=\"600\">\u4fe1\u53f7\u9884\u5904\u7406<\/text>\n      <text x=\"430\" y=\"25\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--accent2)\" font-weight=\"600\">\u9ad8\u7ea7\u5904\u7406<\/text>\n      <text x=\"672\" y=\"25\" text-anchor=\"middle\" font-size=\"10\" fill=\"var(--accent)\" font-weight=\"600\">\u89e3\u91ca\u8f93\u51fa<\/text>\n      <line x1=\"105\" y1=\"30\" x2=\"480\" y2=\"30\" stroke=\"var(--accent)\" stroke-width=\"0.5\" opacity=\"0.3\"\/>\n      <line x1=\"530\" y1=\"30\" x2=\"630\" y2=\"30\" stroke=\"var(--accent2)\" stroke-width=\"0.5\" opacity=\"0.3\"\/>\n    <\/svg>\n    <figcaption>\n      <span class=\"fig-label zh\">\u56fe 3<\/span><span class=\"fig-label en\">Figure 3<\/span>\n      <span class=\"zh\">GPR \u6570\u636e\u5904\u7406\u6807\u51c6\u6d41\u7a0b\uff1a\u4ece\u539f\u59cb\u6570\u636e\u5230\u89e3\u91ca\u6210\u50cf\u7684\u5b8c\u6574\u5de5\u4f5c\u6d41\u3002<\/span>\n      <span class=\"en\">Standard GPR data processing workflow: from raw data to interpreted imaging.<\/span>\n    <\/figcaption>\n  <\/figure>\n\n  <h3><span class=\"zh\">6.1 \u9884\u5904\u7406<\/span><span class=\"en\">6.1 Preprocessing<\/span><\/h3>\n  <ul>\n    <li>\n      <span class=\"zh\"><strong>\u76f4\u6d41\u5206\u91cf\u53bb\u9664\uff08DC Removal\uff09<\/strong>\uff1a\u6d88\u9664\u6bcf\u9053\u4fe1\u53f7\u4e2d\u7684\u76f4\u6d41\u504f\u79fb\uff0c\u4f7f\u4fe1\u53f7\u96f6\u7ebf\u5f52\u6b63\u3002<\/span>\n      <span class=\"en\"><strong>DC Removal<\/strong>: Eliminates the DC offset in each trace, zeroing the signal baseline.<\/span>\n    <\/li>\n    <li>\n      <span class=\"zh\"><strong>\u65f6\u95f4\u96f6\u70b9\u6821\u6b63<\/strong>\uff1a\u6821\u6b63\u56e0\u5929\u7ebf\u8026\u5408\u5ef6\u8fdf\u5f15\u8d77\u7684\u65f6\u95f4\u504f\u79fb\u3002<\/span>\n      <span class=\"en\"><strong>Time-Zero Correction<\/strong>: Corrects time shifts caused by antenna coupling delays.<\/span>\n    <\/li>\n    <li>\n      <span class=\"zh\"><strong>\u589e\u76ca\u6062\u590d\uff08Gain Recovery\uff09<\/strong>\uff1a\u8865\u507f\u7535\u78c1\u6ce2\u968f\u6df1\u5ea6\u589e\u52a0\u7684\u80fd\u91cf\u8870\u51cf\uff0c\u4f7f\u6df1\u6d45\u5c42\u53cd\u5c04\u80fd\u91cf\u8d8b\u4e8e\u5747\u8861\u3002\u5e38\u7528\u65b9\u6cd5\u5305\u62ec\u81ea\u52a8\u589e\u76ca\u63a7\u5236\uff08AGC\uff09\u548c\u7403\u9762\u53d1\u6563\u8865\u507f\u3002<\/span>\n      <span class=\"en\"><strong>Gain Recovery<\/strong>: Compensates for the energy attenuation of EM waves with increasing depth, balancing reflection amplitudes between shallow and deep layers. Common methods include Automatic Gain Control (AGC) and spherical divergence compensation.<\/span>\n    <\/li>\n  <\/ul>\n\n  <h3><span class=\"zh\">6.2 \u6ee4\u6ce2\u4e0e\u53bb\u566a<\/span><span class=\"en\">6.2 Filtering and Noise Removal<\/span><\/h3>\n  <ul>\n    <li>\n      <span class=\"zh\"><strong>\u5e26\u901a\u6ee4\u6ce2<\/strong>\uff1a\u4fdd\u7559\u6709\u6548\u4fe1\u53f7\u9891\u6bb5\uff0c\u6291\u5236\u9ad8\u4f4e\u9891\u566a\u58f0\u3002<\/span>\n      <span class=\"en\"><strong>Bandpass Filtering<\/strong>: Retains the effective signal frequency band while suppressing high and low frequency noise.<\/span>\n    <\/li>\n    <li>\n      <span class=\"zh\"><strong>\u9677\u6ce2\u6ee4\u6ce2\uff08Notch Filter\uff09<\/strong>\uff1a\u53bb\u9664\u6765\u81ea\u7535\u53f0\u3001\u9ad8\u538b\u7ebf\u3001\u624b\u673a\u57fa\u7ad9\u7684\u7279\u5b9a\u9891\u7387\u5e72\u6270\u3002<\/span>\n      <span class=\"en\"><strong>Notch Filtering<\/strong>: Removes specific frequency interference from radio stations, power lines, or mobile base stations.<\/span>\n    <\/li>\n    <li>\n      <span class=\"zh\"><strong>F-K \u6ee4\u6ce2<\/strong>\uff1a\u5728\u9891\u7387-\u6ce2\u6570\u57df\u4e2d\u5206\u79bb\u6709\u6548\u4fe1\u53f7\u4e0e\u76f8\u5e72\u566a\u58f0\uff08\u5982\u5730\u9762\u76f4\u8fbe\u6ce2\u3001\u7a7a\u6c14\u6ce2\uff09\uff0c\u6709\u6548\u53bb\u9664\u7a7a\u95f4\u76f8\u5e72\u5e72\u6270\u3002<\/span>\n      <span class=\"en\"><strong>F-K Filtering<\/strong>: Separates valid signals from coherent noise (e.g., direct ground waves, air waves) in the frequency-wavenumber domain, effectively removing spatially coherent interference.<\/span>\n    <\/li>\n  <\/ul>\n\n  <h3><span class=\"zh\">6.3 \u53cd\u8936\u79ef\u4e0e\u504f\u79fb<\/span><span class=\"en\">6.3 Deconvolution and Migration<\/span><\/h3>\n  <p>\n    <span class=\"zh\"><strong>\u53cd\u8936\u79ef\uff08Deconvolution\uff09<\/strong>\u901a\u8fc7\u538b\u7f29\u96f7\u8fbe\u5b50\u6ce2\u3001\u6d88\u9664\u591a\u6b21\u53cd\u5c04\uff0c\u63d0\u9ad8\u6570\u636e\u7684\u5782\u76f4\u5206\u8fa8\u7387\u3002<strong>\u504f\u79fb\u5f52\u4f4d\uff08Migration\uff09<\/strong>\u5219\u662f GPR \u6570\u636e\u5904\u7406\u4e2d\u6700\u91cd\u8981\u7684\u6b65\u9aa4\u4e4b\u4e00\uff0c\u5176\u539f\u7406\u662f\u5c06\u8bb0\u5f55\u7684\u7ed5\u5c04\u6ce2\u548c\u503e\u659c\u53cd\u5c04\u5f52\u4f4d\u5230\u5176\u771f\u5b9e\u7684\u5730\u4e0b\u7a7a\u95f4\u4f4d\u7f6e\uff0c\u6d88\u9664\u7ed5\u5c04\u53cc\u66f2\u7ebf\uff0c\u4f7f\u5730\u4e0b\u7ed3\u6784\u56fe\u50cf\u66f4\u52a0\u51c6\u786e\u3002\u5e38\u7528\u7684\u504f\u79fb\u65b9\u6cd5\u5305\u62ec Kirchhoff \u504f\u79fb\u3001\u6709\u9650\u5dee\u5206\u504f\u79fb\u548c Stolt \u504f\u79fb\uff08F-K \u57df\u504f\u79fb\uff09\u3002<\/span>\n    <span class=\"en\"><strong>Deconvolution<\/strong> improves vertical resolution by compressing the radar wavelet and eliminating multiple reflections. <strong>Migration<\/strong> is one of the most critical steps in GPR data processing. Its principle is to reposition recorded diffraction waves and dipping reflections to their true subsurface spatial locations, collapsing diffraction hyperbolae and producing more accurate subsurface structural images. Common migration methods include Kirchhoff migration, finite-difference migration, and Stolt migration (F-K domain migration).<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">6.4 \u6570\u636e\u89e3\u91ca<\/span><span class=\"en\">6.4 Data Interpretation<\/span><\/h3>\n  <p>\n    <span class=\"zh\">GPR \u6570\u636e\u89e3\u91ca\u662f\u5c06\u5904\u7406\u540e\u7684\u96f7\u8fbe\u56fe\u50cf\u8f6c\u5316\u4e3a\u5730\u8d28\u6216\u5de5\u7a0b\u4fe1\u606f\u7684\u8fc7\u7a0b\u3002\u89e3\u91ca\u4eba\u5458\u901a\u8fc7\u8bc6\u522b\u53cd\u5c04\u6ce2\u7684\u540c\u76f8\u8f74\u5f62\u6001\u3001\u632f\u5e45\u5f3a\u5f31\u3001\u9891\u7387\u53d8\u5316\u7b49\u7279\u5f81\uff0c\u63a8\u65ad\u5730\u4e0b\u754c\u9762\u7684\u51e0\u4f55\u5f62\u6001\u3001\u4ecb\u8d28\u6027\u8d28\u548c\u5f02\u5e38\u4f53\u4f4d\u7f6e\u3002\u5178\u578b\u53cd\u5c04\u7279\u5f81\u5305\u62ec\uff1a\u5c42\u72b6\u754c\u9762\u5448\u8fde\u7eed\u540c\u76f8\u8f74\uff1b\u7a7a\u6d1e\u8868\u73b0\u4e3a\u53cc\u66f2\u7ebf\u53cd\u5c04\uff1b\u91d1\u5c5e\u7ba1\u7ebf\u4ea7\u751f\u5f3a\u632f\u5e45\u62f1\u5f62\u53cd\u5c04\u3002\u7ed3\u5408\u94bb\u5b54\u9a8c\u8bc1\u3001\u5730\u8d28\u8d44\u6599\u548c\u5176\u4ed6\u7269\u63a2\u65b9\u6cd5\uff0c\u53ef\u63d0\u9ad8\u89e3\u91ca\u7ed3\u679c\u7684\u53ef\u9760\u6027\u3002<\/span>\n    <span class=\"en\">GPR data interpretation is the process of transforming processed radar images into geological or engineering information. Interpreters infer the geometry, medium properties, and anomaly locations of subsurface interfaces by identifying reflection event patterns, amplitude strength, and frequency variations. Typical reflection signatures include: continuous events for stratiform interfaces, hyperbolic reflections for voids, and strong-amplitude arched reflections for metallic pipes. Combining with borehole verification, geological data, and other geophysical methods improves interpretation reliability.<\/span>\n  <\/p>\n<\/section>\n\n<!-- ===== Section 7: Advantages & Limitations ===== -->\n<section id=\"pros-cons\">\n  <h2><span class=\"zh\">\u4e03\u3001\u4f18\u52bf\u4e0e\u5c40\u9650\u6027<\/span><span class=\"en\">7. Advantages and Limitations<\/span><\/h2>\n\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u4f5c\u4e3a\u4e00\u79cd\u65e0\u635f\u63a2\u6d4b\u6280\u672f\uff0c\u5177\u6709\u663e\u8457\u4f18\u52bf\uff0c\u4f46\u4e5f\u5b58\u5728\u56fa\u6709\u5c40\u9650\u6027\u3002\u5ba2\u89c2\u7406\u89e3\u5176\u9002\u7528\u6761\u4ef6\u4e0e\u9650\u5236\u8303\u56f4\uff0c\u5bf9\u6b63\u786e\u4f7f\u7528 GPR \u6280\u672f\u81f3\u5173\u91cd\u8981\u3002\u4e0b\u8868\uff08<a href=\"#tbl-3\" class=\"tbl-ref\"><span class=\"zh\">\u88683<\/span><span class=\"en\">Table 3<\/span><\/a>\uff09\u5bf9\u4e24\u8005\u8fdb\u884c\u4e86\u7cfb\u7edf\u5bf9\u6bd4\u3002<\/span>\n    <span class=\"en\">As a non-destructive detection technology, GPR has significant advantages but also inherent limitations. An objective understanding of its applicability and constraints is essential for proper use of the technology. The table below (<a href=\"#tbl-3\" class=\"tbl-ref\"><span class=\"zh\">\u88683<\/span><span class=\"en\">Table 3<\/span><\/a>) provides a systematic comparison.<\/span>\n  <\/p>\n\n  <!-- ===== Table 3 ===== -->\n  <div class=\"table-wrap\" id=\"tbl-3\">\n    <table>\n      <caption>\n        <span class=\"zh\">\u88683 \u5730\u8d28\u96f7\u8fbe\u6280\u672f\u4f18\u52bf\u4e0e\u5c40\u9650\u6027\u5bf9\u6bd4<\/span>\n        <span class=\"en\">Table 3: GPR Advantages and Limitations Comparison<\/span>\n      <\/caption>\n      <thead>\n        <tr>\n          <th><span class=\"zh\">\u4f18\u52bf<\/span><span class=\"en\">Advantages<\/span><\/th>\n          <th><span class=\"zh\">\u5c40\u9650\u6027<\/span><span class=\"en\">Limitations<\/span><\/th>\n        <\/tr>\n      <\/thead>\n      <tbody>\n        <tr>\n          <td><span class=\"zh\"><strong>\u65e0\u635f\u63a2\u6d4b<\/strong>\uff1a\u4e0d\u7834\u574f\u88ab\u6d4b\u4ecb\u8d28\u7ed3\u6784<\/span><span class=\"en\"><strong>Non-destructive<\/strong>: Does not damage the tested medium<\/span><\/td>\n          <td><span class=\"zh\"><strong>\u9ad8\u7535\u5bfc\u7387\u9650\u5236<\/strong>\uff1a\u9ecf\u571f\u3001\u542b\u76d0\u6c34\u7b49\u9ad8\u7535\u5bfc\u7387\u4ecb\u8d28\u4e25\u91cd\u8870\u51cf\u7535\u78c1\u6ce2\uff0c\u63a2\u6d4b\u6df1\u5ea6\u53d7\u9650<\/span><span class=\"en\"><strong>High conductivity limitation<\/strong>: High-conductivity media (clay, saline water) severely attenuate EM waves, limiting depth<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td><span class=\"zh\"><strong>\u9ad8\u5206\u8fa8\u7387<\/strong>\uff1a\u5398\u7c73\u81f3\u5206\u7c73\u7ea7\u5206\u8fa8\u7387\uff0c\u8fdc\u8d85\u4f20\u7edf\u5730\u7403\u7269\u7406\u65b9\u6cd5<\/span><span class=\"en\"><strong>High resolution<\/strong>: cm-to-dm level resolution, far exceeding traditional geophysical methods<\/span><\/td>\n          <td><span class=\"zh\"><strong>\u6df1\u5ea6-\u5206\u8fa8\u7387\u77db\u76fe<\/strong>\uff1a\u9ad8\u9891\u9ad8\u5206\u8fa8\u7387\u4e0e\u6df1\u63a2\u6d4b\u6df1\u5ea6\u4e0d\u53ef\u517c\u5f97<\/span><span class=\"en\"><strong>Depth-resolution trade-off<\/strong>: High frequency (resolution) and deep penetration cannot be achieved simultaneously<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td><span class=\"zh\"><strong>\u5b9e\u65f6\u6210\u50cf<\/strong>\uff1a\u73b0\u573a\u5373\u53ef\u83b7\u5f97\u96f7\u8fbe\u5256\u9762\u56fe\u50cf\uff0c\u5feb\u901f\u8bc4\u4f30<\/span><span class=\"en\"><strong>Real-time imaging<\/strong>: Radar profiles available on-site for rapid assessment<\/span><\/td>\n          <td><span class=\"zh\"><strong>\u89e3\u91ca\u591a\u89e3\u6027<\/strong>\uff1a\u53cd\u5c04\u5f02\u5e38\u53ef\u80fd\u5bf9\u5e94\u591a\u79cd\u5730\u8d28\u6210\u56e0\uff0c\u9700\u7ed3\u5408\u5176\u4ed6\u4fe1\u606f\u7efc\u5408\u5224\u65ad<\/span><span class=\"en\"><strong>Interpretation ambiguity<\/strong>: Reflection anomalies may correspond to multiple geological causes, requiring integrated judgment<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td><span class=\"zh\"><strong>\u4fbf\u643a\u9ad8\u6548<\/strong>\uff1a\u8bbe\u5907\u8f7b\u4fbf\u3001\u64cd\u4f5c\u5feb\u901f\uff0c\u9002\u5408\u5927\u9762\u79ef\u666e\u67e5<\/span><span class=\"en\"><strong>Portable &amp; efficient<\/strong>: Lightweight equipment, rapid operation, suitable for large-area surveys<\/span><\/td>\n          <td><span class=\"zh\"><strong>\u7535\u78c1\u5e72\u6270<\/strong>\uff1a\u57ce\u5e02\u533a\u57df\u9ad8\u538b\u7ebf\u3001\u901a\u4fe1\u57fa\u7ad9\u7b49\u7535\u78c1\u5e72\u6270\u5f71\u54cd\u6570\u636e\u8d28\u91cf<\/span><span class=\"en\"><strong>EM interference<\/strong>: Urban electromagnetic sources (power lines, base stations) affect data quality<\/span><\/td>\n        <\/tr>\n        <tr>\n          <td><span class=\"zh\"><strong>\u9002\u7528\u9762\u5e7f<\/strong>\uff1a\u4ece\u6d45\u5c42\u5de5\u7a0b\u68c0\u6d4b\u5230\u6df1\u90e8\u5730\u8d28\u52d8\u5bdf\u5747\u53ef\u5e94\u7528<\/span><span class=\"en\"><strong>Wide applicability<\/strong>: From shallow engineering inspection to deep geological survey<\/span><\/td>\n          <td><span class=\"zh\"><strong>\u5bf9\u91d1\u5c5e\u5c4f\u853d\u654f\u611f<\/strong>\uff1a\u91d1\u5c5e\u5c4f\u853d\u5c42\u5b8c\u5168\u53cd\u5c04\u7535\u78c1\u6ce2\uff0c\u65e0\u6cd5\u63a2\u6d4b\u5176\u4e0b\u65b9\u76ee\u6807<\/span><span class=\"en\"><strong>Metal shielding sensitivity<\/strong>: Metal layers fully reflect EM waves, making sub-metal detection impossible<\/span><\/td>\n        <\/tr>\n      <\/tbody>\n    <\/table>\n  <\/div>\n\n  <div class=\"two-col\">\n    <div class=\"info-card\">\n      <h4><span class=\"zh\">\u6280\u672f\u4f18\u52bf\u603b\u7ed3<\/span><span class=\"en\">Summary of Advantages<\/span><\/h4>\n      <ul>\n        <li><span class=\"zh\">\u5b8c\u5168\u65e0\u635f\uff0c\u4e0d\u6270\u52a8\u88ab\u6d4b\u4ecb\u8d28<\/span><span class=\"en\">Fully non-destructive, no disturbance to tested media<\/span><\/li>\n        <li><span class=\"zh\">\u5206\u8fa8\u7387\u8fdc\u9ad8\u4e8e\u4f20\u7edf\u7269\u63a2\u65b9\u6cd5<\/span><span class=\"en\">Resolution far exceeds traditional geophysical methods<\/span><\/li>\n        <li><span class=\"zh\">\u73b0\u573a\u5b9e\u65f6\u663e\u793a\u63a2\u6d4b\u7ed3\u679c<\/span><span class=\"en\">Real-time results display on-site<\/span><\/li>\n        <li><span class=\"zh\">\u8bbe\u5907\u4fbf\u643a\u3001\u64cd\u4f5c\u7b80\u4fbf\u3001\u6548\u7387\u9ad8<\/span><span class=\"en\">Portable, easy to operate, highly efficient<\/span><\/li>\n        <li><span class=\"zh\">\u9891\u7387\u53ef\u9009\uff0c\u9002\u5e94\u591a\u79cd\u63a2\u6d4b\u9700\u6c42<\/span><span class=\"en\">Selectable frequencies for diverse detection needs<\/span><\/li>\n      <\/ul>\n    <\/div>\n    <div class=\"info-card\">\n      <h4><span class=\"zh\">\u4f7f\u7528\u9650\u5236\u63d0\u793a<\/span><span class=\"en\">Limitations Note<\/span><\/h4>\n      <ul>\n        <li><span class=\"zh\">\u9ad8\u7535\u5bfc\u7387\u4ecb\u8d28\u4e2d\u63a2\u6d4b\u6df1\u5ea6\u4e25\u91cd\u53d7\u9650<\/span><span class=\"en\">Penetration severely limited in high-conductivity media<\/span><\/li>\n        <li><span class=\"zh\">\u9ad8\u9891\u4e0e\u6df1\u63a2\u6d4b\u4e0d\u53ef\u517c\u5f97<\/span><span class=\"en\">High frequency and deep penetration are mutually exclusive<\/span><\/li>\n        <li><span class=\"zh\">\u6570\u636e\u89e3\u91ca\u9700\u4e13\u4e1a\u7ecf\u9a8c\u4e0e\u5176\u4ed6\u4fe1\u606f\u4f50\u8bc1<\/span><span class=\"en\">Interpretation requires expertise and corroborating data<\/span><\/li>\n        <li><span class=\"zh\">\u5f3a\u7535\u78c1\u5e72\u6270\u73af\u5883\u5f71\u54cd\u6570\u636e\u8d28\u91cf<\/span><span class=\"en\">Data quality affected by strong EM interference<\/span><\/li>\n        <li><span class=\"zh\">\u91d1\u5c5e\u5c4f\u853d\u5c42\u4e0b\u65b9\u65e0\u6cd5\u63a2\u6d4b<\/span><span class=\"en\">No detection possible beneath metal shielding<\/span><\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== Section 8: Development Trends ===== -->\n<section id=\"trends\">\n  <h2><span class=\"zh\">\u516b\u3001\u53d1\u5c55\u8d8b\u52bf<\/span><span class=\"en\">8. Development Trends<\/span><\/h2>\n\n  <p>\n    <span class=\"zh\">\u968f\u7740\u7535\u5b50\u6280\u672f\u3001\u8ba1\u7b97\u673a\u6280\u672f\u548c\u4eba\u5de5\u667a\u80fd\u7684\u5feb\u901f\u53d1\u5c55\uff0c\u5730\u8d28\u96f7\u8fbe\u6280\u672f\u6b63\u7ecf\u5386\u6df1\u523b\u53d8\u9769\uff0c\u4e3b\u8981\u8d8b\u52bf\u4f53\u73b0\u5728\u4ee5\u4e0b\u65b9\u9762\uff1a<\/span>\n    <span class=\"en\">With the rapid development of electronics, computing, and artificial intelligence, GPR technology is undergoing profound transformation. Key trends include:<\/span>\n  <\/p>\n\n  <!-- ===== Figure 4: Trends Overview (SVG) ===== -->\n  <figure id=\"fig-4\">\n    <svg viewBox=\"0 0 720 340\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" role=\"img\" aria-label=\"GPR development trends\">\n      <!-- Center hub -->\n      <circle cx=\"360\" cy=\"170\" r=\"55\" fill=\"var(--accent)\" opacity=\"0.1\" stroke=\"var(--accent)\" stroke-width=\"2\"\/>\n      <text x=\"360\" y=\"165\" text-anchor=\"middle\" font-size=\"13\" fill=\"var(--accent)\" font-weight=\"700\">GPR<\/text>\n      <text x=\"360\" y=\"182\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u53d1\u5c55\u8d8b\u52bf<\/text>\n      <text x=\"360\" y=\"198\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Trends<\/text>\n\n      <!-- Node 1: Multi-frequency -->\n      <line x1=\"310\" y1=\"140\" x2=\"180\" y2=\"55\" stroke=\"var(--accent)\" stroke-width=\"1\" opacity=\"0.3\"\/>\n      <rect x=\"80\" y=\"30\" width=\"200\" height=\"50\" rx=\"8\" fill=\"var(--accent2)\" opacity=\"0.08\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"180\" y=\"52\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent2)\" font-weight=\"700\">\u591a\u9891\/\u591a\u901a\u9053\u7cfb\u7edf<\/text>\n      <text x=\"180\" y=\"68\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Multi-freq \/ Multi-channel<\/text>\n\n      <!-- Node 2: 3D GPR -->\n      <line x1=\"410\" y1=\"140\" x2=\"540\" y2=\"55\" stroke=\"var(--accent)\" stroke-width=\"1\" opacity=\"0.3\"\/>\n      <rect x=\"440\" y=\"30\" width=\"200\" height=\"50\" rx=\"8\" fill=\"var(--accent2)\" opacity=\"0.08\" stroke=\"var(--accent2)\" stroke-width=\"1.5\"\/>\n      <text x=\"540\" y=\"52\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent2)\" font-weight=\"700\">\u4e09\u7ef4 GPR \u6210\u50cf<\/text>\n      <text x=\"540\" y=\"68\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">3D GPR Imaging<\/text>\n\n      <!-- Node 3: AI -->\n      <line x1=\"360\" y1=\"225\" x2=\"360\" y2=\"270\" stroke=\"var(--accent)\" stroke-width=\"1\" opacity=\"0.3\"\/>\n      <rect x=\"250\" y=\"270\" width=\"220\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.08\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"360\" y=\"292\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">AI \u8f85\u52a9\u81ea\u52a8\u89e3\u91ca<\/text>\n      <text x=\"360\" y=\"308\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">AI-Assisted Interpretation<\/text>\n\n      <!-- Node 4: Drone -->\n      <line x1=\"320\" y1=\"200\" x2=\"180\" y2=\"270\" stroke=\"var(--accent)\" stroke-width=\"1\" opacity=\"0.3\"\/>\n      <rect x=\"60\" y=\"270\" width=\"220\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.08\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"170\" y=\"292\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u65e0\u4eba\u673a\u8f7d GPR<\/text>\n      <text x=\"170\" y=\"308\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Drone-Mounted GPR<\/text>\n\n      <!-- Node 5: Integration -->\n      <line x1=\"400\" y1=\"200\" x2=\"540\" y2=\"270\" stroke=\"var(--accent)\" stroke-width=\"1\" opacity=\"0.3\"\/>\n      <rect x=\"440\" y=\"270\" width=\"220\" height=\"50\" rx=\"8\" fill=\"var(--accent)\" opacity=\"0.08\" stroke=\"var(--accent)\" stroke-width=\"1.5\"\/>\n      <text x=\"550\" y=\"292\" text-anchor=\"middle\" font-size=\"11\" fill=\"var(--accent)\" font-weight=\"700\">\u591a\u65b9\u6cd5\u878d\u5408\u63a2\u6d4b<\/text>\n      <text x=\"550\" y=\"308\" text-anchor=\"middle\" font-size=\"9\" fill=\"var(--muted)\">Multi-Method Fusion<\/text>\n\n      <!-- Node 6: Miniaturization (top center) -->\n      <line x1=\"360\" y1=\"115\" x2=\"360\" y2=\"95\" stroke=\"var(--accent2)\" stroke-width=\"1\" opacity=\"0.3\"\/>\n      <rect x=\"280\" y=\"50\" width=\"0\" height=\"0\" fill=\"none\"\/>\n    <\/svg>\n    <figcaption>\n      <span class=\"fig-label zh\">\u56fe 4<\/span><span class=\"fig-label en\">Figure 4<\/span>\n      <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\u6280\u672f\u53d1\u5c55\u8d8b\u52bf\u6982\u89c8\u3002<\/span>\n      <span class=\"en\">Overview of GPR technology development trends.<\/span>\n    <\/figcaption>\n  <\/figure>\n\n  <h3><span class=\"zh\">8.1 \u591a\u9891\u4e0e\u591a\u901a\u9053\u7cfb\u7edf<\/span><span class=\"en\">8.1 Multi-Frequency and Multi-Channel Systems<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u4f20\u7edf GPR \u901a\u5e38\u4f7f\u7528\u5355\u4e00\u9891\u7387\u5929\u7ebf\uff0c\u96be\u4ee5\u540c\u65f6\u517c\u987e\u5206\u8fa8\u7387\u4e0e\u63a2\u6d4b\u6df1\u5ea6\u3002\u591a\u9891 GPR \u7cfb\u7edf\u5c06\u591a\u4e2a\u4e0d\u540c\u9891\u7387\u5929\u7ebf\u96c6\u6210\u4e8e\u4e00\u4f53\uff0c\u5728\u4e00\u6b21\u6d4b\u91cf\u4e2d\u540c\u65f6\u83b7\u53d6\u6d45\u5c42\u9ad8\u9891\u548c\u6df1\u5c42\u4f4e\u9891\u6570\u636e\uff0c\u517c\u987e\u5206\u8fa8\u7387\u4e0e\u63a2\u6d4b\u6df1\u5ea6\u3002\u591a\u901a\u9053\u7cfb\u7edf\u5219\u53ef\u5e76\u884c\u91c7\u96c6\u591a\u6761\u6d4b\u7ebf\u6570\u636e\uff0c\u5927\u5e45\u63d0\u9ad8\u63a2\u6d4b\u6548\u7387\uff0c\u4e3a\u5927\u9762\u79ef\u4e09\u7ef4\u6210\u50cf\u63d0\u4f9b\u6570\u636e\u57fa\u7840\u3002\u8fd9\u7c7b\u7cfb\u7edf\u7279\u522b\u9002\u7528\u4e8e\u9053\u8def\u8def\u9762\u591a\u7ed3\u6784\u5c42\u68c0\u6d4b\u548c\u94c1\u8def\u8def\u57fa\u8fde\u7eed\u68c0\u6d4b\u3002<\/span>\n    <span class=\"en\">Traditional GPR typically uses a single-frequency antenna, making it difficult to balance resolution and penetration depth. Multi-frequency GPR systems integrate multiple antennas of different frequencies into one unit, simultaneously acquiring shallow high-frequency and deep low-frequency data in a single pass. Multi-channel systems can acquire data from multiple survey lines in parallel, significantly improving efficiency and providing data for large-area 3D imaging. Such systems are particularly suitable for multi-layer pavement inspection and continuous railway roadbed detection.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">8.2 \u4e09\u7ef4 GPR \u6210\u50cf\u6280\u672f<\/span><span class=\"en\">8.2 3D GPR Imaging Technology<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u4e09\u7ef4 GPR \u901a\u8fc7\u5bc6\u96c6\u7f51\u683c\u91c7\u96c6\uff0c\u7ed3\u5408\u4e09\u7ef4\u504f\u79fb\u6210\u50cf\u7b97\u6cd5\uff0c\u91cd\u5efa\u5730\u4e0b\u7ed3\u6784\u7684\u4e09\u7ef4\u7a7a\u95f4\u5206\u5e03\u3002\u4e0e\u4f20\u7edf\u4e8c\u7ef4\u5256\u9762\u76f8\u6bd4\uff0c\u4e09\u7ef4 GPR \u80fd\u591f\u66f4\u51c6\u786e\u5730\u523b\u753b\u5730\u4e0b\u76ee\u6807\u7684\u51e0\u4f55\u5f62\u6001\u548c\u7a7a\u95f4\u5173\u7cfb\uff0c\u51cf\u5c11\u89e3\u91ca\u591a\u89e3\u6027\u3002\u968f\u7740\u591a\u901a\u9053\u5929\u7ebf\u9635\u5217\u548c\u9ad8\u6027\u80fd\u8ba1\u7b97\u6280\u672f\u7684\u666e\u53ca\uff0c\u4e09\u7ef4 GPR \u5728\u8003\u53e4\u9057\u5740\u3001\u7ba1\u7ebf\u7f51\u7edc\u548c\u6df7\u51dd\u571f\u7ed3\u6784\u7cbe\u7ec6\u68c0\u6d4b\u4e2d\u7684\u5e94\u7528\u65e5\u76ca\u589e\u591a\u3002<\/span>\n    <span class=\"en\">3D GPR reconstructs the three-dimensional spatial distribution of subsurface structures through dense grid data acquisition combined with 3D migration imaging algorithms. Compared to traditional 2D profiles, 3D GPR more accurately depicts the geometry and spatial relationships of underground targets, reducing interpretation ambiguity. With the proliferation of multi-channel antenna arrays and high-performance computing, 3D GPR is increasingly applied in archaeological sites, utility networks, and fine-scale concrete inspection.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">8.3 \u4eba\u5de5\u667a\u80fd\u8f85\u52a9\u89e3\u91ca<\/span><span class=\"en\">8.3 AI-Assisted Interpretation<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u6df1\u5ea6\u5b66\u4e60\u6280\u672f\u5728 GPR \u6570\u636e\u89e3\u91ca\u4e2d\u5c55\u73b0\u51fa\u5de8\u5927\u6f5c\u529b\u3002\u57fa\u4e8e\u5377\u79ef\u795e\u7ecf\u7f51\u7edc\uff08CNN\uff09\u7684\u76ee\u6807\u68c0\u6d4b\u6a21\u578b\u53ef\u81ea\u52a8\u8bc6\u522b\u96f7\u8fbe\u5256\u9762\u4e0a\u7684\u7ba1\u7ebf\u3001\u7a7a\u6d1e\u3001\u8131\u7a7a\u7b49\u5178\u578b\u5f02\u5e38\u7279\u5f81\uff1b\u57fa\u4e8e U-Net \u7b49\u8bed\u4e49\u5206\u5272\u7f51\u7edc\u7684\u65b9\u6cd5\u53ef\u5b9e\u73b0\u5730\u4e0b\u7ed3\u6784\u754c\u9762\u7684\u81ea\u52a8\u8ffd\u8e2a\u3002AI \u6280\u672f\u7684\u5f15\u5165\u53ef\u51cf\u5c11\u4eba\u4e3a\u89e3\u91ca\u504f\u5dee\uff0c\u63d0\u9ad8\u6570\u636e\u5904\u7406\u6548\u7387\uff0c\u63a8\u52a8 GPR \u4ece\u5b9a\u6027\u5224\u8bfb\u5230\u5b9a\u91cf\u8bc6\u522b\u7684\u8dc3\u5347\u3002<\/span>\n    <span class=\"en\">Deep learning technology has shown great potential in GPR data interpretation. Target detection models based on Convolutional Neural Networks (CNN) can automatically identify typical anomaly features such as pipes, voids, and delaminations in radar profiles. Semantic segmentation methods using U-Net and similar architectures enable automatic tracking of subsurface interfaces. The introduction of AI reduces human interpretation bias, improves processing efficiency, and drives GPR from qualitative assessment to quantitative identification.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">8.4 \u65e0\u4eba\u673a\u8f7d\u4e0e\u8f66\u8f7d GPR<\/span><span class=\"en\">8.4 Drone-Mounted and Vehicle-Mounted GPR<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5c06 GPR \u7cfb\u7edf\u96c6\u6210\u4e8e\u65e0\u4eba\u673a\u5e73\u53f0\uff0c\u53ef\u5b9e\u73b0\u4eba\u5458\u96be\u4ee5\u5230\u8fbe\u533a\u57df\uff08\u5982\u6cbc\u6cfd\u3001\u51b0\u5ddd\u3001\u5730\u8d28\u707e\u5bb3\u533a\uff09\u7684\u5feb\u901f\u63a2\u6d4b\u3002\u8f66\u8f7d GPR \u7cfb\u7edf\u914d\u5408\u9ad8\u7cbe\u5ea6 GPS\/INS \u7ec4\u5408\u5bfc\u822a\uff0c\u53ef\u5b9e\u73b0 100 km\/h \u4ee5\u4e0a\u901f\u5ea6\u7684\u9ad8\u901f\u516c\u8def\u8fde\u7eed\u68c0\u6d4b\uff0c\u5927\u5e45\u63d0\u9ad8\u9053\u8def\u68c0\u6d4b\u6548\u7387\u3002\u8d85\u5bbd\u5e26\uff08UWB\uff09\u5929\u7ebf\u6280\u672f\u548c\u7d27\u51d1\u578b\u8109\u51b2\u53d1\u751f\u5668\u7684\u53d1\u5c55\uff0c\u4f7f GPR \u8bbe\u5907\u8fdb\u4e00\u6b65\u5411\u5c0f\u578b\u5316\u3001\u8f7b\u91cf\u5316\u65b9\u5411\u8fc8\u8fdb\u3002<\/span>\n    <span class=\"en\">Integrating GPR systems onto drone platforms enables rapid surveys in areas inaccessible to personnel (e.g., marshlands, glaciers, geological disaster zones). Vehicle-mounted GPR systems paired with high-precision GPS\/INS integrated navigation can achieve continuous highway inspection at speeds above 100 km\/h, greatly improving road detection efficiency. The development of ultra-wideband (UWB) antenna technology and compact pulse generators is driving GPR equipment toward miniaturization and lightweight design.<\/span>\n  <\/p>\n\n  <h3><span class=\"zh\">8.5 \u591a\u65b9\u6cd5\u878d\u5408\u63a2\u6d4b<\/span><span class=\"en\">8.5 Multi-Method Fusion Detection<\/span><\/h3>\n  <p>\n    <span class=\"zh\">\u5355\u4e00\u7269\u63a2\u65b9\u6cd5\u5747\u6709\u5176\u5c40\u9650\u6027\uff0c\u591a\u65b9\u6cd5\u878d\u5408\u662f\u5730\u7403\u7269\u7406\u63a2\u6d4b\u7684\u53d1\u5c55\u65b9\u5411\u3002GPR \u4e0e\u5730\u9707\u53cd\u5c04\u6cd5\u3001\u9ad8\u5bc6\u5ea6\u7535\u6cd5\uff08ERT\uff09\u3001\u77ac\u53d8\u7535\u78c1\u6cd5\uff08TEM\uff09\u7b49\u65b9\u6cd5\u7684\u8054\u5408\u63a2\u6d4b\uff0c\u53ef\u7ed3\u5408\u5404\u65b9\u6cd5\u7684\u4f18\u52bf\uff0c\u63d0\u9ad8\u5730\u4e0b\u7ed3\u6784\u63a2\u6d4b\u7684\u51c6\u786e\u6027\u548c\u53ef\u9760\u6027\u3002\u4f8b\u5982\uff0cGPR \u63d0\u4f9b\u9ad8\u5206\u8fa8\u7387\u6d45\u5c42\u7ed3\u6784\u4fe1\u606f\uff0cERT \u8865\u5145\u6df1\u5c42\u7535\u963b\u7387\u5206\u5e03\uff0c\u4e24\u8005\u878d\u5408\u53ef\u5b9e\u73b0\u4ece\u5730\u8868\u5230\u6570\u5341\u7c73\u6df1\u5ea6\u7684\u7efc\u5408\u63a2\u6d4b\u3002\u591a\u4f20\u611f\u5668\u6570\u636e\u878d\u5408\u4e0e\u8054\u5408\u53cd\u6f14\u6280\u672f\u6b63\u5728\u6210\u4e3a\u7814\u7a76\u70ed\u70b9\u3002<\/span>\n    <span class=\"en\">Each geophysical method has its limitations, and multi-method fusion is the direction of geophysical exploration development. Joint surveys combining GPR with seismic reflection, Electrical Resistivity Tomography (ERT), and Transient Electromagnetic Method (TEM) can leverage the strengths of each method, improving the accuracy and reliability of subsurface structure detection. For example, GPR provides high-resolution shallow structural information while ERT supplements deeper resistivity distribution, and their fusion enables comprehensive detection from the surface to depths of tens of meters. Multi-sensor data fusion and joint inversion technology are becoming research frontiers.<\/span>\n  <\/p>\n\n  <div class=\"callout\">\n    <div class=\"callout-title\"><span class=\"zh\">\u5c55\u671b<\/span><span class=\"en\">Outlook<\/span><\/div>\n    <p>\n      <span class=\"zh\">\u672a\u6765\uff0c\u968f\u7740\u786c\u4ef6\u5c0f\u578b\u5316\u3001\u6570\u636e\u5904\u7406\u667a\u80fd\u5316\u548c\u63a2\u6d4b\u65b9\u6cd5\u878d\u5408\u5316\u7684\u53d1\u5c55\uff0c\u5730\u8d28\u96f7\u8fbe\u5c06\u5728\u66f4\u5e7f\u6cdb\u7684\u9886\u57df\u53d1\u6325\u66f4\u5927\u7684\u4f5c\u7528\u3002\u4ece\u57ce\u5e02\u5730\u4e0b\u7a7a\u95f4\u5b89\u5168\u5230\u6df1\u7a7a\u884c\u661f\u63a2\u6d4b\uff0cGPR \u6280\u672f\u7684\u8fdb\u6b65\u5c06\u6301\u7eed\u63a8\u52a8\u5730\u7403\u79d1\u5b66\u4e0e\u5de5\u7a0b\u68c0\u6d4b\u9886\u57df\u7684\u53d1\u5c55\u3002<\/span>\n      <span class=\"en\">In the future, with advances in hardware miniaturization, intelligent data processing, and method integration, GPR will play an even greater role across broader fields. From urban underground space safety to deep-space planetary exploration, the continued advancement of GPR technology will drive progress in earth sciences and engineering inspection.<\/span>\n    <\/p>\n  <\/div>\n<\/section>\n\n<\/main>\n<\/div>\n\n<!-- ========== Footer ========== -->\n<footer>\n  <p>\n    <span class=\"zh\">\u5730\u8d28\u96f7\u8fbe\uff08GPR\uff09\u6280\u672f\u8bf4\u660e\u6587\u6863 \u2014 \u4ec5\u4f9b\u6280\u672f\u53c2\u8003\u4e0e\u7814\u7a76\u4f7f\u7528<\/span>\n    <span class=\"en\">Ground Penetrating Radar (GPR) Technical Document \u2014 For technical reference and research use only<\/span>\n  <\/p>\n  <p>\n    <span class=\"zh\">\u672c\u6587\u6863\u5185\u5bb9\u529b\u6c42\u51c6\u786e\u5ba2\u89c2\uff0c\u5b9e\u9645\u5e94\u7528\u8bf7\u7ed3\u5408\u4e13\u4e1a\u89c4\u8303\u4e0e\u73b0\u573a\u6761\u4ef6\u3002<\/span>\n    <span class=\"en\">This document strives for accuracy and objectivity. Practical applications should follow professional standards and site conditions.<\/span>\n  <\/p>\n<\/footer>\n\n<script>\n(function() {\n  \"use strict\";\n\n  \/\/ ========== Language Toggle ==========\n  var body = document.body;\n  var langToggle = document.getElementById('langToggle');\n\n  function setLang(lang) {\n    body.classList.remove('lang-zh', 'lang-en');\n    body.classList.add('lang-' + lang);\n    try { localStorage.setItem('gpr-lang', lang); } catch(e) {}\n    \/\/ Update html lang attribute\n    document.documentElement.lang = (lang === 'zh') ? 'zh-CN' : 'en';\n    \/\/ Update toggle button text\n    if (langToggle) {\n      var zhSpan = langToggle.querySelector('.zh');\n      var enSpan = langToggle.querySelector('.en');\n      if (zhSpan) zhSpan.style.display = (lang === 'zh') ? '' : 'none';\n      if (enSpan) enSpan.style.display = (lang === 'en') ? '' : 'none';\n    }\n    \/\/ Update page title\n    document.title = (lang === 'zh')\n      ? '\u5730\u8d28\u96f7\u8fbe\uff08GPR\uff09\u6280\u672f\u8bf4\u660e\u6587\u6863 | Ground Penetrating Radar'\n      : 'Ground Penetrating Radar (GPR) Technical Document';\n  }\n\n  \/\/ Load language preference\n  var savedLang = null;\n  try { savedLang = localStorage.getItem('gpr-lang'); } catch(e) {}\n  setLang(savedLang || 'zh');\n\n  langToggle.addEventListener('click', function() {\n    var isZh = body.classList.contains('lang-zh');\n    setLang(isZh ? 'en' : 'zh');\n  });\n\n  \/\/ ========== Theme Toggle ==========\n  var themeToggle = document.getElementById('themeToggle');\n  var themeIcon = document.getElementById('themeIcon');\n\n  function setTheme(theme) {\n    document.documentElement.setAttribute('data-theme', theme);\n    try { localStorage.setItem('gpr-theme', theme); } catch(e) {}\n    if (themeIcon) {\n      themeIcon.textContent = (theme === 'dark') ? '\u2600\ufe0f' : '\ud83c\udf19';\n    }\n  }\n\n  \/\/ Load theme preference: localStorage > system preference > light\n  var savedTheme = null;\n  try { savedTheme = localStorage.getItem('gpr-theme'); } catch(e) {}\n  if (savedTheme) {\n    setTheme(savedTheme);\n  } else {\n    var prefersDark = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;\n    setTheme(prefersDark ? 'dark' : 'light');\n  }\n\n  themeToggle.addEventListener('click', function() {\n    var current = document.documentElement.getAttribute('data-theme');\n    setTheme(current === 'dark' ? 'light' : 'dark');\n  });\n\n  \/\/ Listen for system theme changes (only if no manual preference saved)\n  if (window.matchMedia) {\n    window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', function(e) {\n      var manual = null;\n      try { manual = localStorage.getItem('gpr-theme'); } catch(err) {}\n      if (!manual) {\n        setTheme(e.matches ? 'dark' : 'light');\n      }\n    });\n  }\n\n  \/\/ ========== Mobile TOC Toggle ==========\n  var menuToggle = document.getElementById('menuToggle');\n  var toc = document.getElementById('toc');\n  if (menuToggle && toc) {\n    menuToggle.addEventListener('click', function() {\n      toc.classList.toggle('open');\n    });\n    \/\/ Close TOC when a link is clicked (mobile)\n    toc.querySelectorAll('a').forEach(function(link) {\n      link.addEventListener('click', function() {\n        if (window.innerWidth <= 900) {\n          toc.classList.remove('open');\n        }\n      });\n    });\n  }\n\n  \/\/ ========== TOC Active State on Scroll ==========\n  var sections = document.querySelectorAll('main section[id]');\n  var tocLinks = document.querySelectorAll('.toc a');\n\n  function updateActiveTOC() {\n    var scrollPos = window.scrollY + 100;\n    var currentId = '';\n    sections.forEach(function(section) {\n      var top = section.offsetTop;\n      var height = section.offsetHeight;\n      if (scrollPos >= top && scrollPos < top + height) {\n        currentId = section.id;\n      }\n    });\n    tocLinks.forEach(function(link) {\n      var href = link.getAttribute('href');\n      if (href === '#' + currentId) {\n        link.classList.add('active');\n      } else {\n        link.classList.remove('active');\n      }\n    });\n  }\n\n  var scrollTimer = null;\n  window.addEventListener('scroll', function() {\n    if (scrollTimer) clearTimeout(scrollTimer);\n    scrollTimer = setTimeout(updateActiveTOC, 50);\n  });\n  updateActiveTOC();\n\n  \/\/ ========== Smooth scroll for anchor links ==========\n  document.querySelectorAll('a[href^=\"#\"]').forEach(function(anchor) {\n    anchor.addEventListener('click', function(e) {\n      var targetId = this.getAttribute('href');\n      if (targetId === '#') return;\n      var target = document.querySelector(targetId);\n      if (target) {\n        e.preventDefault();\n        var offset = 80; \/\/ header height offset\n        var targetPosition = target.getBoundingClientRect().top + window.pageYOffset - offset;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: 'smooth'\n        });\n      }\n    });\n  });\n\n})();\n<\/script>\n\n\n","protected":false},"excerpt":{"rendered":"<p>\u5730\u8d28\u96f7\u8fbe\uff08GPR\uff09\u6280\u672f\u8bf4\u660e\u6587\u6863 Ground Penetrating Radar (GPR) Technica [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-404","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/numsimlab.com\/index.php?rest_route=\/wp\/v2\/posts\/404","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/numsimlab.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/numsimlab.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/numsimlab.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/numsimlab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=404"}],"version-history":[{"count":0,"href":"https:\/\/numsimlab.com\/index.php?rest_route=\/wp\/v2\/posts\/404\/revisions"}],"wp:attachment":[{"href":"https:\/\/numsimlab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=404"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/numsimlab.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=404"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/numsimlab.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=404"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}