نتایج جستجو برای: huang transform hht

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

2017
Xia Wu Tong Wu Chenghua Liu Xiaotong Wen Li Yao

Objective: Exploring resting-state functional networks using functional magnetic resonance imaging (fMRI) is a hot topic in the field of brain functions. Previous studies suggested that the frequency dependence between blood oxygen level dependent (BOLD) signals may convey meaningful information regarding interactions between brain regions. Methods: In this article, we introduced a novel freque...

2015
Rui Guo Yiqin Wang Hanxia Yan Jianjun Yan Fengyin Yuan Zhaoxia Xu Guoping Liu Wenjie Xu

Objective. This research provides objective and quantitative parameters of the traditional Chinese medicine (TCM) pulse conditions for distinguishing between patients with the coronary heart disease (CHD) and normal people by using the proposed classification approach based on Hilbert-Huang transform (HHT) and random forest. Methods. The energy and the sample entropy features were extracted by ...

2012
Oscar Victor M. Antonio Sohichi Hirose

For non-destructive evaluation (NDE) of concrete, efficient and accurate imaging techniques are needed for a reliable evaluation of safety and serviceability of structures. Imaging of concrete structures is considered a very challenging task since it is a non-homogeneous material. In this paper, the acoustic (stress wave) technique was applied by using Ultrasonics and Synthetic Aperture Focusin...

Journal: :Applied sciences 2023

Existing studies have attempted to determine the tool chipping condition using indirect method of data capture and intelligent analysis techniques considering machine parameters, conditions signal processing techniques. Due obstructive nature machining operation, however, it is daunting use capturing intelligently as well that workpiece. This study aimed apply some advanced vibration signals ca...

Journal: :Physical review. E, Statistical, nonlinear, and soft matter physics 2009
Men-Tzung Lo Vera Novak C-K Peng Yanhui Liu Kun Hu

Phase interactions among signals of physical and physiological systems can provide useful information about the underlying control mechanisms of the systems. Physical and biological recordings are often noisy and exhibit nonstationarities that can affect the estimation of phase interactions. We systematically studied effects of nonstationarities on two phase analyses including (i) the widely us...

2014
Nilufer Ozdemir Esen Yildirim

The aim of this paper is to develop an automated system for epileptic seizure prediction from intracranial EEG signals based on Hilbert-Huang transform (HHT) and Bayesian classifiers. Proposed system includes decomposition of the signals into intrinsic mode functions for obtaining features and use of Bayesian networks with correlation based feature selection for binary classification of preicta...

2010
Dan Zhang

Hilbert-Huang transform (HHT) is a novel signal processing method which can efficiently handle nonstationary and nonlinear signals. It contains two key parts: Empirical Mode Decomposition (EMD) and Hilbert transform. EMD decomposes signals into a complete series of Intrinsic Mode Functions (IMFs), which capture the intrinsic frequency components of original signals. Hilbert transform is adopted...

Journal: :Forests 2022

Identifying the different damage modes of wood is great significance for monitoring occurrence, development, and evolution material damage. This paper presents research results application acoustic emission (AE) technology to analyze evaluate mapping relationship between pattern in fracture process AE signal. For three-point bending specimen with pre-crack, double cantilever beam specimen, sing...

Journal: :JSW 2012
Ling Xiang Aijun Hu

Vibration problems in rotors can be extremely frustrating and may lead to greatly reduced reliability. By utilizing the proper data collection and analysis techniques, the faults because of vibration can be discovered and predicted. The signal analysis is important in extracting fault characteristics in fault diagnosis of machinery. The traditional signal analysis can not settle for non-station...

Journal: :Sustainability 2022

Due to the increased integration of distributed generations in networks, their development and operation are facing protection challenges that traditional systems incapable addressing. These problems include variations fault current during various modes, diverse network topology, high impedance faults. Therefore, appropriate reasonable detection is highly encouraged improve dependability networ...

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

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

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