نتایج جستجو برای: pneumatic tire

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

Journal: :Journal of the Air & Waste Management Association 2003
Detlef A Birkholz Kathy L Belton Tee L Guidotti

Disposal of used tires has been a major problem in solid waste management. New uses will have to be found to consume recycled tire products. One such proposed use is as ground cover in playgrounds. However, concern has been expressed regarding exposure of children to hazardous chemicals and the environmental impact of such chemicals. We designed a comprehensive hazard assessment to evaluate and...

Journal: :Rel. Eng. & Sys. Safety 2002
Vasiliy V. Krivtsov Dmitry E. Tananko Timothy P. Davis

The paper considers an empirical approach to the root-cause analysis of a certain kind of automobile tire failure. Tire life data are obtained from a laboratory test, which is developed to duplicate field failures. A number of parameters related to tire geometry and physical properties are selected as explanatory variables that potentially affect a tire’s life on test. Analysis of the life test...

1999
W. H. GRAY C. DUMONT M. A. ABIDI

Simulation is an important aspect to consider when designing an inspection system based upon machine vision. The tire inspection system uses thermal cameras to inspect the surface of a tire. The simulation of a tire inspection system can yield an optimal set of parameters for a thermal camera, or given a specific thermal camera provide information on the optimal placement of the camera. Since t...

2015
Wang Gang Zhao Jiyin

In order to improve the precision of the tire pressure monitoring system, the Bayes method is applied to establish its mathematical model of multi-sensor information fusion. The temperature and pressure in the tire, which are the complementary information, are integrated in the model through analyzing the mechanism of tire burst generated by temperature and pressure. Through the temperature com...

2003
Christopher R. Carlson Christian Gerdes

This paper presents an effectively unbiased nonlinear estimation scheme which identifies tire longitudinal stiffness and effective radius using GPS and ABS wheelspeed sensors. This estimation strategy is then used to experimentally identify the longitudinal stiffness and effective radius of a summer tire and a winter tire under several different test conditions. The data clearly shows that ther...

2014
Tasneem Wahdan Gheith A. Abandah Alia Seyam Alaa Awwad

Tire text and geometry detection are used in scanning tires in order to identify the tire type and classify them according to a code printed on the sidewall which is called “DOT Code” then checking the treads whether they are defected or not based on the pattern periodicity of them. Classification is done based on applying some image processing and pattern recognition techniques on both treads ...

2012
Qi Wang J. Gregory McDaniel Ming L. Wang

This work presents a convenient and non-contact acoustic sensing approach for measuring ground vibration. This approach, which uses an instantaneous dynamic tire pressure sensor (DTPS), possesses the capability to replace the accelerometer or directional microphone currently being used for inspecting pavement conditions. By measuring dynamic pressure changes inside the tire, ground vibration ca...

2009
Tammie Cheung Daniel C. Jansen James L. Hanson

An investigation was conducted to determine the influence of recycled scrap tire rubber on the engineering properties of controlled low strength material (CLSM). With control over the ultimate compressive strength of CLSMs being key for applications such as backfilling utility trenches where re-excavation is often necessary, incorporation of scrap tire rubber into the CLSM mixture is a viable w...

2008
Koichi SUZUMORI

New pneumatic actuators developed in the author's laboratory will be presented with their applications to new mechatronics. Examples of them are a pneumatic rubber actuator for compliant robots, a micro pneumatic tube actuator assisting the colonscope insertion, a pneumatic stepping motor with high torque and resolution, a pneumatic drive bicycle, an intelligent pneumatic cylinder which has enc...

2009
Jasmin Grosinger Lukas W. Mayer Christoph F. Mecklenbräuker Arpad L. Scholtz

For the design of an antenna that will be directly attached to a car tire, the proximity effects due to the tire have to be considered. Measurements are performed on a dipole antenna that is mounted at the inside of the tire tread to determine the change in input impedance and resonant frequency caused by the dielectric rubber material and the metal reinforcement of the tire. A differential mea...

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

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

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