نتایج جستجو برای: enhanced analytic signal

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

Journal: :Computers & Mathematics with Applications 2006
Tao Qian Qiuhui Chen

In many cases, a real-valued signal x(t) may be associated with a complex-valued signal a(t)e ~°(t) , the analytic signal associated with x'(t) with the characteristic properties x(t) = a(t) cos O(t) and "H(a(.)cos0(-))(t) = a(t)sin0(t). Using such obtained amplitude-frequency modulation the instantaneous frequency of x(t) at the time to may be defined to be 0'(t0), provided O'(to) >_ O. The pr...

1996
C. Brif

We use the concept of the algebra eigenstates that provides a unified description of the generalized coherent states (belonging to different sets) and of the intelligent states associated with a dynamical symmetry group. The formalism is applied to the two-photon algebra and the corresponding algebra eigenstates are studied by using the Fock-Bargmann analytic representation. This formalism yiel...

Journal: :CoRR 2014
D. Govind Anju Susan Biju Aguthu Smily

The objective of the present work is to propose a method to automatically detect polarity of the speech signals by estimating instants of significant excitation of the vocaltract and the cosine phase of the analytic signal representation. The phase changes in the analytic signal around the Hilbert envelope (HE) peaks are found to vary according to the polarity of the given speech signal. The re...

2016
John Moeller Vivek Srikumar Sarathkrishna Swaminathan Suresh Venkatasubramanian Dustin Webb

Kernel learning is the problem of determining the best kernel (either from a dictionary of fixed kernels, or from a smooth space of kernel representations) for a given task. In this paper, we describe a new approach to kernel learning that establishes connections between the Fourier-analytic representation of kernels arising out of Bochner’s theorem and a specific kind of feed-forward network u...

2015
Igor Szczyrba Martin Burtscher

We study generalizations of the sequence of the n-anacci constants that are constructed from the ratio limits generated by linear recurrences of an arbitrary order n with equal integer weights m. We derive the analytic representation of the class C of these ratio limits and prove that, for a fixed m, the ratio limits form a strictly

Journal: :Pattern Recognition 2001
Sinan Batman Edward R. Dougherty

Morphological features are used to estimate the state of a random pattern (set) governed by a multivariate probability distribution. The feature vector is composed of granulometric moments and pattern estimation involves feature-based estimation of the parameter vector governing the random set. Under such circumstances, the joint density of the features and parameters is a generalized function ...

2000
Thomas Bülow Dieter Pallek Gerald Sommer

The estimation of the local phase and local amplitude of 1-D signals can be realized by the construction of the analytic signal. This includes the evaluation of the signal’s Hilbert transform, which performs a phase shift. In the past, different definitions of the analytic signal of multidimensional signals have been proposed, all of which are based on different combinations of partial and tota...

2008
S. E. Woosley

A simple, semi-analytic representation is developed for nuclear burning in Type Ia supernovae in the special case where turbulent eddies completely disrupt the flame. The speed and width of the “distributed” flame front are derived. For the conditions considered, the burning front can be considered as a turbulent flame brush composed of corrugated sheets of well-mixed flames. These flames are a...

2000
H. C. So Y. T. Chan

The frequency estimate for a real sinusoid provided by the periodogram has a bias which is particularly severe for a short observation interval. In this paper, two improvements to the periodogram are proposed to reduce this bias. The rst method transforms the real tone to an analytic signal while the second algorithm subtracts the negative spectral line from the received signal, prior to applyi...

1998
Elena Cherkaeva Kenneth M Golden

Bounds on the volume fraction of the constituents in a two-component mixture are derived from measurements of the effective complex permittivity of the mixture, using the analyticity of the effective property. First-order inverse bounds for general anisotropic materials, as well as second-order bounds for isotropic mixtures, are obtained. By exploiting an analytic representation of the effectiv...

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

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

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