نتایج جستجو برای: optical feedback

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

Journal: :IEICE communications express 2022

We proposed a novel optical power measurement scheme, which significantly improved resolution (OPR) by implementing an amplified-spontaneous-emission feedback circuit (ASEFC) ahead of conventional meter. The scheme was named “ASEFC scheme.” ASEFC operates in regions near the lasing threshold. OPR characteristics were clarified experimentally. demonstrated OPRs loss component. less than 0.00014 ...

Journal: :Optics express 2005
Jason Chou Ozdal Boyraz Bahram Jalali

A technique to suppress optical nonlinearities is demonstrated using adaptive optical domain post distortion. The concept, rooted in electrical domain linearization, mitigates optical nonlinearities by generating sidebands that are equal but opposite in phase from the unwanted components. We model and experimentally demonstrate >20 dB extinction in four wave mixing by an adaptive phase controll...

2004
K. Chau B. Moslehi G. Song V. Sethi

We report on the use of a high-speed wavelength division multiplexing (WDM) technique for multiplexing Fiber Bragg Grating (FBG) sensors applied to structural Vibration Control for the measurement of strain, permitting many sensing devices along a single optical fiber at different locations collecting samples at 5000 Hz with microstrain resolution. In this demonstration, a cantilevered flexible...

2005
T W Lynn K Birnbaum H J Kimble

Recent realizations of single-atom trapping and tracking in cavity QED open the door for feedback schemes which actively stabilize the motion of a single atom in real time. We present feedback algorithms for cooling the radial component of motion for a single atom trapped by strong coupling to single-photon fields in an optical cavity. Performance of various algorithms is studied through simula...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2007
H Erzgräber D Lenstra B Krauskopf A P A Fischer G Vemuri

We investigate experimentally and theoretically the dynamics of a semiconductor laser subject to filtered optical feedback. Depending on the feedback strength we find dynamical regimes with different dependence on the feedback phase. In particular, the influence of the feedback phase on cw emission and on frequency oscillations is characterized experimentally. We also measure the dependence of ...

Journal: :Educational Technology & Society 2011
Sasa Nesic Dragan Gasevic Mehdi Jazayeri Monica Landoni

Semantic web technologies have been applied to many aspects of learning content authoring including semantic annotation, semantic search, dynamic assembly, and personalization of learning content. At the same time, social networking services have started to play an important role in the authoring process by supporting authors' collaborative activities. Whether semantic web technologies and soci...

2010
En Peng Patrick Peursum Ling Li Svetha Venkatesh

The filling of printed forms has always been an issue for the visually impaired. Though optical character recognition technology has helped many blind people to ‘read’ the world, there is not a single device that allows them to fill out apaper-based form without a human assistant. The task of filling forms is however an essential part of their daily lives, for example, for access to social secu...

2003
Kyung-Soo Kim

In this paper, we consider the track-following control problem in the optical data storage systems in the presence of the eccentricity. The eccentricity results in the radial deviation of the objective lens so that it degrades the reliability of the data decoding system. To cope with the eccentricity, an adaptive disturbance compensation technique is newly proposed in the time domain based on a...

2001
M. L. M. Balistreri J. P. Korterik G. J. Veldhuis L. Kuipers N. F. van Hulst

A combined photon scanning tunneling and shear-force microscope has been developed to investigate the optical field distribution in a planar waveguide splitter and a multibranch mode mixer. The optical intensity distribution just above the surface of a planar waveguide is mapped with subwavelength resolution by a tapered optical fiber that probes the evanescent field. Simultaneously, the topogr...

پایان نامه :دانشگاه آزاد اسلامی - دانشگاه آزاد اسلامی واحد تهران مرکزی - دانشکده زبانهای خارجی 1392

the present study was an attempt to compare the effect of peer metalinguistic corrective feedback on elementary and intermediate efl learners speaking ability to see which level benefits more from this type of feedback. to this end, 117 female efl learners at grade 3, al-zahra high school in kermanshah, iran were non-randomly chosen. the homogeneity of the participants was attained through a pi...

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

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

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"; } -->