نتایج جستجو برای: fuzzy dynamical systems

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

Journal: :Fuzzy Sets and Systems 2011
Jose S. Cánovas Jiri Kupka

Let X be a compact metric space and let f : X → X be continuous. It is well known that a given discrete dynamical system (X, f) induces a map Φ on the space F(X) of fuzzy sets. In this paper we study relations between sizes of topological entropies of a given crisp dynamical system (X, f) and its fuzzy counterpart (F(X),Φ). Among another things, we present a constructive proof of the fact that ...

2004
Patricia Melin Oscar Castillo

We describe in this paper the application of soft computing techniques to controlling non-linear dynamical systems in real-world problems. Soft computing consists of fuzzy logic, neural networks , evolutionary computation, and chaos theory. Controlling real-world non-linear dynamical systems may require the use of several soft computing techniques to achieve the desired performance in practice....

2009
Dimitris C. Theodoridis Yiannis A. Boutalis Manolis A. Christodoulou

The direct adaptive regulation of nonlinear dynamical systems in Brunovsky form with modeling error effects, is considered in this paper. The method is based on a new Neuro-Fuzzy Dynamical System definition, which uses the concept of Fuzzy Adaptive Systems (FAS) operating in conjunction with High Order Neural Network Functions (HONNFs). Since the plant is considered unknown, we first propose it...

This paper provides a review on major ergodic features of semi-independent hyper MV {algebra dynamical systems. Theorems are presentedto make contribution to calculate the entropy. Particularly, it is proved that thetotal entropy of those semi-independent hyper MV {algebra dynamical systemsthat have a generator can be calculated with respect to their generator ratherthan considering all the par...

2010
Aguilar Jose

In this work we propose a Dynamical Fuzzy Cognitive Map (DFCM) where its casual relationships are based on fuzzy rules, in a way that the structure of the map changes during the phase of execution (runtime). We propose the modification of the values of the relationships between the concepts through of fuzzy rules derived from the concept states that represent the system modeled by the map. Our ...

Journal: :iranian journal of fuzzy systems 2007
tatana funiokova

we study interior operators and interior structures in a fuzzy setting.we investigate systems of “almost open” fuzzy sets and the relationshipsto fuzzy interior operators and fuzzy interior systems.

2011
BAOYAN ZHU YANLI GU JINBAO WANG CHUNJU FU

We consider the problem of passivity control for a kind of T-S fuzzy system in the literature [1].We will extend it to the uncertain T-S fuzzy descriptor systems with time-delay in this paper. Generally speaking, a mathematical model cannot be used to exactly describe a dynamical system in practice because it is inevitable to include some degrees of uncertainties in the systems. Moreover, time-...

2010
EVGENY VERBITSKIY E. VERBITSKIY

In this paper we study a large class of renormalization transformations of measures on lattices. An image of a Gibbs measure under such transformation is called a fuzzy Gibbs measure. Transformations of this type and fuzzy Gibbs measures appear naturally in many fields. Examples include the hidden Markov processes (HMP), memoryless channels in information theory, continuous block factors of sym...

2000
PETROS MARAGOS GIORGOS STAMOU SPYROS TZAFESTAS

Lattice control can unify nonlinear control systems where the basic vector and signal superpositions or transformations are based on the lattice supremum and infimum. In this paper we introduce a special case of lattice control that can model fuzzy dynamical systems in state space. Vector and signal transformations are represented as lattice dilations or erosions. The state and output responses...

2004
Jose Aguilar

In this paper we present different results and studies around the world about the Fuzzy Cognitive Maps. This technique is the fusion of the advances of the fuzzy logic and cognitive maps theories. At this moment, there are several applications in different domains (control, multiagent systems, etc.) and new works (dynamical characteristics, learning procedures, etc.) to improve the performance ...

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

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

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