WISE-CASING: Time Domain Reflectometry Data From Lab Experiment On Coaxial Cable
Department of Energy
@usgov.doe_gov_wise_casing_time_domain_reflectometry_from_lab_357751be
Department of Energy
@usgov.doe_gov_wise_casing_time_domain_reflectometry_from_lab_357751be
The coaxial-cable experiment conducted in the lab was with 80 m coaxial cable( RG-85). This experiment compares the TDR response between damaged and undamaged cable. For the damaged cable, the damaged section is in the middle (40 m). The amplitude of the data is mV with time (us).
Organization: Department of Energy
Last updated: 2025-01-11T22:44:33.436216
Tags: assessment, cable, casing, coaxial, coaxial-cable, damaged, damaged-coaxial-cable, energy, experiment, geothermal, integrity, lab-test, sensing, tdr, time-domain-reflectometry, wellbore, wise-casing
CREATE TABLE tdr_10m_coaxial_cable_lab_experiment (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);CREATE TABLE tdr_5m_coaxial_cable_lab_experiment (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);CREATE TABLE tdr_shorted_termination_pre_damage (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);CREATE TABLE tdr_shorted_termination_with_120_degree_cutaway (
"time_us" DOUBLE -- Time(us),
"amplitude_mv" DOUBLE -- Amplitude(mV)
);Anyone who has the link will be able to view this.