نتایج جستجو برای: loss of excitation

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

2008
L. P. R. de Oliveira B. Stallaert W. Desmet P. Sas K. Janssens H. Van der Auweraer

Active noise control systems tend to be designed with a target on sound pressure level reduction. However, the perceived control efficiency for the occupants can be more accurately assessed if psychoacoustic metrics are taken into account. The aim of this paper is to evaluate the effect of an adaptive structural acoustic controller on the sound quality of engine noise in a vehicle mockup. The e...

2016
Robert D. McCauley Alec J. Duncan Alexander N. Gavrilov Douglas H. Cato

Measurements of the transmission of seismic survey signals in Australian waters are presented. The measured transmission loss showed: high variability of received signal sound exposure level at similar ranges when comparing all surveys (mean of standard deviation across ranges of 3-12 dB); high variability within a seismic survey (mean of standard deviation at any range of 2-4 dB); typical shot...

1996
F. Masset

We present the results of two-dimensional numerical simulations of stellar galactic disks, aimed at studying the non-linear coupling between bar and spiral waves and modes, in disks with realistically peaked rotation profiles. The power spectrum analysis of the perturbed density in the disk, for azimuthal numbers ranging from m = 0 to m = 4, shows an unambiguous signature of non-linear coupling...

Journal: :Current Biology 2010
Michael S. Caldwell Gregory R. Johnston J. Gregory McDaniel Karen M. Warkentin

Sensitivity to substrate-borne vibrations is widespread in animals and evolutionarily precedes hearing but, compared with other sensory modalities, we know little about vibrational communication, particularly in vertebrates. For plant-dwelling arthropods, vibrations are likely as important as sound. Arboreal vertebrates excite plant vibrations with most movements, but the behavioral relevance o...

Journal: :Analytical sciences : the international journal of the Japan Society for Analytical Chemistry 2010
Takaharu Nagatomi Shigeo Tanuma

Surface excitations, in addition to bulk excitation, undergone by signal electrons in surface electron spectroscopies, such as Auger electron spectroscopy, and X-ray photoelectron spectroscopy, play an important role in the formation of electron spectra. Those inelastic scattering processes not only induce decay in the peak intensity, but also form background appearing in the lower kinetic ener...

J Rexy R Kumar, R Selvamani,

This study investigates that the sound wave propagation of multiferroic thermo elastic Nanofibers under the influence of surface effect and parametric excitation via Timoshenko form of beam equations. The equation of analytical model is obtained for Nanofiber through shear and rotation effect. The solution of the problem is reached through the coupled time harmonic equations in flexural directi...

This paper reports on the analysis of the signals sent by accelerometers fixed on the axles of a vehicle which passes over a bridge. The length of the bridge is divided into some parts and the transmissibility measurement is applied to the signals recorded by two following instrumented axles. As the transmissibility procedure is performed on the divided signals, the method is called Short Time ...

Journal: :IEEE Trans. Instrumentation and Measurement 2000
Gyula Simon Johan Schoukens

This paper considers a rather practical problem arising when inexperienced users misuse the (otherwise well designed) periodic broadband excitation signals during the measurement or signal processing phase of an identification process. Using a fractional period of the excitation signal instead of full periods may affect not only the precision because of the well known leakage effect, but may ca...

Journal: :acta medica iranica 0
nikeghbali a mirsamadi m hashemi m

one of the dangerous complications of cataract extractions is vitreous loss. the purpose of this stuy is to evaluate the incidence of vitreous loss and its sepuale while teaching residents at rasoul akram hospital in iran. this study has been conducted on existing records of 730 eyes which were subjectd to extracapsular cataract extractions by 3rd and 4th year, right handed resident of rasoul a...

Journal: :journal of dental research, dental clinics, dental prospects 0
taraneh movahhed - assistant professor of pediatric dentistry, dental material research center, department of community oral health, school of dentistry, mashhad university of medical sciences, mashhad, iran behjatalmolook ajami associate professor of pediatric dentistry, department of community oral health, school of dentistry, mashhad university of medical sciences, mashhad, iran mojtaba dorri dds msc phd, college london dental institute, university college london, london, uk nima biouki postgraduate student of oral and maxillofacial radiology, school of dentistry, tabriz university of medical sciences, tabriz, iran hadi ghasemi assistant professor of community dentistry, department of community oral health, school of dentistry, shahid beheshti university of medical sciences, tehran, iran mohammad taghi shakeri associate professor, school of medicine, department of biostatics, mashhad university of medical sciences, mashhad, iran

background and aims. tooth loss may lead to mastication disability, which in turn has important impact on individual’s quality of life. social and psychological factors have been shown to be associated with tooth loss. this study aimed to investigate the social determinants and prevalence of tooth loss, and presence of functional dentition among female heads of household under support of welfar...

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

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

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