نتایج جستجو برای: high speed waterwheel

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

Amir Hossein Khoei Hasan Fathi Masoud Farahnakian, Mohammad Reza Razfar

A high strength nickel chromium alloy (50Cr-50Ni-Nb alloy), commonly referred to as IN-657, is specifically used for components in furnaces which are fired by low grade fuel oils containing high levels of vanadium, sodium and sulphur. The purpose of this study is to experimentally investigatethe effect of machining parameters on machinability in turning of Inconel 657. The considered parameters...

This paper presents a high-speed, low-power and low area encoder for implementation of flash ADCs. Key technique for design of this encoder is performed by convert the conventional 1-of-N thermometer code to 2-of-M codes (M = ¾ N). The proposed encoder is composed from two-stage; in the first stage, thermometer code are converted to 2-of-M codes by used 2-input AND and 4-i...

Adaptive algorithms lead to adjust the system coefficients based on the measured data. This paper presents a dichotomous coordinate descent method to reduce the computational complexity and to improve the tracking ability based on the variable forgetting factor when there are a lot of changes in the system. Vedic mathematics is used to implement the multiplier and the divider in the VFF equatio...

The purpose of this study is to provide a model with a dynamic system method to investigate the factors affecting the technological capabilities enhancement in the high-tech industries of high-speed train of the rail transportation system. For this purpose, after reviewing the literature and conducting several meetings with experts in the rail transportation industry, a conceptual and qualitati...

2009
R. J. ROSSHEIM

T SURPASS the speed limitations of more conventional approaches to printing digital infonnation, which commonly involve hard type faces coming in contact with the recording paper, some essentially nonmechanical methods have been investigated. The fundamental charflcteristic common to these systems is that character selection, positioning, and formation are accomplished without mechanical motion...

2000
Akashi Satoh Nobuyuki Ooba Kohji Takano Edward D'Avignon

Abstract. High-speed MARS encryption/decryption hardware was developed using a 0.18μm IBM CMOS technology. In order to boost performance, a special adder and multiplier was designed by optimizing the adder block structure and interconnections between adder cells using signal delay profiles. A description of the hardware including block diagrams and data flow diagrams is presented. One of the mo...

2006

Introduction Active notch filters have been used in the past for applications like elimination of 50and 60-Hz hum components. They have proven to be somewhat problematic from the standpoints of center frequency (f0) tuning, stability, and repeatability. The advent of high-speed amplifiers opens the possibility of higher-speed notch filters—but are they actually producible? This article will sho...

2004
Bertil Schmidt Manfred Schimmler Heiko Schröder

BERTIL SCHMIDT School of Computer Engineering Nanyang Technological University N4-02a-32 Nanyang Avenue SINGAPORE asbschmidt@ntu.edu.sg MANFRED SCHIMMLER Institut für Datentechnik und Kommunikationsnetze Technische Universität Braunschweig Hans-Sommer-Str. 66, 38106 Braunschweig GERMANY schimmler@ida.ing.tu-bs.de HEIKO SCHRÖDER School of Computer Science and IT RMIT University GPO Box 2476V Mel...

Journal: :Journal of biomechanics 2010
Q Li M Young V Naing J M Donelan

We studied the feasibility of estimating walking speed using a shank-mounted inertial measurement unit. Our approach took advantage of the inverted pendulum-like behavior of the stance leg during walking to identify a new method for dividing up walking into individual stride cycles and estimating the initial conditions for the direct integration of the accelerometer and gyroscope signals. To te...

2015
Daijiro Abe Yoshiyuki Fukuoka Masahiro Horiuchi Amitava Mukherjee

The oxygen cost of transport per unit distance (CoT; mL·kg(-1)·km(-1)) shows a U-shaped curve as a function of walking speed (v), which includes a particular walking speed minimizing the CoT, so called economical speed (ES). The CoT-v relationship in running is approximately linear. These distinctive walking and running CoT-v relationships give an intersection between U-shaped and linear CoT re...

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

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

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