Skip to main content

Development of temperature controller-integrated portable HIFU driver for thermal coagulation

Abstract

Background

Temperature monitoring during high-intensity focused ultrasound (HIFU) therapy on tissue is essential to regulate the degree of thermal coagulation and to achieve the desired treatment outcomes eventually. The aim of the current study was to design and investigate the feasibility of a proportional–integral–derivative (PID) temperature controller-integrated portable HIFU driver for thermal coagulation.

Methods

A portable HIFU driver was designed and operated at a maximum output voltage of 50 V with pulse-width modulation signals at 2 MHz. The temperature of ex vivo bovine liver tissue was monitored using a K-type thermocouple during the 2-MHz HIFU exposure.

Results

The tissue temperature was maintained at 60 °C using a PID controller-integrated HIFU driver that modulated the output voltage during the 300-s HIFU exposure. The ex vivo testing demonstrated that the tissue temperature at the focal point approached the chosen temperature, i.e., 60 °C, within 70 s. The temperature was maintained with a deviation of less than 4 °C until the HIFU driver voltage was turned off at 300 s.

Conclusions

The designed PID controller-integrated HIFU driver can be used as a small portable tool to regulate the tissue temperature in real time and achieve thermal coagulation via HIFU sonication.

Background

Severe injury, i.e., trauma, is the third most common cause of mortality worldwide, and hemorrhage is responsible for 30 to 40% of mortality among trauma patients [1]. When physical injury occurs, immediate management of hemorrhage is thereby critical prior to the patients’ arrival to the hospital. A large number of hemostatic techniques have been clinically investigated to achieve rapid hemostasis and minimal complications, such as clamping, suturing, and argon plasma or laser coagulation [2, 3]. However, these methods are still invasive approaches; the location or geometry of the hemorrhage can limit the efficiency of such invasive methods. In addition, direct tissue contact often causes excessive heating and carbonized coagulum, possibly leading to collagenous fibrosis, i.e., scarring [4].

High-intensity focused ultrasound (HIFU) is a non-invasive therapeutic technology that utilizes acoustic energy (ultrasound waves) to induce thermal necrosis in the target tissue with minimal injury to the adjacent tissues [5, 6]. The clinical feasibility of HIFU has been evaluated in terms of thermal coagulation and ablation of tumors in the liver, prostate, breast, and thyroid [7,8,9,10,11]. Moreover, HIFU has been investigated to control acute hemorrhage in a non-invasive manner due to the rapid temperature increase and tissue coagulation [12,13,14]. Our previous study also demonstrated the feasibility of HIFU hemostasis on punctured blood vessels [2].

During HIFU treatment, the volumetric deposition of ultrasound energy within the tissue results in localized heating and leads to irreversible thermal damage. In soft tissue, thermal therapy utilizes a temperature of 60 °C to induce irreversible coagulation and to avoid necrosis of the tissue [6]. The clinical goal of HIFU therapy is to coagulate the target tissue area with no or minimal thermal injury to the surrounding healthy tissue. Thus, temperature regulation at the focal point during HIFU hemostasis is critical to control the degree of thermal coagulation at the bleeding sites. Previous studies focused on temperature monitoring during HIFU treatment with temperature sensors [15, 16]. A thermocouple (TC) is a temperature sensor that has a small diameter (0.2 mm), moderately low cost, high accuracy (~ 1 °C), and a relatively short response time, i.e., shorter than 1 s [16]. Thus, TCs could be useful tools to monitor and measure real-time tissue temperatures during HIFU therapy in spite of the invasiveness. Furthermore, a temperature feedback method can help maintain the tissue temperature constant during thermal treatment. The proportional–integral–derivative (PID) controller method is a well-known feedback strategy for thermometry [15, 17,18,19]. Previous studies have demonstrated the application of PID-integrated TCs for HIFU treatment in terms of real-time temperature control [15, 17, 18]. To facilitate point-of-care HIFU hemostasis, system portability is a critical factor. Although there have been several studies on portable HIFU drivers for hemostasis, none of them had real-time temperature control for thermal hemostasis [20,21,22].

In an attempt to develop a HIFU-assisted hemostasis approach, the current study focuses on the design of a portable HIFU driver integrated with a PID temperature controller and a TC for real-time temperature monitoring. The performance of the proposed HIFU driver was characterized in terms of waveform and acoustic pressure. The functionality of the integrated PID temperature controller was evaluated with ex vivo tissue during HIFU application. Both the extent of thermal coagulation and temperature feedback were validated by maintaining the tissue at the temperature required for irreversible coagulation.

Materials and methods

Design of HIFU system

Figure 1a shows a schematic diagram of the proposed HIFU system. A HIFU driver consists of several functional blocks, including a function generator, an amplifier, a PID controller, and an LCD display. Figure 1b presents an actual image of the HIFU system. The HIFU driver was housed in a white plastic container (18 × 9 × 8 cm3). Each functional block of the HIFU driver was operated using an 8-bit microcontroller (ATmega328 p, Microchip Technology, Chandler, AZ). Arduino IDE was used to program and load the code into the microcontroller. A small LCD monitor (monochrome 128 × 64 OLED SSD1823, Adafruit Industry, New York City, NY) was installed to manually command several parameters of the HIFU driver (duty cycle, HIFU driver output voltage, working time, and desired temperature). The function generator utilized a CMOS synthesizer (AD9851, Analog Device, Norwood, MA) to produce pulse-width modulated (PWM) signals with duty cycles ranging from 20 to 80% at 2 MHz frequency. The high-voltage ultrasonic signal transmission, with a PWM voltage amplitude up to 50 V, was achieved using four high-speed dual MOSFET drivers (MD1213, Microchip Technology, Chandler, AZ) and N- and P-channel MOSFETs (TC6320, Microchip Technology, Chandler, AZ) [23,24,25]. A maximum amplitude of 50 V was selected in the present study to achieve the target temperature (around 60 °C) with minimum driver size. To control the temperature during HIFU coagulation, a PID controller was integrated into the HIFU driver. A K-type thermocouple (accuracy = ± 1.2 °C, TSL-101, Gaugeworld, Anyang, Korea) was connected to a thermocouple-to-digital converter (MAX31855, Maxim Integrated, San Jose, CA), which provided the measured temperature to the microcontroller.

Fig. 1
figure 1

Proposed HIFU system: a schematic diagram and b photograph of system configuration

For real-time temperature feedback, the PID controller was implemented with a public PID library that utilizes a relay tuning method [26,27,28]. The tissue temperature was maintained constant during modulation of the HIFU driver output. The PID controller calculated the error signal, which was the difference between the desired set point (SP) and process variables (PV). The error signal was minimized by changing the output signals. The control output, u(t), was corrected, based on the proportional, integral, and derivative terms as follows:

$$ u\left( t \right) = K_{\text{p}} e\left( t \right) + K_{\text{i}} \mathop \int \limits_{0}^{t} e\left( \tau \right){\text{d}}\tau + K_{\text{d}} \frac{{{\text{d}}e\left( t \right)}}{{{\text{d}}t}} $$
(1)

where Kp, Ki, and Kd are the proportional, integral, and derivative factors, respectively, e(t) = SP − PV(t) is the error, and t is the elapsed time (s). The initial values of Kp, Ki, and Kd factors were manually tuned by simply conducting iterative calculations to prevent the desired temperature from overshooting and to achieve fast rise time, high stability, and steady-state temperature with small errors during the exposure [28]. Thus, the HIFU driver voltage (Vout) was continuously modulated in real time to maintain the desired temperature (i.e., 60 °C) in the tissue during HIFU exposure.

Characterization of HIFU system

To demonstrate the feasibility of the HIFU driver operation, the HIFU driver was characterized in terms of output voltage and frequency spectrum. The output signals from the HIFU driver were acquired using an oscilloscope (Tektronix DPO3054, OR, USA) at various duty cycles (20, 50, and 80%) at a sampling rate of 2.5 G/s. The frequency spectrum was obtained using fast Fourier transform (FFT) and MATLAB (Math Works, Natick, MA, USA). The HIFU driver delivered the voltage to a HIFU transducer (H-148, Sonic Concept, Woodinville, UK) through an impedance matching network (50 Ω H-148, Sonic Concept, Woodinville, UK). The HIFU transducer had a center frequency of 2 MHz and focal length of 51.7 mm with an ellipsoidal focal beam (beam size of 0.36 × 5.72 mm at 400 W electrical power).

Figure 2a demonstrates the experimental setup for the acoustic characterization of a HIFU transducer. The acoustic pressure signals were obtained by scanning a needle hydrophone (0.2 mm needle, Precision Acoustics Ltd, Dorchester, UK) in a water tank. As the ultrasound source was operated at a 2 MHz PWM, the instantaneous acoustic pressure was calculated as follows:

$$ p\left( t \right) = \frac{V\left( t \right)}{{M\left( {f_{{2 {\text{MHz}}}} } \right)}} \;\;\left( {\text{MPa}} \right) $$
(2)

where p(t) is the acoustic pressure waveform (MPa), V(t) is the measured hydrophone voltage (mV), and M(f2MHz) is the hydrophone sensitivity at the acoustic frequency (sensitivity at 2 MHz = 64 mV/MPa). To ensure stable and safe operation of the hydrophone and to avoid high pressures (> 10 MPa) that could damage the hydrophone during the acoustic measurements, only low voltage levels from the HIFU driver (7–11 V) were tested. The transducer was placed in a water tank (inner area of 15 × 20 × 20 cm3) at 20 ± 0.5 °C (Fig. 2a). The hydrophone was attached to a three-axis computer controller positioning system and was moved along x-, y-, and z-axes to scan the acoustic signals, with a spatial resolution of 0.1 μm, at each output level to obtain the corresponding pressure values. The origin (x = y = z = 0) was taken at the focal point where the maximum acoustic signal occurred. To acquire the acoustic signals from the hydrophone, the oscilloscope had a sampling rate of 2.5 G/s.

Fig. 2
figure 2

Experimental setup: a acoustic pressure measurement of a HIFU transducer and b ex vivo HIFU test with PID temperature controller

Experimental setup

Ex vivo bovine liver tissue was tested with the designed HIFU system to evaluate the temporal developments of temperature and degree of thermal damage during HIFU exposure. Figure 2b illustrates an experimental setup for the ex vivo HIFU treatment. The bovine liver tissue was acquired from a local slaughterhouse. Each specimen had dimensions 3 × 3 × 3 cm3 and was stored in saline solution at room temperature (20 °C) prior to testing. Each sample was firmly fixed in the water tank with the surface positioned at the beam focus. Square waveforms of frequency 2 MHz at 20, 50, and 80% duty cycles with 50 V output voltage (maximum voltage) were applied, and the HIFU transducer was turned on for 300 s. Then, a thermocouple was perpendicularly inserted into the tissue away from the focal point (~ 1 mm horizontally) and was connected to the HIFU driver to record real-time temperature variations using the PID temperature controller. For the PID controller, the maximum temperature at the focal point was set to 60 °C, the threshold for irreversible thermal damage in soft tissue. The initial tissue temperature was maintained at 20 ± 0.5 °C, i.e., no exposure. In this study, the initial values of the PID parameters were 5, 3, and 0.1 for Kp, Ki, and Kd, respectively. The experiments were repeated five times for various ablation times (60, 120, 180, and 300 s). After HIFU testing, each sample was cross-sectioned in the longitudinal direction. Then, each cross section was analyzed using a digital camera. The coagulated regions (irreversible thermal denaturation) were defined as regions where discoloration, i.e., tan color, was observed in the tissue after HIFU exposure. The spatial extent of coagulation in the tested tissue was measured ten times using ImageJ (National Institute of the Health, Bethesda, MD) for quantitative evaluation. The statistical analysis, Mann–Whitney U test as a nonparametric method, represents insignificant p (< 0.05).

Results

Characteristics of HIFU driver

The designed HIFU driver was characterized in terms of output voltage and frequency spectrum (Fig. 3). The output waveforms of the HIFU driver were measured at 40 V output voltage and various duty cycles (20, 50, and 80%) on 4 µs. Regardless of the duty cycle, the overall output signals represented the square waveforms (symmetrical for positive and negative sides). The signals using a 50% duty cycle, as presented in Fig. 3b, yielded no oscillations at the edge of the waveform in the time domain and had a fast rise time (0.02 µs) between the push–pull cycles. On the other hand, the signals using 20% and 80% duty cycles, as shown in Fig. 3a, c, resulted in slight oscillations at the edges of the waveforms. The rise time for the 80% duty cycle was 13 and 6 times higher than those of the 20% and 50% duty cycles, respectively (i.e., 0.01, 0.02, and 0.13 µs for 20, 50, and 80%, respectively). Thus, the 50% duty cycle signals were chosen to deliver signals to the HIFU transducer. To acquire frequency spectrum, FFT was performed on 4-µs HIFU driver signals at 50% duty cycle. Figure 3d exhibits the frequency spectrum (dB scale) of the HIFU driver corresponding to the output waveforms in Fig. 3b. The highest normalized magnitude was found for the 2 MHz frequency with a − 3 dB bandwidth of 0.2 MHz, which was in good agreement with the center frequency of the HIFU driver. Thus, the HIFU driver could generate square wave signals at 2 MHz for 50% duty cycle.

Fig. 3
figure 3

Output waveforms from HIFU driver measured at various duty cycles: a 20%, b 50%, and c 80%. d Normalized frequency spectrum of output waveform at 50% duty cycle (arrows represent − 3 dB bandwidth)

Characteristics of HIFU transducer

Figure 4 presents the spatial distribution of acoustic fields measured at the focal point of a HIFU transducer in water. The transversal beam profile is illustrated in Fig. 4a while the axial beam profile is shown in Fig. 4b across the focal plane of the HIFU transducer. Overall, the acoustic distribution followed an elliptical shape at the focal point, with a focused beam size of ~ 0.8 mm and ~ 6 mm in the transversal and axial directions, respectively, and at a − 6 dB beam dimension (full width at half maximum: FWHM). Regardless of the axial profile, the highest normalized acoustic pressure was found at the focal point and the pressure decreased significantly along the radial direction. Figure 5 demonstrates the acoustic pressure emitted from the transducer measured at the focal point under various voltage levels from the HIFU driver. Figure 5a exhibits the time-domain curve of the acoustic pressure at the focal point. Evidently, the acoustic pressure increased along with the output voltage levels. The corresponding RMS pressure was also estimated and showed a linear relationship with the output voltage from the HIFU driver (R2 = 0.99; Fig. 5b). According to Fig. 5b, a HIFU output voltage of 7–11 V resulted in RMS pressure levels of 1.34–1.95 MPa, respectively (conversion factor = 0.18 MPa/V).

Fig. 4
figure 4

Spatial distribution of normalized acoustic pressure at the focal point of 2 MHz transducer in water: a transverse and b axial directions of beam propagation (arrows represent − 6 dB bandwidth)

Fig. 5
figure 5

Characterization of acoustic pressure at focal point: a time-domain curve from various voltage levels of HIFU driver (7, 9 and 11 V) and b RMS pressure as a function of output voltage of 7–11 V

Ex vivo HIFU testing

A PID controller was employed to maintain a constant temperature during the entire HIFU treatment process in order to minimize unfavorable thermal injury to the peripheral tissue. Figure 6 shows the transient responses of temperature and output voltage during the 300-s HIFU exposure on ex vivo bovine liver tissue. The predetermined temperature was set to 60 °C, and the limit of the driving output voltage was selected as 50 V, based on previous findings. According to Fig. 6a, the PID-controlled temperature reached the target temperature within 70 s. Then, the target temperature was maintained at 60 °C with a deviation of less than 4 °C until the HIFU driver voltage was turned off at 300 s. Figure 6b presents the temporal changes of the output voltage from the HIFU driver during the HIFU exposure. The output voltage from the HIFU driver, i.e., the initial voltage of 50 V, was rapidly reduced in 70 s and attained a steady state at 25.1 ± 0.4 V, i.e., at an estimated RMS pressure of 4.51 MPa for the rest of the testing procedure, where the corresponding tissue temperature was 60 ± 4 °C.

Fig. 6
figure 6

Temporal developments of a temperature and b output voltage from the HIFU driver at focal point during 300-s HIFU exposure with PID temperature controller. Predetermined temperature (set point) was set to 60 °C

Figure 7 exhibits the development of irreversible thermal denaturation during various HIFU treatment times (60, 120, 180, and 300 s) with a PID controller and a 50-V HIFU driver. Figure 7a shows a series of transverse cross-sectional images of the coagulated tissue captured at various exposure times. Owing to the acoustic beam distribution, as shown in Fig. 4, the cross-sectional images showed ellipsoidal coagulative responses. Apparently, the degree of thermal coagulation increased with exposure time. The tissue coagulation was quantified as a function of exposure time in Fig. 7b. The coagulation area increased linearly with exposure time; the red line represents a linear fitting (R2 = 0.99). The tissue coagulation area was 22.2 ± 1.7 mm2 for a 300 s exposure time, which was 74, 48, and 36% larger than those at 60 s (5.8 ± 0.6 mm2), 120 s (11.7 ± 1.6 mm2), and 180 s (14.2 ± 1.0 mm2), respectively. It is noted that the consistent maintenance of the target temperature at 60 °C resulted in a predictable expansion of thermal coagulation in the tissue during the PID controller-assisted HIFU exposure.

Fig. 7
figure 7

Thermal coagulation in ex vivo bovine liver tissue during 300-s HIFU exposure with PID controller: a transverse cross-sectional images of coagulated tissue captured at various exposure times (60, 120, 180 and 300 s) and b coagulation area as a function of exposure time (N = 5, red line represents a linear fitting of coagulation area (R2 = 0.99))

Discussion

The goal of this study was to demonstrate the feasibility of a PID controller-integrated portable HIFU driver for real-time temperature regulation during HIFU application. The overall control of the HIFU driver, including ultrasound waveform generator and PID controller, was implemented using a microcontroller programmed in Arduino code. As controls of the functional blocks in the HIFU driver were easily accessible and programmable, the current results show that the proposed approach is suitable for further development of the portable HIFU system for thermal hemostasis. The HIFU driver was operated at a maximum output voltage of 50 V, which was delivered to a HIFU transducer. Based upon the linear correlation from Fig. 5b, the corresponding RMS pressure at 50 V could be assumed to be 8.99 MPa [29]. The PID controller was integrated with the HIFU driver in a portable device of dimensions 18 × 9 × 8 cm3, which was evaluated with ex vivo tissue to assess the temperature feedback function for clinical applications. The PID-assisted HIFU application thereby induced a temperature of 60 °C at the focal point in the tissue; this temperature was maintained by modulating the HIFU voltage during the exposure, as shown in Fig. 6. The degree of tissue coagulation increased linearly with exposure time without carbonization, implicating the predictability of thermal coagulation during the PID-integrated HIFU treatment.

Acoustic characterization is significant for precise prediction of thermal effects in tissue as well as quantitative evaluation of the efficacy and safety of the HIFU treatment [5]. The current study quantified the acoustic pressure by characterizing the focal beam of the HIFU transducer. However, all the pressure levels were measured at low voltage levels (7–11 V) to avoid any physical damage to the hydrophone due to the generation of strong acoustic pressures. Instead of direct measurements, a linear conversion factor of 0.18 MPa/V was used to estimate the pressure levels at high voltage levels, according to previous studies [30]. However, further experiments are required to confirm the linear relationship between the RMS pressure and high voltages (up to 50 V) using a fiber optic probe hydrophone or a radiation force balance method [31, 32].

Defining the extent of coagulation can be a critical factor in thermal hemostasis, depending on both the temperature of the tissue and exposure time to acoustic energy [5, 33]. In this study, the real-time target temperature was maintained at 60 °C by regulating the HIFU driver voltage output during the treatment (Fig. 6). Figure 7 shows the results of the tissue coagulation in ex vivo liver tissue when the HIFU exposure time was increased to linearly augment the volumetric heat deposition in the tissue. The area of tissue coagulation at 300-s exposure (22.2 ± 1.7 mm2) was 3.8 times larger than that at 60 s (5.8 ± 0.6 mm2). PID-integrated HIFU driver was able to apply and maintain the desired tissue temperature. In addition, as the ultrasound beam shape in the hydrophone measurement (Fig. 4) matched the shape of the coagulated tissue in Fig. 7a, it was confirmed that the focal field of the HIFU system was controllable and able to have sharp transitions between the treated and untreated areas. Although the current study tested a single preset temperature to demonstrate the feasibility of regulating both the tissue temperature and irreversible coagulation, the entire range of controllable temperatures during HIFU therapy still needs to be investigated to explore maximum therapeutic capability.

The HIFU instantaneous intensity (I in W/cm2) can be estimated using the following equation [34]:

$$ I = p^{2} /\rho \cdot c $$
(3)

where p is the acoustic pressure (Pa), ρ is the water density (1000 kg/s m3 at 20 °C), and c is the speed of sound in water (1481 m/s at 20 °C). The maximum acoustic intensity could be 5460 W/cm2 in case the maximum possible acoustic pressure was assumed to be 8.99 MPa. This can vary with HIFU transducers, but it is possible that the current HIFU system delivered an acoustic intensity of up to 5460 W/cm2 from the designed 50 V-HIFU driver, which is still below the maximum intensity of the transducer, i.e., 46,161 W/cm2 from H-148, according to the manufacturer’s specifications.

The implemented PID controller continuously adjusts the HIFU voltage levels to maintain the desired temperature at the focal point in tissue during exposure (Fig. 6). The quality of the PID controller typically depends on proper regulation of various parameters. To prevent any overshooting or undershooting of the temperature as well as to minimize steady-state errors, the main parameters of the PID controller, i.e., Kp, Ki, and Kd, should be optimized iteratively. This optimization resulted in a steady-state error of less than 4 °C (Fig. 6a). The coagulated tissue using the PID parameters hardly showed any carbonization (Fig. 7a), implicating that the PID temperature controller was properly programmed and functioned correctly. However, as various soft tissues have different thermal responses [35], further testing of the PID factors with various tissue types is necessary to determine appropriate values of Kp, Ki, and Kd and to establish a versatile platform for non-invasive thermal hemostasis.

Despite the feasibility of a portable PID controller-integrated HIFU driver to regulate tissue temperature and thermal coagulation during treatment, a number of limitations remain for practical applications. Although the eventual goal of our study was HIFU application for thermal hemostasis, the current feasibility study mainly focused on validating the performance of the designed PID controller-integrated HIFU driver with ex vivo tissue. In an effort to prove the concept of HIFU hemostasis, the proposed method should be assessed and confirmed with blood vessels and blood as shown in the previous study [2]. For the sake of experimental reliability, the current study positioned the tip of the TC near the focal area of the HIFU transducer to monitor real-time tissue temperature. However, this temperature monitoring technique is still minimally invasive, which may limit its clinical applications. In addition, the measured temperature might depend on the position of the thermocouple, primarily on the account of effects from viscous heating and acoustic oscillations [36, 37]. These effects have a less significant impact on the thermocouple measurements when the tissue temperature is assessed farther away from the axis of the focal point [36, 38]. Hence, to ensure real-time temperature monitoring of the proposed treatment, in the current experiments, the thermocouple was positioned ~ 1 mm horizontally away from the axial axis of the focal point. However, the viscous effect needs to be further investigated to verify any additive thermal effects during tissue temperature monitoring, for example, using an infrared camera or a thin-film thermocouple [36, 37].

The current system and its acoustic pressure range (1.34–8.99 MPa) may be applicable for treatment of superficial hemorrhages or benign tumors shallowly situated under the skin such as thyroid nodules and breast fibroadenomas. However, the system has a limitation of invasive single-point measurement of temperature. Previous studies have shown that temperature monitoring during HIFU treatment is possible with non-invasive spatial temperature monitoring tools, such as ultrasound and magnetic resonance imaging (MRI) [6, 39, 40]. Ultrasound imaging can track temperature changes by analyzing various temperature-dependent properties such as speed of sound, attenuation, and echo strain of tissue [19, 41]. MRI thermometry can measure the interstitial tissue temperature by utilizing temperature-sensitive MR parameters [6, 40]. Recent non-invasive temperature monitoring techniques, including 3D IR thermal imaging and ultrasound thermometries using passive mapping and shear wave elastography [42,43,44,45,46], can also be incorporated with the proposed HIFU system. However, the portability of the HIFU system should be a priority for the emergent use of the thermal hemostasis. Further design of the HIFU driver with an array transducer will be studied to obtain acoustic powers high enough to treat deeply located hemorrhages. Following the design and performance improvements, in vivo animal testing in rodent and leporine models will be conducted to elucidate acute and chronic tissue responses to HIFU sonication in terms of degree of thermal injury and hemostasis. The eventual aim is to assess the efficacy and safety of the PID-integrated HIFU system for clinical translation.

Conclusions

The current study demonstrated the feasibility of a PID temperature controller-integrated HIFU driver for thermal coagulation. The designed driver resulted in a HIFU system that was portable as well as able to regulate tissue temperature in real time for predictable tissue coagulation. The PID controller-integrated HIFU driver is a feasible tool to control both tissue temperature and thermal coagulation precisely during HIFU treatment. Further improvements on non-invasive temperature monitoring and acoustic power generation will be pursued to broaden the therapeutic applications of the proposed PID feedback HIFU system.

Availability of data and materials

The datasets generated and/or analyzed during the current study are available from the corresponding author on reasonable request.

References

  1. Kauvar DS, Lefering R, Wade CE. Impact of hemorrhage on trauma outcome: an overview of epidemiology, clinical presentations, and therapeutic considerations. J Trauma Acute Care Surg. 2006;60:S3–11.

    Article  Google Scholar 

  2. Nguyen VP, Kim J, Ha KL, Oh J, Kang HW. Feasibility study on photoacoustic guidance for high-intensity focused ultrasound-induced hemostasis. J Biomed Opt. 2014;19:105010.

    Article  Google Scholar 

  3. Barton JK, Popok DP, Black JF. Thermal analysis of blood undergoing laser photocoagulation. IEEE J Sel Top Quantum Electron. 2001;7:936–43.

    Article  Google Scholar 

  4. Manon-Jensen T, Kjeld NG, Karsdal MA. Collagen-mediated hemostasis. J Thromb Haemost. 2016;14:438–48.

    Article  Google Scholar 

  5. Canney MS, Bailey MR, Crum LA, Khokhlova VA, Sapozhnikov OA. Acoustic characterization of high intensity focused ultrasound fields: a combined measurement and modeling approach. J Acoust Soc Am. 2008;124:2406–20.

    Article  Google Scholar 

  6. Rieke V, Butts Pauly K. MR thermometry. J Magn Reson Imaging. 2008;27:376–90.

    Article  Google Scholar 

  7. Chaussy CG, Thuroff S. High-intensity focused ultrasound for the treatment of prostate cancer: a review. J Endourol. 2017;31:S30–7.

    Article  Google Scholar 

  8. Hsiao YH, Kuo SJ, Tsai HD, Chou MC, Yeh GP. Clinical application of high-intensity focused ultrasound in cancer therapy. J Cancer. 2016;7:225–31.

    Article  Google Scholar 

  9. Lang BH, Woo YC, Chiu KW. Role of second high-intensity focused ultrasound (HIFU) treatment for unsatisfactory benign thyroid nodules after first treatment. Eur Radiol. 2018;29:1469–78.

    Article  Google Scholar 

  10. Zhang J, Fischer J, Warner L, Oto A, Hor PH, Muthupillai R. Noninvasive, in vivo determination of uterine fibroid thermal conductivity in MRI-guided high intensity focused ultrasound therapy. J Magn Reson Imaging. 2015;41:1654–61.

    Article  Google Scholar 

  11. Dubinsky TJ, Cuevas C, Dighe MK, Kolokythas O, Hwang JH. High-intensity focused ultrasound: current potential and oncologic applications. AJR Am J Roentgenol. 2008;190:191–9.

    Article  Google Scholar 

  12. Zhou Y. Generation of uniform lesions in high intensity focused ultrasound ablation. Ultrasonics. 2013;53:495–505.

    Article  Google Scholar 

  13. Vaezy S, Martin R, Kaczkowski P, Keilman G, Goldman B, Yaziji H, Carter S, Caps M, Crum L. Use of high-intensity focused ultrasound to control bleeding. J Vasc Surg. 1999;29:533–42.

    Article  Google Scholar 

  14. Vaezy S, Zderic V. Hemorrhage control using high intensity focused ultrasound. Int J Hyperthermia. 2007;23:203–11.

    Article  Google Scholar 

  15. Lin WL, Roemer RB, Hynynen K. Theoretical and experimental evaluation of a temperature controller for scanned focused ultrasound hyperthermia. Med Phys. 1990;17:615–25.

    Article  Google Scholar 

  16. Arora D, Cooley D, Perry T, Skliar M, Roemer RB. Direct thermal dose control of constrained focused ultrasound treatments: phantom and in vivo evaluation. Phys Med Biol. 2005;50:1919–35.

    Article  Google Scholar 

  17. Johnson C, Kress R, Roemer R, Hynynen K. Multi-point feedback control system for scanned, focused ultrasound hyperthermia. Phys Med Biol. 1990;35:781–6.

    Article  Google Scholar 

  18. VanBaren P, Ebbini ES. Multipoint temperature control during hyperthermia treatments: theory and simulation. IEEE Trans Biomed Eng. 1995;42:818–27.

    Article  Google Scholar 

  19. Seip R, VanBaren P, Cain CA, Ebbini ES. Noninvasive real-time multipoint temperature control for ultrasound phased array treatments. IEEE Trans Ultrason Ferroelectr Freq Control. 1996;43:1063–73.

    Article  Google Scholar 

  20. Lewis GK Jr, Olbricht WL. Development of a portable therapeutic and high intensity ultrasound system for military, medical, and research use. Rev Sci Instrum. 2008;79:114302.

    Article  Google Scholar 

  21. Vaezy S, Martin R, Crum L. High intensity focused ultrasound: a method of hemostasis. Echocardiography (Mount Kisco, NY). 2001;18:309–15.

    Article  Google Scholar 

  22. Henderson PW, Lewis GK, Shaikh N, Sohn A, Weinstein AL, Olbricht WL, Spector JA. A portable high-intensity focused ultrasound device for noninvasive venous ablation. J Vasc Surg. 2010;51:707–11.

    Article  Google Scholar 

  23. Tamano S, Jimbo H, Azuma T, Yoshizawa S, Fujiwara K, Itani K, Umemura S-I. Improvement of high-voltage staircase drive circuit waveform for high-intensity therapeutic ultrasound. Jpn J Appl Phys. 2016;55:07KF17.

    Article  Google Scholar 

  24. Tamano S, Yoshizawa S, Umemura S-I. Multifunctional pulse generator for high-intensity focused ultrasound system. Jpn J Appl Phys. 2017;56:07JF21.

    Article  Google Scholar 

  25. Assef AA, Maia JM, Schneider FK, Button VLSN, Costa ET. A reconfigurable arbitrary waveform generator using PWM modulation for ultrasound research. BioMedical Engineering OnLine. 2013;12:24.

    Article  Google Scholar 

  26. Arduino PID Library. https://playground.arduino.cc/Code/PIDLibrary/. Accessed 01 July 2017.

  27. Åström KJ, Hägglund T. PID controllers: theory, design, and tuning. Research Triangle Park, N.C.: International Society for Measurement and Control; 1995.

    Google Scholar 

  28. Kiam Heong A, Chong G, Yun L. PID control system analysis, design, and technology. IEEE Trans Control Syst Technol. 2005;13:559–76.

    Article  Google Scholar 

  29. Umchid S: Measurement of the field characteristics from High Intensity Focused Ultrasound transducer. In: The 7th 2014 Biomedical Engineering International Conference; 26–28 Nov. 2014. 2014:1–5.

  30. Xu Z, Chen H, Yan X, Qian M, Cheng Q. Quantitative calibration of sound pressure in ultrasonic standing waves using the Schlieren method. Opt Express. 2017;25:20401–9.

    Article  Google Scholar 

  31. Zhou Y, Zhai L, Simmons R, Zhong P. Measurement of high intensity focused ultrasound fields by a fiber optic probe hydrophone. J Acoust Soc Am. 2006;120:676–85.

    Article  Google Scholar 

  32. Zhou Y. Acoustic power measurement of high-intensity focused ultrasound transducer using a pressure sensor. Med Eng Phys. 2015;37:335–40.

    Article  Google Scholar 

  33. Kim HJ, Kim HG, Zheng Z, Park HJ, Yoon JH, Oh W, Lee CW, Cho SB. Coagulation and ablation patterns of high-intensity focused ultrasound on a tissue-mimicking phantom and cadaveric skin. Lasers Med Sci. 2015;30:2251–8.

    Article  Google Scholar 

  34. Webb S, Flower MA. Webb’s physics of medical imaging. 2nd ed. Boca Raton: Taylor & Francis; 2012.

    Google Scholar 

  35. Yarmolenko PS, Moon EJ, Landon C, Manzoor A, Hochman DW, Viglianti BL, Dewhirst MW. Thresholds for thermal damage to normal tissues: an update. Int J Hyperthermia. 2011;27:320–43.

    Article  Google Scholar 

  36. Morris H, Rivens I, Shaw A, Haar GT. Investigation of the viscous heating artefact arising from the use of thermocouples in a focused ultrasound field. Phys Med Biol. 2008;53:4759–76.

    Article  Google Scholar 

  37. Matsuki K, Narumi R, Azuma T, Yoshinaka K, Sasaki A, Okita K, Takagi S, Matsumoto Y. Temperature distributions measurement of high intensity focused ultrasound using a thin-film thermocouple array and estimation of thermal error caused by viscous heating. Conf Proc IEEE Eng Med Biol Soc. 2013;2013:3722–5.

    Google Scholar 

  38. Clarke RL, ter Haar GR. Temperature rise recorded during lesion formation by high-intensity focused ultrasound. Ultrasound Med Biol. 1997;23:299–306.

    Article  Google Scholar 

  39. Salomir R, Vimeux FC, de Zwart JA, Grenier N, Moonen CT. Hyperthermia by MR-guided focused ultrasound: accurate temperature control based on fast MRI and a physical model of local energy deposition and heat conduction. Magn Reson Med. 2000;43:342–7.

    Article  Google Scholar 

  40. Zhang Z, Michaelis T, Frahm J. Towards MRI temperature mapping in real time-the proton resonance frequency method with undersampled radial MRI and nonlinear inverse reconstruction. Quant Imaging Med Surg. 2017;7:251–8.

    Article  Google Scholar 

  41. Simon C, VanBaren P, Ebbini ES. Two-dimensional temperature estimation using diagnostic ultrasound. IEEE Trans Ultrason Ferroelectr Freq Control. 1998;45:1088–99.

    Article  Google Scholar 

  42. Hsiao YS, Deng CX. Calibration and evaluation of ultrasound thermography using infrared imaging. Ultrasound Med Biol. 2016;42:503–17.

    Article  Google Scholar 

  43. Xia R, Thittai AK. Real-time monitoring of high-intensity focused ultrasound treatment using axial strain and axial-shear strain elastograms. Ultrasound Med Biol. 2014;40:485–95.

    Article  Google Scholar 

  44. Lewis MA, Staruch RM, Chopra R. Thermometry and ablation monitoring with ultrasound. Int J Hyperthermia. 2015;31:163–81.

    Article  Google Scholar 

  45. Jensen CR, Cleveland RO, Coussios CC. Real-time temperature estimation and monitoring of HIFU ablation through a combined modeling and passive acoustic mapping approach. Phys Med Biol. 2013;58:5833–50.

    Article  Google Scholar 

  46. Dayavansha EGSK, Labuda C, Mobley J. Temperature and frequency dependent behavior of high intensity focused ultrasound (HIFU)-induced shear waves in a viscoelastic micellar fluid. J Acoust Soc Am. 2017;142:2575.

    Article  Google Scholar 

Download references

Acknowledgements

This research was supported by a Grant of the Korea Health Technology R&D Project through the Korea Health Industry Development Institute (KHIDI), funded by the Ministry of Health & Welfare, Republic of Korea (Grant Number: HI16C1017), and by the Basic Science Research Program through the National Research Foundation of Korea (NRF), funded by the Ministry of Education (Grant Number: NRF-2017R1D1A1B03034988).

Author information

Authors and Affiliations

Authors

Contributions

SP prepared research plans, analyzed data, and wrote a manuscript. NTP prepared setup, conducted experiments, and collected data. HH designed and fabricated a circuit for a drive. HWK conceived a research idea, analyzed data, and wrote a manuscript. SP and NTP contributed equally to this work. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Hyun Wook Kang.

Ethics declarations

Ethics approval and consent to participate

Not applicable.

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

Open Access This article is distributed under the terms of the Creative Commons Attribution 4.0 International License (http://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons license, and indicate if changes were made. The Creative Commons Public Domain Dedication waiver (http://creativecommons.org/publicdomain/zero/1.0/) applies to the data made available in this article, unless otherwise stated.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Park, S., Pham, N.T., Huynh, HT. et al. Development of temperature controller-integrated portable HIFU driver for thermal coagulation. BioMed Eng OnLine 18, 77 (2019). https://doi.org/10.1186/s12938-019-0697-3

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12938-019-0697-3

Keywords