نتایج جستجو برای: zone of concealment

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

Journal: :EURASIP J. Audio, Speech and Music Processing 2016
Bong-Ki Lee Joon-Hyuk Chang

Adaptive muting method using an optimized parametric shaping function as a part of the ITU-T G.722 Appendix IV packet loss concealment algorithm is proposed. The packet loss concealment algorithm incorporating an adaptive muting scheme is known to prevent the generation of unpleasant sounds during packet loss concealment. However, original muting uses a piece-wise linear muting curve according ...

2009
Ferdous A. Sohel Gour C. Karmakar Laurence S. Dooley

Existing spatial shape-error concealment techniques are broadly based upon either parametric curves that exploit geometric information concerning a shape’s contour or object shape statistics using a combination of Markov random fields and maximum a posteriori estimation. Both categories are to some extent, able to mask errors caused by information loss, provided the shape is considered independ...

2002
Trista Pei-chun Chen Tsuhan Chen

ABSTRACT This paper is organized as follows. In Section 2, we formulate the proposed UMPC method for modeling nonstationary and multi-modal data. Both MPC and UPC are shown to be special cases of the proposed UMPC model. We apply UMPC to error concealment in Section 3. The experiment results in Section 4 show the performance of UMPC for error concealment over conventional methods. We then concl...

2007
M. Stoufs A. Munteanu J. Cornelis P. Schelkens

Error concealment is of crucial importance when transmitting digital video material over error-prone channels. Indeed, loss of information can result in severe degradation of the video quality if precautions are not taken to contain the effect and propagation of errors. In this paper, we present an error concealment mechanism that supports quality scalability in packet-based transmission of vid...

Journal: :Epilepsy & Behavior 2016
N. Aydemir B. Kaya G. Yıldız İ. Öztura B. Baklan

The present study aimed to determine the level of felt stigma, overprotection, concealment, and concerns related to epilepsy in different life domains by using culturally-specific scales for Turkish individuals with epilepsy. Also, it aimed to detect relations among the study variables and to determine the variables which predict felt stigma. For this purpose, felt stigma scale, overprotection ...

2011
Jianjun HUANG Yafei ZHANG Xiongwei ZHANG Zou XIA

This paper presents a nonnegative subspace approach for packet loss concealment problem. The magnitude spectrogram of speech signal is projected onto nonnegative subspace using nonnegative matrix factorization algorithm. Consequently, packet loss concealment problem is transformed to linear interpolation of the projective coefficients in nonnegative subspace. Simulation examples, objective test...

Journal: :Personality & social psychology bulletin 2009
Catrin Finkenauer Peter Kerkhof Francesca Righetti Susan Branje

This article examines how perceiving concealment in close relationships influences marital well-being. It suggests that the perception of concealment from a partner signals separateness from one's partner and contributes to feelings of perceived partner exclusion. These feelings of exclusion, in turn, should negatively affect relational quality. These predictions are tested in a prospective stu...

Journal: :Suicide and Life-Threatening Behavior 2012

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

بر اساس پخش و پراکندگی چینه شناسی روزنبران پلانکتونیک شناسایی شده از برش مورد پژوهش 9 بیوزون شناسایی و معرفی شد که منطبق با بایوزون های استاندارد جهانی در قلمرو تتیس بوده و به ترتیب ازپایین به بالا شامل : بیوزون 1)dicarinella concavata interval zone (سانتونین پسین) بیوزون 2) dicarinella asymetrica total range zone ( کامپانین میانی) بیوزون 3) globotruncanita elevata interval zone ( کامپانین پ...

2000
Long Le Henning Sanneck Georg Carle Tohru Hoshi

Recently, active networks have been highlighted as a key enabling technology to obtain immense flexibility in terms of network deployment, configurability, and packet processing. Exploiting this flexibility, we present an active network application for real-time speech transmission where plugin modules are downloaded onto certain network nodes to perform application-specific packet processing. ...

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

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

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