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 Eng.Mohammed

  1. E

    Problem with code for simulating BPSK in OFDM system

    Re: OFDM Under Fading y is rayleigh fading, so it is multiplicative noise. I do not compensate BPSK without OFDM, so I think the two results should be the same, but this did not occur
  2. E

    Problem with code for simulating BPSK in OFDM system

    Re: OFDM Under Fading It is kind of you to help me, I worked hardly on it but i did not not find the problem, I hope to find time to help me
  3. E

    Problem with code for simulating BPSK in OFDM system

    Re: OFDM Under Fading It is Kind of you to help me
  4. E

    16-QAM and Rayleigh fading channel

    simulat qam awgn channel I am facing the same problem for 16-QAM, also it does work for 4-QAM, please if you find the problem tell me, this will be kind of you
  5. E

    Problem with code for simulating BPSK in OFDM system

    Re: OFDM Under Fading Can any one tell me the problem?????
  6. E

    Problem with code for simulating BPSK in OFDM system

    Re: OFDM Under Fading below i inserted the code to read it and tell me where is the problem clc clear all Esdb=0:5:50; k1=0:length(Esdb); Es=10.^(db/10); sigma=sqrt(1/2); snr=db; NN=100000; N=32; Xn55=(rand(1,NN))>0.5; %%% Random data Xn1=double(Xn55); Xn5=(reshape(Xn1,N,[]))'; for...
  7. E

    Problem with code for simulating BPSK in OFDM system

    when I simulated BPSK under Raleigh fading the simulated results was exactly as theoretical but when I use BPSK in OFDM system the result Untill 15dB like BPSK without OFDM but after that error floor occurred. Can any one tell me what is the wrong??? PLZ help me

Part and Inventory Search

Back
Top