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 cheggy

  1. C

    How to add multipath fading to a signal using tap?

    taps in rayleigh channel Hi, I took var. 0.01 only for example, you may use any value that you find to be appropriate for your simulation. To pass signal through this channel just use convolution of transmitted signal and channel impulse response created above. If you are using MATLAB, all you...
  2. C

    How to add multipath fading to a signal using tap?

    multipath fading wiki If you generate amplitudes for paths (or taps) directly - you won't get proper distribution. Let's say you actually need 4-tap Rayleigh channel with variance 0.01 - it can be generated with: for m=1:4 h(m)=sqrt(0.01/2)*randn+i*sqrt(0.01/2)*randn; end; And that's it...
  3. C

    How to add multipath fading to a signal using tap?

    multipath fadding You can create Rayleigh channel by generating taps of channel as x+i*y, where x and y are Gaussian with mean zero and variance that you choose.
  4. C

    2.144Mbps frame format

    I think he/she gave up in March. :)
  5. C

    matlab code for Adaptive Modulation needd

    Re: help me Hi, I think that You won't find "code" for that topic, but You can write it yourself by using MATLAB functions for modulation (check out "Help" in MATLAB).
  6. C

    How to build a DFE in Matlab

    matlab dfe True - check out Matlab help!
  7. C

    Looking for baseband modulation code in Matlab

    Re: baseband modulation Line codes, and other shaping techniques can be included, true.
  8. C

    reg lms algorithm -- how do we get d(k) at the receiver

    OK, let's go :) : First, equaliser operates in training mode: you send d(k) and your receiver expects d(k) exactly. During propagation channel (h(k)) has changed your signal and now it is x(k)=d(k)*h(k) (* is for convolution). x(k) is what you see at input of equaliser: you change x(k) with...
  9. C

    reg lms algorithm -- how do we get d(k) at the receiver

    That's true, for training mode of operation. After this mode, equaliser is considered to have converged to optimal structure, and transmission of unknown data starts. Now you calculate error by comparing data after decision slice and signal at the output of equaliser - this is so-called Decision...
  10. C

    Looking for baseband modulation code in Matlab

    Re: baseband modulation Baseband modulation is simply - modulation of signal in baseband :). Like converting 0s and 1s into two-branch 4-level baseband signal (in order to create 16-QAM modulated signal) - this is modulation. Later one can additionaly "multiply" this baseband signal with...
  11. C

    DFE interpretation questions?

    Hi, Tap coefficients change because of residual error (I suppose that your equaliser has converged, and these changes are just "oscillations" around some tap values). Have you checked results of equalisation: is data leaving equaliser (after decision is made) good or not?
  12. C

    convolution & correlation

    That's right!
  13. C

    convolution & correlation

    When your signal passes through filter he changes - this change is described with convolution of signal waveform and filter impulse responese in time domain. So, it is not our free choice to take convolution function to describe this process, this function trully represents what happens...
  14. C

    How to keep amplitude of PSK signal constant while doing simulation?

    Re: PSK simulation Well, if your (fixed) amplitude is large, noise will change it just a little, and as a result phase of your vector will change slightly and you'll be able to recognize your vector at receiving point. This is case with large signal-to-noise (SNR) ratio. In case when your fixed...
  15. C

    Recommend Digital Communication Book

    Well, Sklar's great, too! :) :) :) On the very beggining I read Haykin - it was sometimes great, sometimes OK. It would be probably the best if you read some lectures, class presentations, work on problems with solutions for the first contact. :) :)

Part and Inventory Search

Back
Top