نتایج جستجو برای: bias value of 25042 cmmin

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

Journal: :the modares journal of electrical engineering 2007
mohammad razaghi vahid ahmadi abas zarifkar

transfer matrix method (tmm) has been applied to analyze characteristics of semiconductor laser optical amplifiers. the input signal is sinusoidal modulating wave and we do not assume the modulating bias signal as well. we have shown that the distoration arises from gain modulation at low modulation frequencies, but in microwave modulation frequencies, the gain takes an average value and the re...

پایان نامه :0 1391

uncertainty in the financial market will be driven by underlying brownian motions, while the assets are assumed to be general stochastic processes adapted to the filtration of the brownian motions. the goal of this study is to calculate the accumulated wealth in order to optimize the expected terminal value using a suitable utility function. this thesis introduced the lim-wong’s benchmark fun...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تبریز 1390

building on previous studies on the effectiveness of different types of written corrective feedback, the present study aimed at investigating whether direct focused corrective feedback and direct unfocused corrective feedback produced any differential effects on the accurate use of english articles by efl learners across two different proficiency levels (low and high). in current study, the par...

In this paper, the noise equivalent power (NEP) of an optical sensor based ongraphene-superconductor junctions in the constant current mode of operation has beencalculated. Furthermore, the necessary investigations to optimize the device noise withrespect to various parameters such as the operating temperature, magnetic field, deviceresistance, voltage and current bias have been presented. By s...

پایان نامه :0 1374

in fact this study is concerned with the relationship between the variation in thematice structure and the comprehension of spoken language. so the study focused on the following questions: 1. is there any relationship between thematic structure and the comprehension of spoken language? 2. which of the themes would have greated thematic force and be easier for the subjects to comprehend? accord...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه تربیت مدرس 1372

این پایان نامه به بررسی و مقایسه دو موضوع مطابقه میان فعل و فاعل (از نظر شخص و مشار) و هسته عبارت در دو زبان انگلیسی و آذربایجانی می پردازد. اول رابطه دستوری مطابقه مورد بررسی قرار می گیرد. مطابقه به این معناست که فعل مفرد به همراه فاعل مفرد و فعل جمع به همراه فاعل جمع می آید. در انگلیسی تمام افعال، بجز فعل بودن (to be) از نظر شمار با فاعلشان فقط در سوم شخص مفرد و در زمان حال مطابقت نشان میدهند...

Journal: :iranian journal of nuclear medicine 2014
vahid-reza dabbagh kakhki ramin sadeghi maryam torabian-kakhki maseoud pezeshki-rad kayvan sadri

introduction: it is recommended that the physician apply at least a semi-quantitative segmental scoring system in myocardial perfusion spect.  we aimed to assess the agreement between automated semi-quantitative analysis using qps (quantitative perfusion spect) software and visual approach for calculation of summed stress  score (sss), summed rest score (srs) and summed difference score (sds). ...

Journal: :journal of agricultural science and technology 2016
h. ramezani a. grafstrom h. naghavi a. fallah sh. shataee

three k-tree distance and fixed-sized plot designs were used for estimating tree density in sparse oak forests. these forests cover the main part of the zagros mountain area in western iran. they are non-timber-oriented forest but important for protection purposes. the main objective was to investigate the statistical performance of k-tree distance and fixed-sized plot designs in the estimation...

رشیدپور, مصطفی, سلیمانی, کریم, شاهدی, کاکا, کریمی, ولی الله,

Flooding due to the failure of drainage systems is a serious problem for many urban watershed of Iran. This paper shows how flooding in urban drainage systems can be simulated by one- dimensional hydrodynamic modeling incorporating the interaction between (I) the buried pipe systems (II) the streets with open channel flow. The values of the NS, RMSE, and %BIAS statistics were also calculated to a...

پایان نامه :وزارت علوم، تحقیقات و فناوری - دانشگاه علوم بهزیستی و توانبخشی 1389

طرح مسئله : جهانی شدن یکی از مفاهیم کلیدی در تعیین کننده های اجتماعی سلامت بوده و بر سلامت جوامع بشری اثر گذار است. در این مطالعه به بررسی ساز و کار اثر جهانی شدن بر جنبه های مختلف سلامت از مسیر فقر و نابرابری پرداخته ایم. روش : این مطالعه از نوع همبستگی – اکولوژیک بوده و داده های موجود را تحلیل کرده ایم. سنجش جهانی شدن، جهانی شدن اقتصادی، اجتماعی و سیاسی از طریق شاخص kof index of globalizatio...

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

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

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