نتایج جستجو برای: fuzzy interference system

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

In this paper an efficient Algorithm based on Zadeh's extension principle has been investigated to approximate fuzzy solution of two-point fuzzy boundary value problems, with fuzzy boundary values. We use finite difference method in term of the upper bound and lower bound of $r$- level of fuzzy boundary values. The proposed approach gives a linear system with crisp tridiagonal coefficients matr...

Journal: :journal of advances in computer research 0
vahid khodashenas limouni department of electrical engineering, ali abad katoul branch, islamic azad university, ali abad katoul, iran young researchers and elite club, ali abad katoul branch, islamic azad university, ali abad katoul, iran s.asghar gholamian faculty of electrical and computer engineering, babol university of technology, babol, iran mehran taghipour gorjikolaie faculty of electrical engineering, university of birjand, birjand, iran

the idea of this paper is designing an automatic fault detection system based on fuzzy logic, therefore two signals of pmsm in fault condition are analyzed for inter turn fault detection: current and torque. in this fault type there is some distortion in these signals, but it is not good enough to detecting with fuzzy logic solely, so with combination of wavelet transform and fcm a new method f...

2002
LI-DER CHOU

Wireless personal communication systems grow very fast, and the Code Division Multiple Access (CDMA) system has become the key technology for multiple accesses in the third generation communication systems. Unlike conventional FDMA and TDMA systems, the capacity of CDMA is limited by the interference. Moreover, the quality of the wireless communications varies with the terrain and the location,...

Journal: :journal of operation and automation in power engineering 2007
k. mazlumi m. darabian m. azari

this paper presents a novel indirect adaptive power system stabilizer (pss) via a developed synergetic control methodology and fuzzy systems. fuzzy system is utilized in an adaptive scheme to estimate the system using a nonlinear model. the synergetic control guarantees robustness of the controller and makes the controller easy to implement because of using a chatter free continuous control law...

A. A. Hosseinzadeh, M. A. Jahantigh, M. Khezerloo, S. Khezerloo,

In this work, we propose an approach for computing the compromised solution of an LR fuzzy linear system by using of a ranking function when the coefficient matrix is a crisp mn matrix. To do this, we use expected interval to find an LR fuzzy vector, X , such that the vector (AX ) has the least distance from (b) in 1 norm and the 1 cut of X satisfies the crisp linear system AX = b ...

Journal: :international journal of industrial mathematics 2014
o. sedaghatfar s. moloudzadeh p. darabi

in this paper, the variational iteration method for solving nth-order fuzzy integro differential equations (nth-fide) is proposed. in fact the problem is changed to the system of ordinary fuzzy integro-differential equations and then fuzzy solution of nth-fide is obtained. some examples show the efficiency of the proposed method.

Journal: :Journal of Mathematics and Computer Science 2011

In this paper, we use parametric form of fuzzy number and we converta fuzzy linear system to two linear system in crisp case. Conditions for the existence of a minimal solution to $mtimes n$ fuzzy linear equation systems are derived and a numerical procedure for calculating the minimal solution is designed. Numerical examples are presented to illustrate the proposed method.

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

چکیده ندارد.

Journal: :journal of electrical and computer engineering innovations 0
vafa maihami department of electrical and computer engineering, semnan university, semnan, iran farzin yaghmaee department of electrical and computer engineering, semnan university, semnan, iran

with quick development of digital images and the availability of imaging tools, massive amounts of images are created. therefore, efficient management and suitable retrieval, especially by computers, is one of themost challenging fields in image processing. automatic image annotation (aia) or refers to attaching words, keywords or comments to an image or to a selected part of it. in this paper,...

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

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

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