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 iamsamriti

  1. I

    regarding OFDM index modulation?

    is somebody working on OFDM index modulation..need help in matlab coding to develop its basic bit error rate curve given on page 5544 for the link given below https://ieeexplore.ieee.org/abstract/document/6587554
  2. I

    Regarding OFDM index modulation?

    clear all; close all; clc; nsym=10^2; %nbitspersym=12 bits=(1:12) n=4 g=2; %g1=bits(1:6) % division of 16 FFT size into 8 FFT subcarriers. %g2=bits(7:12) % division of 16 FFT size into 8 FFT subcarriers ipbits = randi([0,1], 1, 600) % generation of random bits M=4; Z=reshape(ipbits,100,6)...
  3. I

    Regarding OFDM index modulation?

    thanx for replying. i want coding in matlab using QAM...i have developed code for OFDM index modulation in matlab but not getting the desired Bit error rate curve.
  4. I

    Regarding OFDM index modulation?

    can someone please share the Bit error rate code of basic OFDM- index modulation on my mail id email address is removed
  5. I

    how to generate alpha kappa mu and alpha eta mu fading in matlab for OFDM

    how to generate alpha kappa mu and alpha eta mu fading in matlab for OFDM
  6. I

    wavelet based matlab code

    somebody plz share wavelet based OFDM matlab code...or plz tell what values should be given to approximation and detail coefficients in IDWT...do we add CP in wavelet OFDM...plz reply
  7. I

    query regarding matlab code of BER of BPSK

    somebody plz help me in understanding this particular line in detail nErr(i) = size(find([ip- ipHat]),2); why have we used 2 here and how no. of errors are being calculated in the following code of BER for BPSK clear N = 10^6 % number of bits or symbols % Transmitter ip = rand(1,N)>0.5...

Part and Inventory Search

Back
Top