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 maomun

  1. M

    The best book on MIMO

    Hi,hrhgroup 1.Fundamentals of Wireless Communication By: David Tse and Pramod Viswanath 2.MIMO Wireless Communications: From Real-World Propagation to Space-Time Code Design By : Claude Oestges and Bruno Clerckx
  2. M

    What is the best book on statistical signal procesing?

    The books that wrote by Steven M. Kay or Monson H. Hayes are all very good in statistical signal processing filed.
  3. M

    ofdm cyclic extension

    cyclic extension in ofdm Ex. 1.assume your data sequence = s(1:N) 2.Number of guard interval , Ng = 4 of all data length 3. Nt = N+Ng (total length) simple code for add guard interval by matlab %new sequence st(1:Nt) = [s(N-Ng+1:N) s(1:N)] ; %and then simple code for remove guard interval...
  4. M

    which is the best book in digital communications?

    Hi, friend Although the book by Proakis is the best one, but the book by John R. Barry, Edward A. Lee, and David G. Messerschmitt is also good choice.
  5. M

    Channel normalization in MATLAB simulation

    normalization in matlab Channel normalization in MATLAB h=(1/sqrt(2)).*abs((randn(1,3)+j*randn(1,3))); h = h./norm(h); this method is refer channel power to be 1. And more, i have found a good discuss about normalization here. hope u got :D
  6. M

    How to generate rayleigh distribution(rayleigh fading) in Matlab?

    rayleigh channel Hi, Follow this h**p://
  7. M

    How to simulate fading channel in Matlab?

    Re: matlab Hi, Try to check this first "help rayleighchan or ricianchan" By this function u can set channel's parameter in multipath fading way include other channel characteristic.
  8. M

    No. of subcarriers in MC-CDMA

    Hi, nawabumar Are u begin study about MC-CDMA ? IF u r follow this "h**p://users.ece.utexas.edu/~jandrews/ee381k/EE381KTA/mccdma_overview.pdf" For No. of sub-carriers as the way to implement OFDM modulation.
  9. M

    Solution to a big fading problem in a wireless system

    big fading problem Hi, Try "help firwiener" for a certain filter provide by matlab it's not complex to use and give performance quite well.
  10. M

    leading universities in telecomm department.

    Hi,wajahat In Netherland,Sweden and German have many U that very good in telecomm department too.
  11. M

    Matlab code for FIR filter design

    matlab fir filter Hi, Try this " help firwiener " and read how to use. This is easy step to filtering noise and no need to design in "fir" function learn it as benchmark, then u should design parameter of "fir1" for filtering by yourself.
  12. M

    Matlab OFDM simulator error

    Hi, Ok, but where is your code? u can post it all or some part that u r not sure.
  13. M

    Questions about synchronization in OFDM

    Re: OFDM: Synchronization Hi,QMA From the Rx side, assume perfect operation (1) is the position of time index start for DFT window process of N point (only useful data length) mean as find the first edge of each symbol or some point between channel length <offset≤ max GI length in...
  14. M

    OFDM Basic Matlab Code for Transmitter and Receiver

    ofdm transmitter matlab code Hi, minusinfinity Follow this link friend. It's pilot based channel est for OFDM using LSE. :D "h**p://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=13127&objectType=file"
  15. M

    Question about OFDM and incoming data tracking

    OFDM: reception Hi, QMA As u said, it can be done by frame design or by identical cyclic ,prefix postfix Ex. in your simulation before u recieve useful data u could set known initial bit like "0101...1" then [GI,data]0101....1[GI,data] till the end of frame in meaning to track symbol by...

Part and Inventory Search

Back
Top