نتایج جستجو برای: laser velocimetry

تعداد نتایج: 187102  

Journal: :Journal of biomedical optics 2007
Michael W Jenkins Osman Q Chughtai Ajay N Basavanhally Michiko Watanabe Andrew M Rollins

We demonstrate the first in vivo gated 4D images of avian embryonic hearts by use of optical coherence tomography (OCT). We present a gated 4D dataset of an in vivo beating quail heart consisting of approximately 864,000 A-scans accumulated over multiple heartbeats. Generation of a gating trigger from a laser Doppler velocimetry (LDV) signal, collected from an outlying vitelline vessel, enabled...

Journal: :Optics letters 2001
N Dam R J Klein-Douwel N M Sijtsema J J Meulen

A scheme for molecular tagging velocimetry is presented that can be used in air flows without any kind of seeding. The method is based on the local and instantaneous creation of nitric oxide (NO) molecules from N(2) and O(2) in the waist region of a focused ArF excimer laser beam. This NO distribution is advected by the flow and can be visualized any time later by laser-induced fluorescence in ...

Journal: :Measurement Science and Technology 2014

2017
Stanislaw Wojtkiewicz Adam Liebert Hervé Rix Piotr Sawosz Roman Maniewski S Wojtkiewicz A Liebert H Rix P Sawosz R Maniewski

We developed a novel method of measurement of the dynamic light scattering phase function of particles utilizing laser Doppler technique. We show the theoretical background, validation carried out on Monte Carlo data and proposition of measurement setup. OCIS codes: (290.5820) Scattering measurements; (170.3660) Light propagation in tissues, (170.5280) Photon migration, (170.3340) Laser Doppler...

2003
Mark P. Wernet Robert V. Edwards

A VECTOR SCANNING PROCESSING TECHNIQIJE FOR PULSED LASER VELOCIMETRY Mark P. Wernet National Aeronautics and Space Administration Lewis Research Center Cleveland, Ohio 4113.5 and Robert V. Edwards Case Western Reserve University Dept. of Chemical Engineering Cleveland, Ohio 44106 by Pulsed laser sheet velocimetry yields non-intrusive measurements of two-dimensional velocity vectors across an ex...

2005
Steen G. Hanson Michael L. Jakobsen Henning E. Larsen

REFERENCES AND LINKS [1] H. T. Yura and S. G. Hanson, “Optical Beam Wave Propagation through Complex Optical Systems.” J. Opt. Soc. Am. A. 4, 10, 1931-1948 (1987). [2] H. Kogelnik and T. Li, "Laser beams and resonators," Appl. Opt. 5, 1550-1567 (1966). [3] H. T. Yura, B. Rose and S. G. Hanson, “Dynamic laser speckle in complex ABCD-optical systems.” J. Opt. Soc. Am. A. 15, 1160-1166 (1998). [4]...

Journal: :Prosthetics and orthotics international 1983
G A Holloway E M Burgess

Laser Doppler velocimetry is a newly available technique for the continuous and non-invasive measurement of capillary perfusion. The technique is presented and preliminary results of its use in the evaluation of amputation levels in 16 patients discussed.

2014
D. B. Phillips M. P. Lee F. C. Speirits S. M. Barnett S. H. Simpson M. P. J. Lavery M. J. Padgett G. M. Gibson

Laser Doppler velocimetry is a technique used to measure linear velocity, ranging from that of exhaust gases to blood flow. A rotational analog of laser Doppler velocimetry was recently demonstrated, using a rotationally symmetric interference pattern to probe the angular velocity of a spinning object. In this work, we demonstrate the use of a diffraction-limited structured illumination pattern...

2008
Ming Qian Xiao-wu Ni Jian Lu Zhong-hua Shen

Our recent work [1] theoretically revealed that speckles can be formed when nanofluids containing a modest volume fraction of nanoparticles are illuminated by a monochromatic laser beam. This paper focuses on the key issues, including the experimental setup, the particle volume fraction of the nanofluid, the flow velocity of the nanofluid and the diameter of the pipe, in measuring the velocitie...

Journal: :Optics express 2010
Songbo Ma Sihua Yang Da Xing

We present the photoacoustic imaging velocimetry (PAIV) method for flow-field measurement based on a linear transducer array. The PAIV method is realized by using a Q-switched pulsed laser, a linear transducer array, a parallel data-acquisition equipment and dynamic focusing reconstruction. Tracers used to track liquid flow field were real-timely detected, two-dimensional (2-D) flow visualizati...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->