Next Article in Journal
Segmentation and Modelling of the Nuclear Envelope of HeLa Cells Imaged with Serial Block Face Scanning Electron Microscopy
Previous Article in Journal
Multi-Focus Image Fusion and Depth Map Estimation Based on Iterative Region Splitting Techniques
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Measurement of Vibrating Tympanic Membrane in an In Vivo Mouse Model Using Doppler Optical Coherence Tomography

1
School of Electronics Engineering, College of IT Engineering, Kyungpook National University, 80 Daehak-ro, Buk-gu, Daegu 41566, Korea
2
Gumi R&D Center, LIG Nex1 Co., Ltd., 354-25, Sanho-daero, Gumi, Gyeongsangbuk-do 39262, Korea
*
Author to whom correspondence should be addressed.
Submission received: 23 July 2019 / Revised: 30 August 2019 / Accepted: 1 September 2019 / Published: 4 September 2019

Abstract

:
Optical coherence tomography (OCT) has a micro-resolution with a penetration depth of about 2 mm and field of view of about 10 mm. This makes OCT well suited for analyzing the anatomical and internal structural assessment of the middle ear. To study the vibratory motion of the tympanic membrane (TM) and its internal structure, we developed a phase-resolved Doppler OCT system using Kasai’s autocorrelation algorithm. Doppler optical coherence tomography is a powerful imaging tool which can offer the micro-vibratory measurement of the tympanic membrane and obtain the micrometer-resolved cross-sectional images of the sample in real-time. To observe the relative vibratory motion of individual sections (malleus, thick regions, and the thin regions of the tympanic membrane) of the tympanic membrane in respect to auditory signals, we designed an experimental study for measuring the difference in Doppler phase shift for frequencies varying from 1 to 8 kHz which were given as external stimuli to the middle ear of a small animal model. Malleus is the very first interconnecting region between the TM and cochlea. In our proposed study, we observed that the maximum change in Doppler phase shift was seen for the 4 kHz acoustic stimulus in the malleus, the thick regions, and in the thin regions of the tympanic membrane. In particular, the vibration signals were higher in the malleus in comparison to the tympanic membrane.

1. Introduction

In the field of otolaryngology, some of the most widely known diseases are effusion of otitis media, noise induced hearing loss, acute and chronic suppurative otitis media, Meniere’s disease, and perforated eardrum [1,2]. Most of these diseases are partially or completely related to the infection/damaged tympanic membrane (TM). Recently, laser Doppler vibrometry (LDV) has been adopted as the gold standard method for non-contact vibration measurement in various fields [3]. LDV has also been used as the non-contact gold standard method to diagnose TM vibration in otolaryngology [4]. The LDV method has a low signal-to-noise ratio, and also cannot provide high-resolution depth profile information due to the long coherence length of the laser. To overcome these shortcomings, we proposed a Doppler optical coherence tomography (DOCT) system. DOCT technology is an application of the OCT system that can be used by only adding phase calculation software without changing the OCT system hardware. Recently, optical coherence tomography (OCT) has been actively studied not only in ophthalmology [5,6,7,8] but also in medical fields such as dermatology [9,10,11] and otorhinolaryngology [12,13,14,15,16], and also has industrial [17,18,19,20,21] and agricultural [22,23] applications. Interest in the field of science that employs DOCT for the study of hearing mechanisms is increasing [24]. In addition, the resolution and sensitivity of DOCT has been sufficiently improved to provide middle ear structure and vibration information, and is being used in various studies on sound transmission [25,26,27,28].
Recently, parallel signal processing technology using a general-purpose graphics processing unit (GP-GPU) has been effective with equations requiring a considerable amount of computation. GP-GPU computing performance exceeds the central processing unit (CPU) computing speed of systems that process large amounts of data because it uses thousands of cores. In addition, in a real-time imaging system, image processing that is faster than scanning or image acquisition can have a stable frame rate by the clock signal of the hardware, so that the time interval between frames can be fixed. The continuous and stable time interval between frames is a very important parameter when correlation between images is required [29,30].
Through this study, we have proposed a DOCT system using Kasai’s autocorrelation method to measure the vibration tendency of TM in accordance with pure tone audio signals. Kasai’s autocorrelation algorithm uses the spatial averaging window to remove sensitive phase noise, which may reduce the speed of the system. Hence, by utilizing GPU-based spatial averaging, we have achieved a very effective means to maintain a stable frame rate [31,32].

2. Materials and Methods

Figure 1 shows the schematic diagram of the DOCT system. A superluminescent diode of wavelength centered at 850 nm and a 55 nm bandwidth (Exalos Ltd., Schlieren, Switzerland) was used as the light source of the interferometer. The light was transmitted through the sample and reference arms through a 1:1 fiber coupler. The sample arm consisted of a collimator, a 2-channel galvanometer scanner (GVS002, Thorlabs, Newton, NJ, USA), a focusing lens, and a loudspeaker for vibration stimulation. The reference arm consisted of a collimator, a focusing lens, and a mirror. The source power was 14 mW and the output power measured in the sample arm end (laser power exposed onto the sample surface) was 7 mW. The scattered light from the sample and the light reflected from the reference mirror combined to form an interference pattern. Each wavelength signal decomposed from the Fourier optical system was obtained from a line scan camera. The OCT images were acquired from the wavelength signals by performing a fast Fourier transform using a graphics processing unit (GeForce GTX 480, 700 MHz clock rate, 480 compute unified device architecture processors, NVIDIA; Santa Clara, CA, USA).
All the animal experiments were performed in accordance with Kyungpook National University’s Institutional Animal and Human Care and Use Committee’s regulations on mice (No. KNU-2018-0100). A total of five healthy mice specimens were used in this study. All specimens used were ICR male mice which were five weeks old with masses of ~30 g. For each specimen, both the left and right ear’s tympanic membrane was imaged using the proposed system. In total, there were 10 samples. All mice samples were anesthetized using an isoflurane machine prior to imaging. During the experiment, oxygen mixed with 1% isoflurane was supplied to the respiratory organs through a commercially available medical breathing mask connected through a tube which was placed near the nose region of mice specimens. After respective injections of lidocaine HCl (2%) and epinephrine (1:80,000) around the external auditory canal, the skin and cartilage of the canal were removed to expose the whole TM.
The DOCT image was obtained by calculating the phase difference of two A-lines. We measured the vibration using the DOCT while stimulating the TM with pure tone sounds. Outputs of 1, 2, 4, and 8 kHz were applied using a loudspeaker placed 30 cm away from the TM. The loudspeaker had a power output of 15 W and a measured sound volume of 92 dB. We had previously utilized a similar optical setup and DOCT algorithm for blood flow measurement in blood vessels for a small animal model which had been inoculated with squamous cell carcinoma [31], and for in vivo vibration measurement of middle ear structure [12].
Figure 2 shows the DOCT system software algorithm that controls the hardware modules using a multithreading algorithm for acquiring the raw signal, copy, and transfer of processed signals and image data output, respectively. In conventional data processing algorithms, the data acquisition thread and signal processing thread communicate with the main memory simultaneously, which leads to buffering and time delay for accessing the processed data for executing the Doppler phase estimation thread. To avoid this, we used a ring buffer structure in which the raw signals were sequentially written to two different allocated memories. The raw signal copied to the GPU memory was calculated by K-linearization, with background adjustment for noise filtering, fast Fourier transformation (FFT), log scaling, and Doppler frequency shift, by comparing phases from the two A-lines. The parallel signal processing using GPU was needed to obtain a constant speed Doppler signal. Doppler signal processing has a large amount of computation, and the signal processing speed cannot estimate the Doppler shift due to the time interval because each frame processing speed continuously changes. Since the line period of the line scan camera has a constant speed, it needs a faster signal processing speed than the camera frame rate in order to depend on the speed. Therefore, software has been developed using ultra-high-speed parallel signal processing technology using GPU.
The Doppler shift is calculated by the phase difference between the two A-lines. The phase information is derived by I (in-phase) and Q (quadrature phase) of the FFT operation. The Doppler shift f D induced by the vibrating TM is expressed as
f D = f a 2 π tan 1 { 1 M ( N 1 ) m = 1 M n = 1 N 1 ( Q m , n I m , n + 1 I m , n Q m , n + 1 ) 1 M ( N 1 ) m = 1 M n = 1 N 1 ( Q m , n Q m , n + 1 + I m , n I m , n + 1 ) } .
In Equation (1), which is from [18], f a is the time interval of the camera acquisition between two A-lines, and the equation in the arctangent is the phase difference between two A-lines. In addition, M and N are the spatial averaging mask. The velocity v of the vibrating TM is expressed as
v = λ 0 f D 2 n t cos θ .
Here, λ 0 is the center wavelength, n t is the refractive index, and θ is the angle between the TM and the direction of the sample arm beam.

3. Results

Figure 3 shows the cross-sectional OCT image and cross-sectional DOCT images from the TM of a representative mouse sample in response to pure tone stimuli. The red square boxes are regions of interest (ROI) classified as thick TM, malleus, and thin TM, respectively. The DOCT images are shown for the measurements made in the absence of sound (control) and at 1, 2, 4, and 8 kHz. The malleus and the thick and thin sections of the TM were confirmed by the OCT image, and the end of the cochlea under the TM was also confirmed. From the Doppler OCT images, it was confirmed that more magenta and red colors were distributed in the TM as the frequency increased. In the malleus, vibration was more sensitive than TM at high frequencies. There are three reasons why the phase shift signal may disappear slightly at 4 and 8 kHz ROI (C). First, since the camera line period is set to 100 μs. Therefore, according to the Nyquist theorem, the phase shift can be reduced due to the effect of aliasing in the stimulated frequencies which exceed 5 kHz. The second reason could be due to signal attenuation by fringe washout [33]. As the sample oscillates rapidly, the number of charged electrons in the image sensor may be too low to attenuate the signal. Finally, when the phase shift is shifted by 2 π, the output color is black. In this case, we excluded this method to avoid more complexity and difficulties during phase unwrapping in the detected interference signals.
Figure 4 shows the average of the phase shifts within each ROI (AC). The DOCT image of the control sample in Figure 3 (ii) shows changes in phase according to sample structure. The error bar denotes the maximum and minimum measured values that were obtained for the three different ROI (shown as red, yellow, and blue plots) within each tympanic membrane for all 10 samples. Furthermore, we did not apply any external sound stimuli to the sample during this state. This change in phase for individual sections of samples observed in DOCT images was taken to be an initial reference value for each ROI in the image. When the external sound stimulus was applied for each selected frequency, we recorded the DOCT image containing the difference in phase value in each ROI in the TM. This change in phase value of ROI in TM in accordance with different frequencies was calculated by subtracting the phase value recorded in the control sample (initial reference values) and it was plotted as shown in Figure 4 for easier representation of the observed results. The phase shift also increased with increasing frequencies of up to 4 kHz. The Doppler phase shift of the 4 kHz stimulus was the greatest in all ROI. In particular, the signal was larger in the malleus in the ROI (B), which received sound vibrations from the TM and delivered it to the cochlea. At 6 and 8 kHz, the phase shift was decreased, and the decrease was largest in the malleus. At 8 kHz pure tone stimuli, the difference in Doppler phase shift was observed to decrease, and the total drop-off of ROI (B) is considerably larger when compared to ROI (A) and ROI (C). A thick part of the TM was more responsive at a low frequency of 1 kHz and was almost similar at frequencies of 4 kHz and 6 kHz. At high frequencies of 8 kHz, the thinner part of the TM was more responsive than the thicker part. The quantitative results in Figure 4 were averaged from dividing the sum of the Doppler shifts in the ROI in the DOCT images by the number of pixels with the Doppler signal. The reference value of the non-vibrating control value was used for quantitative comparison with the Doppler signals of the vibrating TM.

4. Conclusions

In general, conventional diagnostic tools such as audiometry, tympanometry, otoscopy, and LDV are used to diagnose the status of the TM. However, the devices used with these methods cannot structurally diagnose faults within the TM nor image vibrations. Recent OCT technology has been developed enough for applications in clinics other than for ophthalmology, and Doppler technology has developed along with it.
DOCT is a technology used to image TM internal structures and vibrations; this technique is different from conventional methods in which the patient responds by observing the surface of the TM using a microscope or camera and outputting a small sound using headphones. This study has shown that DOCT can simultaneously diagnose middle ear structures and movements, including those of the TM and ossicular chain, in small animal models. Through these experiments we have shown that DOCT can be used in TM and in other biological samples, where vibratory phenomena of the samples needs to be measured in real-time.

Author Contributions

M.J. designed the study. D.J. and J.K.K. designed the experimental setup with the software, performed the experiment, analyzed the data, and drafted the manuscript. J.K. critically revised and finalized the intellectual contents of the manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Jensen, R.G.; Koch, A.; Homøe, P. The risk of hearing loss in a population with a high prevalence of chronic suppurative otitis media. Int. J. Pediatr. Otorhinolaryngol. 2013, 77, 1530–1535. [Google Scholar] [CrossRef]
  2. Bluestone, C.D. Epidemiology and pathogenesis of chronic suppurative otitis media: Implications for prevention and treatment. Int. J. Pediatr. Otorhinolaryngol. 1998, 42, 207–223. [Google Scholar] [CrossRef]
  3. Rothberg, S.; Allen, M.; Castellini, P.; Di Maio, D.; Dirckx, J.; Ewins, D.; Halkon, B.J.; Muyshondt, P.; Paone, N.; Ryan, T. An international review of laser Doppler vibrometry: Making light work of vibration measurement. Opt. Lasers Eng. 2017, 99, 11–22. [Google Scholar] [CrossRef]
  4. Nuttall, A.L.; Dolan, D.F.; Avinash, G. Laser Doppler velocimetry of basilar membrane vibration. Hear. Res. 1991, 51, 203–213. [Google Scholar] [CrossRef] [Green Version]
  5. Spaide, R.F.; Klancnik, J.M.; Cooney, M.J. Retinal vascular layers imaged by fluorescein angiography and optical coherence tomography angiography. JAMA Ophthalmol. 2015, 133, 45–50. [Google Scholar] [CrossRef]
  6. Ishibazawa, A.; Nagaoka, T.; Takahashi, A.; Omae, T.; Tani, T.; Sogawa, K.; Yokota, H.; Yoshida, A. Optical coherence tomography angiography in diabetic retinopathy: A prospective pilot study. Am. J. Ophthalmol. 2015, 160, 35–44. [Google Scholar] [CrossRef]
  7. Jia, Y.; Bailey, S.T.; Hwang, T.S.; McClintic, S.M.; Gao, S.S.; Pennesi, M.E.; Flaxel, C.J.; Lauer, A.K.; Wilson, D.J.; Hornegger, J. Quantitative optical coherence tomography angiography of vascular abnormalities in the living human eye. Proc. Natl. Acad. Sci. USA 2015, 112, e2395–e2402. [Google Scholar] [CrossRef]
  8. Kiernan, D.F.; Mieler, W.F.; Hariprasad, S.M. Spectral-domain optical coherence tomography: A comparison of modern high-resolution retinal imaging systems. Am. J. Ophthalmol. 2010, 149, 18–31. [Google Scholar] [CrossRef]
  9. Ulrich, M.; Themstrup, L.; De Carvalho, N.; Manfredi, M.; Grana, C.; Ciardo, S.; Kästle, R.; Holmes, J.; Whitehead, R.; Jemec, G.B. Dynamic optical coherence tomography in dermatology. Dermatology 2016, 232, 298–311. [Google Scholar] [CrossRef]
  10. Gambichler, T.; Pljakic, A.; Schmitz, L. Recent advances in clinical application of optical coherence tomography of human skin. Clin. Cosmet. Investig. Dermatol. 2015, 8, 345. [Google Scholar] [CrossRef]
  11. Gambichler, T.; Plura, I.; Schmid-Wendtner, M.; Valavanis, K.; Kulichova, D.; Stücker, M.; Pljakic, A.; Berking, C.; Maier, T. High-definition optical coherence tomography of melanocytic skin lesions. J. Biophotonics 2015, 8, 681–686. [Google Scholar] [CrossRef]
  12. Jeon, D.; Cho, N.H.; Park, K.; Kim, K.; Jeon, M.; Jang, J.H.; Kim, J. In vivo vibration measurement of middle ear structure using Doppler optical coherence tomography: Preliminary study. Clin. Exp. Otorhinolaryngol. 2019, 12, 40. [Google Scholar] [CrossRef]
  13. Kirsten, L.; Schindler, M.; Morgenstern, J.; Erkkilä, M.T.; Golde, J.; Walther, J.; Rottmann, P.; Kemper, M.; Bornitz, M.; Neudert, M. Endoscopic optical coherence tomography with wide field-of-view for the morphological and functional assessment of the human tympanic membrane. J. Biomed. Opt. 2018, 24, 031017. [Google Scholar] [CrossRef]
  14. MacDougall, D.; Farrell, J.; Brown, J.; Bance, M.; Adamson, R. Long-range, wide-field swept-source optical coherence tomography with GPU accelerated digital lock-in Doppler vibrography for real-time, in vivo middle ear diagnostics. Biomed. Opt. Express 2016, 7, 4621–4635. [Google Scholar] [CrossRef]
  15. Ramier, A.; Cheng, J.T.; Ravicz, M.E.; Rosowski, J.J.; Yun, S.-H. Mapping the phase and amplitude of ossicular chain motion using sound-synchronous optical coherence vibrography. Biomed. Opt. Express 2018, 9, 5489–5502. [Google Scholar] [CrossRef]
  16. Iyer, J.S.; Batts, S.A.; Chu, K.K.; Sahin, M.I.; Leung, H.M.; Tearney, G.J.; Stankovic, K.M. Micro-optical coherence tomography of the mammalian cochlea. Sci. Rep. 2016, 6, 33288. [Google Scholar] [CrossRef] [Green Version]
  17. Cho, N.H.; Jung, U.; Kim, S.; Kim, J. Non-destructive inspection methods for LEDs using real-time displaying optical coherence tomography. Sensors 2012, 12, 10395–10406. [Google Scholar] [CrossRef]
  18. Stifter, D.; Wiesauer, K.; Wurm, M.; Schlotthauer, E.; Kastner, J.; Pircher, M.; Götzinger, E.; Hitzenberger, C. Investigation of polymer and polymer/fibre composite materials with optical coherence tomography. Meas. Sci. Technol. 2008, 19, 074011. [Google Scholar] [CrossRef]
  19. Stifter, D. Beyond biomedicine: A review of alternative applications and developments for optical coherence tomography. Appl. Phys. B 2007, 88, 337–357. [Google Scholar] [CrossRef]
  20. Israelsen, N.M.; Petersen, C.R.; Barh, A.; Jain, D.; Jensen, M.; Hannesschläger, G.; Tidemand-Lichtenberg, P.; Pedersen, C.; Podoleanu, A.; Bang, O. Real-time high-resolution mid-infrared optical coherence tomography. Light Sci. Appl. 2019, 8, 11. [Google Scholar] [CrossRef] [Green Version]
  21. Shirazi, M.; Park, K.; Wijesinghe, R.; Jeong, H.; Han, S.; Kim, P.; Jeon, M.; Kim, J. Fast industrial inspection of optical thin film using optical coherence tomography. Sensors 2016, 16, 1598. [Google Scholar] [CrossRef]
  22. Wijesinghe, R.E.H.; Lee, S.-Y.; Kim, P.; Jung, H.-Y.; Jeon, M.; Kim, J. Optical sensing method to analyze germination rate of Capsicum annum seeds treated with growth-promoting chemical compounds using optical coherence tomography. J. Biomed. Opt. 2017, 22, 091502. [Google Scholar] [CrossRef]
  23. Ravichandran, N.K.; Wijesinghe, R.E.; Shirazi, M.F.; Park, K.; Jeon, M.; Jung, W.; Kim, J. Depth enhancement in spectral domain optical coherence tomography using bidirectional imaging modality with a single spectrometer. J. Biomed. Opt. 2016, 21, 076005. [Google Scholar] [CrossRef]
  24. Lee, H.Y.; Raphael, P.D.; Park, J.; Ellerbee, A.K.; Applegate, B.E.; Oghalai, J.S. Noninvasive in vivo imaging reveals differences between tectorial membrane and basilar membrane traveling waves in the mouse cochlea. Proc. Natl. Acad. Sci. USA 2015, 112, 3128–3133. [Google Scholar] [CrossRef] [Green Version]
  25. Aarnisalo, A.A.; Cheng, J.T.; Ravicz, M.E.; Hulli, N.; Harrington, E.J.; Hernandez-Montes, M.S.; Furlong, C.; Merchant, S.N.; Rosowski, J.J. Middle ear mechanics of cartilage tympanoplasty evaluated by laser holography and vibrometry. Otol. Neurotol. Off. Publ. Am. Otol. Soc. Am. Neurotol. Soc. Eur. Acad. Otol. Neurotol. 2009, 30, 1209. [Google Scholar] [CrossRef]
  26. Ball, G.; Huber, A.; Goode, R. Scanning laser Doppler vibrometry of the middle ear ossicles. EarNoseThroat J. 1997, 76, 213–222. [Google Scholar] [CrossRef]
  27. Hong, S.S.; Freeman, D.M. Doppler optical coherence microscopy for studies of cochlear mechanics. J. Biomed. Opt. 2006, 11, 054014. [Google Scholar] [CrossRef]
  28. Seidman, M.D.; Standring, R.T.; Ahsan, S.; Marzo, S.; Shohet, J.; Lumley, C.; Verzal, K. Normative data of incus and stapes displacement during middle ear surgery using laser Doppler vibrometry. Otol. Neurotol. 2013, 34, 1719–1724. [Google Scholar] [CrossRef]
  29. Jeong, H.; Cho, N.H.; Jung, U.; Lee, C.; Kim, J.-Y.; Kim, J. Ultra-fast displaying spectral domain optical Doppler tomography system using a graphics processing unit. Sensors 2012, 12, 6920–6929. [Google Scholar] [CrossRef]
  30. Zhang, K.; Kang, J.U. Real-time 4D signal processing and visualization using graphics processing unit on a regular nonlinear-k Fourier-domain OCT system. Opt. Express 2010, 18, 11772–11784. [Google Scholar] [CrossRef]
  31. Jeon, D.; Ravichandran, N.K.; Jung, U.; Jeon, M.; Kim, J. Handheld-probe-based optical Doppler tomography for blood flow imaging. Infrared Phys. Technol. 2018, 95, 183–188. [Google Scholar] [CrossRef]
  32. Yang, V.X.; Gordon, M.L.; Qi, B.; Pekar, J.; Lo, S.; Seng-Yue, E.; Mok, A.; Wilson, B.C.; Vitkin, I.A. High speed, wide velocity dynamic range Doppler optical coherence tomography (Part I): System design, signal processing, and performance. Opt. Express 2003, 11, 794–809. [Google Scholar] [CrossRef] [Green Version]
  33. Hendargo, H.C.; McNabb, R.P.; Dhalla, A.-H.; Shepherd, N.; Izatt, J.A. Doppler velocity detection limitations in spectrometer-based versus swept-source optical coherence tomography. Biomed. Opt. Express 2011, 2, 2175–2188. [Google Scholar] [CrossRef]
Figure 1. Schematic diagram of the DOCT (Doppler optical coherence tomography) system. BS: broadband source; C: collimator; DG: diffraction grating; FC: fiber coupler; GS: galvanometer scanner; L: lens; LSC: line scan camera; M: mirror; ME: middle ear; S: speaker.
Figure 1. Schematic diagram of the DOCT (Doppler optical coherence tomography) system. BS: broadband source; C: collimator; DG: diffraction grating; FC: fiber coupler; GS: galvanometer scanner; L: lens; LSC: line scan camera; M: mirror; ME: middle ear; S: speaker.
Jimaging 05 00074 g001
Figure 2. Operation algorithm of the DOCT system using both the multithreading on CPU (central processing unit) and parallel processing on the GPU (graphics processing unit).
Figure 2. Operation algorithm of the DOCT system using both the multithreading on CPU (central processing unit) and parallel processing on the GPU (graphics processing unit).
Jimaging 05 00074 g002
Figure 3. The OCT (optical coherence tomography) image and the DOCT images of the TM vibrating at each frequency. The rectangular boxes in (AC) represent the ROI for phase change analysis. C: cochlea; M: malleus; TM: tympanic membrane.
Figure 3. The OCT (optical coherence tomography) image and the DOCT images of the TM vibrating at each frequency. The rectangular boxes in (AC) represent the ROI for phase change analysis. C: cochlea; M: malleus; TM: tympanic membrane.
Jimaging 05 00074 g003
Figure 4. The average phase variation calculated in each ROI region according to the frequency.
Figure 4. The average phase variation calculated in each ROI region according to the frequency.
Jimaging 05 00074 g004

Share and Cite

MDPI and ACS Style

Jeon, D.; Kim, J.K.; Jeon, M.; Kim, J. Measurement of Vibrating Tympanic Membrane in an In Vivo Mouse Model Using Doppler Optical Coherence Tomography. J. Imaging 2019, 5, 74. https://0-doi-org.brum.beds.ac.uk/10.3390/jimaging5090074

AMA Style

Jeon D, Kim JK, Jeon M, Kim J. Measurement of Vibrating Tympanic Membrane in an In Vivo Mouse Model Using Doppler Optical Coherence Tomography. Journal of Imaging. 2019; 5(9):74. https://0-doi-org.brum.beds.ac.uk/10.3390/jimaging5090074

Chicago/Turabian Style

Jeon, Deokmin, Joon Ki Kim, Mansik Jeon, and Jeehyun Kim. 2019. "Measurement of Vibrating Tympanic Membrane in an In Vivo Mouse Model Using Doppler Optical Coherence Tomography" Journal of Imaging 5, no. 9: 74. https://0-doi-org.brum.beds.ac.uk/10.3390/jimaging5090074

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop