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 wave1

  1. W

    spectral efficiency calculation from eye diagram

    I don't really know these systems specifically. Maybe there are other means, you have to check literature.
  2. W

    spectral efficiency calculation from eye diagram

    Well, basically it may be right - just one thing left forgotten: The spectral efficiency relates to the information bits, therefore if the eye diagram describes a coded system, one has to know the code rate in order to calculate the spectral efficiency in this way. If the system is uncoded, then...
  3. W

    spectral efficiency calculation from eye diagram

    Well no. remember the eye diagram is simply a descriptive graphical view of the transmitted symbols through the channel. The calculate the BER you either need to demodulate the received samples y[0],y[1],.. yourself and compare the the given transmitted signal x[0],x[1],... (if you have it)...
  4. W

    Spatial Modulation with 16QAM

    if you want 6 bit/symbol you need a 64-QAM modulation not 16-QAM. in MATLAB: M= 64; Nsymbols = 1000; h = modem.qammod('M',M,'InputType','bit','SymbolOrder','gray'); bits = bits = round(rand(log2(M)*Nsymbols ,1)); x = modulate(h,bits); for the Rayleigh channel your model would be y = h*x + w...
  5. W

    Channel Capacity Matlab

    Hi, you don't need an input to plot the capacity according to this formula. You can plot the normalized capacity C/B [Bit/Sec/Hz] which is C_norm = log2(1+SNR) and all you have to do is set a vector of SNR values and plot this.
  6. W

    spectral efficiency calculation from eye diagram

    The spectral efficiency is defined as (information rate/bandwidth) [bit/sec/Hz] you cannot calculate it from the eye diagram - the eye diagram simply shows you the progression of the transmitted symbols through time.
  7. W

    is 1/x unstable system?

    you are right. it is not stable.
  8. W

    Outage Probability Simulation for Rayleigh fading channel

    ah, okay it's the CDF of exponentially distributed RV.
  9. W

    Channel Gain of AWGN channel

    in maximal ratio combining (MRC), the post-processing SNR (after combining the gains of the antennas) is pp_SNR = ||h||^2*SNR where ||h||^2 = sum(|h_i|^2) since in AWGN the channel gain |h| of each antenna is 1, then you get pp_SNR = L*SNR where L is the number of the antennas combined in MRC...
  10. W

    Outage Probability Simulation for Rayleigh fading channel

    several comments - 1. first of all i see you randomize a channel vector for each block. that is relating to situation where you assume your channel is either fast fading, or you have perfect interleaving. there's nothing wrong with it, just make sure this is what you assume. 2. why are...
  11. W

    Outage Probability Simulation for Rayleigh fading channel

    Outage is defined as events where the receiver cannot fulfill the required performance. So first you have to decide what is considered outage events - for example, you can define BER = 10E-4 is the minimum BER your system can handle. and all below it (i.e. BER = 10E-3) is a failure. So, after...
  12. W

    sum of squared Gamma RV

    Hi, does anyone know if there is a closed form for the sum of squared Gamma RVs ? or for the sum of squared Exponential RVs ?
  13. W

    non-dispersive independent Rayleigh fading using matlab

    if your fading is non-dispersive, you have flat fading rayleigh. so y[m] = h[m]*s[m] + w[m] you just have to generate h as a complex gaussian vector, at the size of your symbols vector.
  14. W

    About gain of Rayleigh fading channels

    Hi, So if I understand correctly, you mean that it doesn't matter what is the variance of the channel gain ? I mean, two RV with the same probability and different average gain will effect the system the same way ?

Part and Inventory Search

Back
Top