نتایج جستجو برای: impulse response

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

1998
Ivan W. Selesnick Sidney Burrus

This correspondence introduces a new class of infinite impulse response (IIR) digital filters that unifies the classical digital Butterworth filter and the well-known maximally flat FIR filter. New closedform expressions are provided, and a straightforward design technique is described. The new IIR digital filters have more zeros than poles (away from the origin), and their (monotonic) square m...

Journal: :journal of ai and data mining 2013
s. arastehfar ali a. pouyan a. jalalian

in this paper, a novel decision based median (dbm) filter for enhancing mr images has been proposed. the method is based on eliminating impulse noise from mr images. a median-based method to remove impulse noise from digital mr images has been developed. each pixel is leveled from black to white like gray-level. the method is adjusted in order to decide whether the median operation can be appli...

Journal: :The Journal of the Acoustical Society of America 2004
Robert J McGough

A rapid method for calculating the nearfield pressure distribution generated by a rectangular piston is derived for time-harmonic excitations. This rapid approach improves the numerical performance relative to the impulse response with an equivalent integral expression that removes the numerical singularities caused by inverse trigonometric functions. The resulting errors are demonstrated in pr...

Journal: :Signal Processing 2016
Leighton P. Barnes George C. Verghese

Leveraging the relationship between Wiener filtering and the coherence function, a version of coherence is defined that captures the causal relationship between WSS processes. This causal coherence is interpreted in a modeling context and used to demonstrate what a frequency dependent measure for causality both can and can’t represent. To understand how well frequency dependent coherence spectr...

2017
J. Havunen J. Hällström A. Bergman A. E. Bergman

Lightning impulse measurements can be highly influenced by measurement arrangement, characteristics of high voltage divider, digitizer (transient recorder) performance, and algorithms used for parameter evaluation. The main sources of measurement errors are the non-ideal step responses of digitizer and voltage divider. This paper discusses the use of deconvolution to correct for the non-ideal s...

1997
J. William Whikehart Soura Dasgupta

We consider adaptive periodic IIR ltering and present an extension of the Hyperstable Adaptive Recursive Filter (HARF). We give conditions for convergence of the parameter estimate error, involving passivity of certain operators in the identi cation loop, identi ability of the system parameters, and persistent excitation (pe). A necessary and su cient condition for identi ability is given and s...

2003
Michael Joham Wolfgang Utschick Josef A. Nossek

We address the problem of optimizing the latency time for transmit filters which can have FIR or block structure. When we allow the transmission system to have latency time, we gain an additional degreeof freedom which can be exploited to improve the performance substantially. Contrary to the latency time optimization for FIR filters, the optimization for block transmit filters is very complex....

1997
Alberto Carini V. John Mathews Giovanni L. Sicuranza

This paper derives su cient time-varying bounds on the maximum variation of the coe cients of an exponentially stable, linear, time-varying and recursive lter. The stability bound is less conservative than all previously derived bounds for time-varying IIR systems. The bound is then applied to control the step size of output error adaptive IIR lters to achieve exponentially stable operation. Ex...

1997
Sylvie Icart Joël Le Roux Luc Pronzato Eric Thierry Anatoly A. Zhigljavsky

This communication presents a new approach to blind equalization of a FIR channel. It is based on a boundederror assumption and takes into account the fact that the input signal is in a nite alphabet. We show that even in the noisy case, identi ability can be guaranteed in nite time, provided that the support of the noise density is suitably bounded.

1999
Mahalingam Ramkumar G. V. Anand Ali N. Akansu

The concept of cyclic filter banks was introduced independently in Ref. [1] and [2], though in [1], a different nomenclature was used. “Cyclic filter banks” is a superset of the traditional non-cyclic filter banks, and readily suggest implementation of subband filtering through DFT. In this paper we show that the DFT implementation is also advantageous for the conventional FIR filter banks. The...

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

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

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