نتایج جستجو برای: mobile radio system

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

Journal: :Int. J. Digital Multimedia Broadcasting 2009
Ronan Farrell Magdalena Sánchez Gerry Corley

Software-defined radio requires the combination of software-based signal processing and the enabling hardware components. In this paper, we present an overview of the criteria for such platforms and the current state of development and future trends in this area. This paper will also provide details of a high-performance flexible radio platform called the maynooth adaptable radio system (MARS) ...

2012
S. Selvakanmani M. Sumathi

Ad hoc network is a collection of wireless mobile nodes that dynamically form a temporary network without the use of any existing network infrastructure or centralized administration. A cognitive radio is a radio that can change its transmitter parameters based on interaction with the environment in which it operates. The basic idea of cognitive radio networks is that the unlicensed devices (co...

2012
Yuvraj Singh Mamta Katiyar

Radio wave propagation models are extremely important in radio network planning, design as well as in interference planning.All the models predict mean path loss as a function of different variables such as frequency, distance between transmitting and receiving antenna, antenna heights, etc. Radio propagation is essential for emerging technologies with appropriate design, deployment and managem...

Journal: :IEEE Trans. Communications 1999
Marco Chiani Andrea Conti Oreste Andrisano

In a shadowing-free environment, the improvement introduced by slow frequency-hopping (SFH) on a time-division multiple-access based mobile radio system can be taken into account by redefining the minimum carrier-to-interference ratio. This protection ratio, with SFH, is dependent on the transmission system, channel model, traffic, and frequency reuse parameters. In this paper, the above-mentio...

2006
Armin Dammann

We briefly explain the concept of cyclic delay diversity (CDD) as a variant of standard conformable delay diversity techniques. Usually being implemented at the transmitter side of an OFDM based system, the application of CDD is recognized at the receiver side only by observing modified channel propagation conditions. Therefore, we analyze the effect of CDD on the channel fading properties obse...

2011
Theodore S. Rappaport

FUTURE TRENDS OF MOBILE AND PERSONAL COMMUNICATIONS (Invited Paper) Theodore S. Rappaport Mobile & Portable Radio Research Group Bradley Department of Electrical Engineering Virginia Tech Blacksburg, VA 24061-0350 email: wireless@vt.edu This tutorial paper provides an overview of the fundamental concepts used in cellular radio communications, and illustrates the likely evolution and growth of t...

2005
C. F. Ball E. Humburg K. Ivanov F. Treml

WiMax broadband MAN based on the IEEE 802.16d/e standard supports mobile as well as fixed wireless access services. Both types of subscriber data links are characterized by totally different radio conditions such as e.g. propagation, interference rejection capability, terminal antenna gain, pattern and height. This leads to a significant coverage mismatch, different user application throughput ...

Journal: :JCM 2016
Bing Chen Hong Shen Xiaoxiao Cao

—Cognitive radio is regarded as a key technique in the fifth generation communication system. We consider that the popular contents can be cached in cognitive mobile users who compose a cognitive Device-to-Device (D2D) network. Cached

2007
Branislav Kusy György Balogh János Sallai Ákos Lédeczi Miklós Maróti

Radio-interferometric ranging is a novel technique that allows for fine-grained node localization in networks of inexpensive COTS nodes. In this paper, we show that the approach can also be applied to precision tracking of mobile sensor nodes. We introduce inTrack, a cooperative tracking system based on radio-interferometry that features high accuracy, long range and low-power operation. The sy...

2011
Arun Agarwal K. Patra

The new digital radio system DAB (Digital Audio Broadcasting), developed within the Eureka 147 project is a very innovative and universal multimedia broadcast system that has the potential to replace existing AM and FM audio broadcast services in many parts of the world in the near future. DAB employs coded OFDM technology that enables it for mobile reception and makes receivers highly robust a...

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

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

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