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 uk.engr

  1. U

    how to implement 7000pt radix-2 fft

    Assalam o Aleikum (Hello/Hi), Thank you lostinxlation.
  2. U

    how to implement 7000pt radix-2 fft

    Re: fft implementation Hi, I have made the simulation code for SC-FDMA, I want evaluate to its PAPR, how should I calculate it. Please help, here I am calculating in this way: for ii = 1:OFDMSym outputiFFT=Transmitted_data(ii,:); meanSquareValue = outputiFFT*outputiFFT'/length(outputiFFT)...
  3. U

    MC-CDMA (Queries Regarding Theory and Simulation)

    Can any one tell me, how should i get start the development of MATLAB's code for MC-CDMA? I will thankful for any comments...
  4. U

    how does the ifft work in OFDM

    I am trying to understand the Matlab program for BPSK OFDM with FFT size=64. At the time of taking ifft it takes fftshift. It also normalizes the power of transmit symbol to 1 i.e. xt = (nFFT/sqrt(nDSC))*ifft(fftshift(xF.’)).’ , i have following queries: 1. Why there is a need of normalization...
  5. U

    how does the ifft work in OFDM

    Ok Thank you Communications_Engineer, now i am trying for 2-PSK FFT size=64.
  6. U

    how does the ifft work in OFDM

    I want to make OFDM code using 16-PSK modulation and having FFT Size=64. As we know the predefined function for M-PSK which is given as: modulate(modem.pskmod(modindex),data). How can i utilize this function for OFDM? I mean, how should i put FFT size in this function?
  7. U

    how does the ifft work in OFDM

    Thank you communications_Engineer
  8. U

    how does the ifft work in OFDM

    Can any one tell me: how OFDM can be used to transmit at high data rates over a wireless channel

Part and Inventory Search

Back
Top