نتایج جستجو برای: fuzzy co orthogonality

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

Journal: :Expert Syst. Appl. 2011
Haoming Huang Michel Pasquier Hiok Chai Quek

Decision support systems are powerful technologies for complex decision making and problem solving. However, constructing an accurate and interpretable decision support system (DSS) for any domain is a challenge. In this paper, a novel hierarchical co-evolutionary fuzzy system called HiCEFS is presented that can autonomously derive a fuzzy rule-based DSS from exemplar data. Most of the importan...

2014
Geetha S. Rao

The main purpose of this paper is to consider the t-best co-approximation and t-best simultaneous co-approximation in fuzzy normed spaces. We develop the theory of t-best co-approximation and t-best simultaneous co-approximation in quotient spaces. This new concept is employed us to improve various characterisations of t-co-proximinal and t-co-Chebyshev sets.

Journal: :Fuzzy Sets and Systems 2010
Fei Wang Zuren Feng Ping Jiang

Decentralized supervisory control has been introduced to deal with a class of fuzzy discrete event systems (DES) in which state transitions are uncertain. In this paper, we develop the work on fuzzy DES to consider the reliable decentralized supervisor problem with possible failures of some local supervisors. By presenting a new definition of co-observable language, the reliable decentralized s...

Journal: :wavelet and linear algebra 2014
r. a. kamyabi gol f. esmaeelzadeh r. raisi tousi

in this paper we introduce two-wavelet constants for square integrable representations of homogeneous spaces. we establishthe orthogonality relations for square integrable representationsof homogeneous spaces which give rise to the existence of aunique self adjoint positive operator on the set of admissiblewavelets. finally, we show that this operator is a constant multiple of identity operator...

2005
Joo Heo KyungHi Chang

It is well-known that mobile communication systems are usually limited in their performance and capacity by three major impairments, which are multi-path fading, delay spread and co-channel interference (CCI). OFDMA (OFDM-FDMA) system can cope with the multi-path fading and delay spread easily due to the beneficial properties of OFDM technology. Though OFDMA scheme avoids intra-cell interferenc...

2009
Ludovic Lietard Daniel Rocacher

Fuzzy queries addressed to a relational database management system are based on the expression of user preferences which leads to obtain more appropriate answers. Fuzzy set theory provides powerful tools to define such conditions (fuzzy conditions). In this context, it is possible to consider fuzzy bipolar conditions which are made of two fuzzy sets to describe user's preferences: i) a fuzzy co...

2011
Hiroshi MIZUKAWA H. Mizukawa

The orthogonality relations of multivariate Krawtchouk polynomials are discussed. In case of two variables, the necessary and sufficient conditions of orthogonality is given by Grünbaum and Rahman in [SIGMA 6 (2010), 090, 12 pages]. In this study, a simple proof of the necessary and sufficient condition of orthogonality is given for a general case.

Journal: :Axioms 2022

The purpose of this paper is to reduce the complexity computing components integral Fm-transform, m≥0, whose analytic expressions include definite integrals. We propose use nontrivial quadrature rules with nonuniformly distributed integration points instead widely used Newton–Cotes formulas. As weight function that determines orthogonality, we choose generating fuzzy partition associated Fm-tra...

2017
Samir Dey Tapan Kumar Roy

Abstract— This paper develops a solution procedure of multi-objective intuitionistic fuzzy optimization to solve a non-linear model with inexact co-efficient and resources. Interval approximation method is used here to convert the imprecise co-efficient which is a triangular fuzzy number to an interval number. We transform this interval number to a parametric interval valued functional form and...

Journal: :Journal of Approximation Theory 2005
Dariusz Cichon Jan Stochel Franciszek Hugon Szafraniec

Orthogonality of polynomials in several variableswith respect to a positiveBorelmeasure supported on an algebraic set is themain theme of this paper.As a step towards this goal quasi-orthogonality with respect to a non-zero Hermitian linear functional is studied in detail; this occupies a substantial part of the paper. Therefore necessary and sufficient conditions for quasi-orthogonality in ter...

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

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

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