نتایج جستجو برای: satellite communications

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

2004
Michael Fitch Keith Briggs Ivan Boyd

This contribution describes a modulation scheme suitable for satellite communication, which is based on FM and provides an increased bandwidth of 2 to 3 times that which is currently available commercially with QAM schemes. The system provides best advantage when used in high bandwidth links that occupy the whole transponder. This provides a potential throughput of over 400Mbits/s through a con...

2006
A. Jebril

Satellite communication systems play an important role in the deployment of a global communication infrastructure, and the increasing demand for frequency bands with large bandwidth availability to satisfy satellite communications applications requirements makes the exploration of higher and higher frequency ranges of a vital importance. In this paper, an introduction to the WAVE (W-Band Analys...

2003
S. Horan P. DeLeon D. Borah R. Lyman Manuel Lujan A. Chakraborti S. Muddasani

The performance of the Multicast Dissemination Protocol (MDP) in a simulated satellite channel is investigated. The environment that is modeled is that to be expected in a small satellite communications environment including channel errors and link interruptions. The satellite link is simulated with a channel environment simulator. The performance of MDP is compared with file transfer protocol ...

2013
Charilaos Kourogiorgas Athanasios D. Panagopoulos Spiros N. Livieratos George E. Chatzarakis

A novel model for the outage probability prediction in time diversity satellite communication (SatCom) systems operating above 10GHz is proposed. Due to the migration of operating frequency at Ka band and above, atmospheric phenomena affect the signal. Rain is the dominant fading mechanism. Diversity techniques are the probable solution of the compensation of rain fading. Among the diversity te...

2002
H. P. G. Schneider

The aim of this World Congress was to cover ‘all aspects of health and well-being in an aging population’, and thus included the integration of gender as a variable in biology, behavior, ethnicity, cultural values, environment and health-care utilization. The Congress aimed to reflect the world-wide challenge for those working in the field of mid-life medicine – not just to provide more efficie...

2016
R. P. S. Gangwar

Recently the requirement of low-profile antennas for wireless communications has greatly increased the demand of microstrip antennas because of their low-profile and light weight characteristics. In this paper a miniaturized, multiband dualstacked probe fed microstrip antenna is presented. There exists S-shaped coupling structure between the patches and a wide ground slot to improve antenna cha...

2005
Frank Hermanns Haitham S. Cruickshank Sunil Iyengar

This paper comes from the joint activity JA2350 ”Network Management and Security” of the SatNEx IST project. A major aim of the Satellite Network of Excellence (SatNEx) is to rectify the fragmentation in satellite communications research by bringing together leading European academic research organisations in a durable way. Especially the security research suffers from a great fragmentation wit...

2018
Fizzah Jilani Akram Alomainy

This letter presents a novel and compact antenna array suggesting geometrical modifications in the concept of collinear arrays at millimeter-wave (MMW) spectrum. The extension of the standard narrowband Franklin linear antenna array in a compact two-dimensional (2D) assembly is proposed and multiband response is accomplished in this work which fulfills demands of future 5G systems. The proposed...

2011
André Oliveira Zhili Sun Philippe Boutry Diego Gimenez Antonio Pietrabissa Katja Banovec Juros

The flexibility of mobile wireless ad hoc networks (MANET) and global coverage of satellite communications presented an ideal combination to provide emergency and disaster relief services. This paper presented the concept of a hybrid MANET-satellite network developed in the on optimising hybrid ad hoc and satellite networks (MONET) project funded within the EU 7th Framework Programme (FP7). It ...

2013
Rifa J. El-Khozondar Hala J. El-Khozondar Mohammed M. Shabat Alexander W. Koch

A new structure for isolator is proposed in this work. The proposed structure consists of metamaterial-magnetoplasma semiconductors parallel plate structure. The utility of magnetoplasma semiconductors is promising in developing nonreciprocal components in the submillimeter-wave and millimeter-wave bands for satellite communications. Metamaterials (MTMs) is used to enhance the behavior of the i...

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

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

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