Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by syedshan

  1. S

    Tractable mathematical formula for Antenna Gain

    Hi all, In the attached figure, one can find the antenna gain formula. But the authors have simplified it for the main lobe only. Can someone please let me know the exact form of the following simplified formula. G(θ)=1+dcos(nθ), 0≤d≤1, n∈N+ Also, In my opinion this formula gives a general...
  2. S

    Does an eNB knows the location of a UE

    Hi all, In cellular communication, does the eNB knows the location of UEs it is serving. If yes, then what procedure does it follows?
  3. S

    Adding Successive Interference Cancellation (SIC) to wireless transmission

    I am looking to integrate the Successive-Interference Cancellation (SIC) technique into my system and would like to know if the following would work. Let me first explain the system as Ic is the total interference from neighbouring eNBs. PT and P′T are the transmit powers of the two...
  4. S

    K-factor vs Mean of dominant component in Rician fading

    Hi all, The implementation of Rayleigh fading channel 'h' in Matlab is h = randn + 1i*randn; I understand that the implementation for Rayleigh channel h' with mean U for the dominant component is : h' = U + (randn(1) + j*randn(1) )/sqrt(2). But my question is, given K-factor K-dB how can I...
  5. S

    Size of a transmission packet

    Hi all I am designing a wireless communication system (based on Aloha like algorithm) for node discovery for vehicular communication with frequencies in the range of 2.4 GHz or 5 GHz (not decided yet). The transmission rate is $\lambda_o$. The transmission time for discovery packet is $ \tau...
  6. S

    Exponential distribution in discrete domain

    Hi all, I am trying to make a simulator for asynchronous (wireless) communication. The packet arrival time is exponentially distributed. The method below is working fine if I am using following assumptions that (See Frame_length variable and then the bolded query in the end) % (using...
  7. S

    Development of aloha (asynchronous) system for wireless node discovery in Matlab

    Thanks for your reply beeflobill, 1. I am looking to simulate for a single hop network. They network should be asynchronous (later I will extend it to hybrid synch-asynch network) 1.a. The Simulator should be able to detect how many nodes have received the signal from a transmitting device...
  8. S

    How to solve nchoosek(k,n), when k <=n?

    Hi all, I was reading a research paper and trying to dig deep. The authors, at one point, have come to a formula as below. Now, if n>k it is piece of cake to solve, but since k<=n it is not that easy for me. Any help would be appreciated in solving this. Especially how I can solve in Matlab...
  9. S

    Development of aloha (asynchronous) system for wireless node discovery in Matlab

    Dear all, I am looking to develop a node discovery code in Matlab. I am looking for a code to develop basic aloha system Can someone guide me with the basics of Matlab simulation development of Aloha. I just need help in initiating the basic transmission. Rest I can develop on my own... Would...
  10. S

    Android Java code confusion for beginner

    Dear all Hope everyone is doing great. I am learning Android for the first time. I have done the a code thru tutorial which is working great. Although my code works great. However, I want to inquire about the following code. please see the since I have seen this first time, I cannot...
  11. S

    confusion of Frequency domain in image processing

    Hi all I have a question in understanding the frequency thing in image or pixel. I am confused particularly about the frequency of image or pixel in the quote below. Can anyone let me understand
  12. S

    cannot register window with win32

    Hello every one In my code I need to make two windows. First window is the main window, the second window is not the main window but I will create it sometime later in the code, But now I want to register it at the beginning of the code. Unfortunately I cannot register. I cannot understand of...
  13. S

    does stratic III or Stratix II devices support partial reconfiguraion

    Hello every one I need to inquire this question that stratix II or III devices do not support partial reconfiguration? Does anyone has experience of working over Xtremedata XD1000 or XtremeData XD2000i devices which has Stratix II and III respectively as supporting FPGA for a co-processor...
  14. S

    HOLD path error for IGNORED TIMIING (TIG) parameter

    Hello ever one, please note first that I am using Xilinx ISE for the following. I cannot understand why do I have hold path violation at the path I have already ignored using TIG parameter. Previously I was having setup path error, hence I put the TIG parameter so that I might have the error...
  15. S

    does the following two codes in VHDL mean same. What is difference in implementaion

    hi well the logical operation for both would be same. However implementation at hardware level will be slightly different, but it does not matter much (in my opinion) since at the end of the day the results are what you want

Part and Inventory Search

Back
Top