Skip to main content

Kepler L's Library tagged interference   View Popular

30 Aug 09

Welcome to IEEE Xplore 2.0: Downlink beamforming algorithms with inter-cell interference in cellular networks

similar to Block diagonalization for multi-user MIMO with other-cell interference (2008) by Heath, R. and Andrews, J.
http://ieeexplore.ieee.org/xpls/abs_all.jsp?arnumber=4570233

ieeexplore.ieee.org/...abs_all.jsp - Preview

downlink interference fluctuation multi-cell prediction papers ieee

  • Downlink beamforming algorithms with inter-cell interference in cellular networks

Welcome to IEEE Xplore 2.0: Block diagonalization for multi-user MIMO with other-cell interference

  • Block diagonalization for multi-user MIMO with other-cell interference
  • presents an OCI-aware enhancement to block diagonalization that uses a whitening filter for interference suppression at the receiver and a novel precoder using the interference-plus-noise covariance matrix for each user at the transmitter
28 Aug 09

Welcome to IEEE Xplore 2.0: On capacity of cognitive radio networks with average interference power constraints

  • On capacity of cognitive radio networks with average interference power constraints






    Cheng-Xiang Wang  

    Xuemin Hong  

    Hsiao-Hwa Chen  

    Thompson, J.  


    Joint Res. Inst. for Signal & Image Process., Heriot-Watt Univ., Edinburgh;







    This paper appears in: Wireless Communications, IEEE Transactions on



    Publication Date: April 2009


    Volume: 8, 

    Issue: 4



    On page(s): 1620-1625





    ISSN: 1536-1276


    INSPEC Accession Number: 10627523


    Digital Object Identifier: 10.1109/TWC.2009.071075


    <!--Start 2.5.3 code-->

    Current Version Published: 2009-05-02



    <!--End 2.5.3 code-->



















    Abstract

    Cognitive radio (CR) has been considered as a promising technology to improve the spectrum utilization. In this paper we analyze the capacity of a CR network with average received interference power constraints. Under the assumptions of uniform node placements and a simple power control scheme, the maximum transmit power of a target CR transmitter is characterized by its cumulative distribution function (CDF). We study two CR scenarios for future applications. The first scenario is called the CR based central access network, which aims at providing broadband access to CR devices. In the second scenario, the so-called CR assisted virtual multiple-input multiple-output (MIMO) network, CR is used to improve the access capability of a cellular system. The uplink ergodic channel capacities of both scenarios are derived and analyzed with an emphasis on understanding the impact of numbers of primary users and CR users on the capacity. Numerical and simulation results suggest that the CR based central access network is more suitable for less-populated rural areas where a relatively low density of primary receivers is expected; while the CR assisted virtual MIMO network performs better in urban environments with a dense population of mobile CR users.

08 Mar 09

Dynamic Tags

  • Expertise: Beginner

    Language: JavaScript


    September 6, 2005

    Dynamic <div> Tags

    Use JavaScript to make a <div> tag dynamically and then adds code to handle the onmouseclick event to it.":

    /*The following code generates a div in javascript dynamically and add events to it and append it to the
    form of html page .*/

    // call this function from form of html
    function create_div_dynamic(){

    dv = document.createElement('div'); // create dynamically div tag
    dv.setAttribute('id',"lyr1"); //give id to it
    dv.className="top"; // set the style classname
    //set the inner styling of the div tag
    dv.style.position="absolute";
    dv.style.pixelLeft=20;
    dv.style.pixelTop=100;
    dv.style.pixelWidth=10;
    dv.style.pixelHeight=20;
    dv.style.backgroundColor="red";
    //set the html content inside the div tag
    dv.innerHTML='<br> hi <br>';

    // attach event onmouseclick to the created div tag
    dv.attachEvent("onmouseclick",function(){element_event_onmouseclick();});
    //finally add the div id to ur form
    document.forms[0].appendChild(dv);

    }

    function element_event_onmouseclick() //its called for onmouseclick
    {
    alert("Inside function onmouseclick");

    }


    Srimoyee Panda
1 - 7 of 7
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo