نتایج جستجو برای: electromagnetic induction

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

Journal: :IEEE Transactions on Biomedical Engineering 2018

Journal: :The London, Edinburgh, and Dublin Philosophical Magazine and Journal of Science 1881

Journal: :Geophysical & Astrophysical Fluid Dynamics 2010

2005
Akhlesh Lakhtakia

Modern macroscopic electromagnetism employs four differential equations containing four vector fields, a source charge density, and a source current density. Two of the four fields (i.e., Ẽ (x, t) and B̃ (x, t)) are primitive fields, while the remaining two (i.e., D̃ (x, t) and H̃ (x, t)) are induction fields. Unlike the primitive fields, the induction fields do not have microscopic existence and ...

2000
A. I. A. Adewole

We show that the problem of unifying electromagnetism with gravity has an elegant solution in classical physics through the phenomenon of induction. By studying the way that induction leads to the formation of electromagnetic fields, we identify the classical field equations which the unified field must satisfy and a corresponding set of constitutive equations for the medium sustaining the fiel...

Journal: :iranian journal of medical physics 0
mehdi roknian m.sc., in health science, tehran university of medical sciences, tehran, iran parvin nassiri professor, health science dept., tehran university of medical sciences, tehran, iran hojat zeraati associate professor, public health science dept., tehran university of medical sciences, tehran, iran mohammad gholami m.d., sepahe eslam makhsus highway, defense industries organization (d.i.o), armament industries group.hadid industries

introduction: it is important that biological and health effects from the induction of currents and fields in the body by extremely low frequency (elf) fields are fully explored to determine the effects produced at the molecular, cellular and organ levels. the objective of this study was to evaluate the intensity of elf electromagnetic fields and its probable relationship with hematological cha...

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

چکیده ندارد.

2012
Christophe Coillot Paul Leroy

Induction sensors (also known as search coils), because of their measuring principle, are dedicated to varying magnetic field measurement. Despite the disadvantage of their size, induction magnetometer remains indispensable in numerous fields due to their sensitivity and robustness whether for natural electromagnetic waves analysis on Earth Lichtenberger et al. (2008), geophysics studies using ...

2016
Fuqiang Wu Chunni Wang Ying Xu Jun Ma

Complex electrical activities in cardiac tissue can set up time-varying electromagnetic field. Magnetic flux is introduced into the Fitzhugh-Nagumo model to describe the effect of electromagnetic induction, and then memristor is used to realize the feedback of magnetic flux on the membrane potential in cardiac tissue. It is found that a spiral wave can be triggered and developed by setting spec...

Journal: :iranian journal of radiation research 0
s.s. seyyedi proteomic research center, shahid beheshti university, tehran, iran h. mozdarani department of medical genetics, faculty of medical sciences, tarbiat modares university, tehran, iran m. rezaei tavirani faculty of paramedical sciences, shahid beheshti university, tehran, iran s. heydari proteomic research center, shahid beheshti university, tehran, iran

background: rapidly increasing possibilities of exposure to environmental extremely low-frequency electromagnetic fields (elf-emf) have become a topic of worldwide investigation. epidemiological and laboratory studies suggest that exposure to elf-emf may increase cancer risk therefore assessment of chromosomal damage in various cell lines might be of predictive value for future risk estimation....

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

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

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