نتایج جستجو برای: equivalent circuit method

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

K. Abbaszadeh S. Maroufian

Performing fast and accurate methods for modeling the electrical machines has been the subject of several studies and many authors proposed different procedures to attain this aim. Beside the accuracy, the speed of the method is of great concern. On the other hand, the capability of the method to be changed according to the need is another important issue. Finite Element method provides relativ...

2007
HIROSHI YOSHIKAWA KIYOSHI AKAMA HIROSHI MABUCHI

A transformation–based method of circuit synthesis is proposed. A correct circuit is synthesized as a description similar to a netlist from a specification program, which is written in an ET program consisting of ET (equivalent transformation) rules. The circuit and the specification (the initial ET program) are equivalent finite state machines. The main part of the synthesis is equivalent tran...

2013
Yuling Shang Chunquan Li Huaqing Xiong

As the signal frequency increases, the accurate and fast modeling for vias structure in multi-layer substrate is very important to performance analysis of high speed circuit. According to the skin effect and RL ladder circuit model, the equivalent circuit of via base on structural segmentation is presented in this paper. Vias structure is decomposed into some segmented sub-structure based on th...

Journal: :Journal of The Japan Institute of Electronics Packaging 2018

2011
S. Purushothaman

─ This paper presents an equivalent circuit derived directly from Maxwell's equations in a manner to show the amalgamation of field models and the circuit theory. A micro-T equivalent circuit is obtained from the solution of Maxwell’s equations for a cylindrical representation of a squirrel cage induction motor. First, a general form of the field solution is obtained using transfer matrices. A ...

2015
Carver A. Mead

With the widespread application of junction transistors in switching applications, the need for a general method of analysis useful in the region of collector voltage saturation has become apparent. Linear equivalent circuits using lumped elements have long been used for small signal calculations of normally-biased transistors, but a comparable method for saturated transistors has been lacking....

2008
Krishna Vasudevan P. Sasidhara Rao

The structure of the circuit equivalent of a practical transformer is developed earlier. The performance parameters of interest can be obtained by solving that circuit for any load conditions. The equivalent circuit parameters are available to the designer of the transformers from the various expressions that he uses for designing the transformers. But for a user these are not available most of...

2012
Antonio L. P. S. Campos

In this paper, a software for design and analysis of frequency selective surfaces (FSS) based on the equivalent circuit model is presented, with emphasis on teaching students in the interaction between FSS parameters. Tools to design FSSs and a tutorial with theoretical elements of the equivalent circuit method, applied to FSS, compose this software. The software can be used at FSS analysis and...

Journal: :IEICE Transactions 2006
Yoshihiro Yamagami Yoshifumi Nishio Akio Ushida

We consider oscillators consisting of a reactance circuit and a negative resistor. They may happen to have multi-mode oscillations around the anti-resonant frequencies of the reactance circuit. This kind of oscillators can be easily synthesized by setting the resonant and antiresonant frequencies of the reactance circuits. However, it is not easy to analyze the oscillation phenomena, because th...

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

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

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