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 eroica

  1. E

    Distance learning program for working professionals

    Try Georgia Tech. **broken link removed**
  2. E

    Pseudoinverse of matrix...

    Let y = Hx be your system equation where x is the input and y is the output. If you have inv(H), then your system equation is easily solved by doing x = inv(H)y. However, we cannot have inv(H) directly in many of the real applications. That is where the pseudo inverse comes from. Although you...
  3. E

    MMSE standard form ???

    From MMSE sense, you can induce the following relationship. E[|WY - X|^2] ==> E[|WY - X|Y'] = 0 ==> WE[YY'] - E[XY'] = 0 ==> W = E[XY']/E[YY'] Here, E[XY'] is the cross-correlation, while E[YY'] is the auto-correlation. So, E[XY'] = XX'H + XN' and E[YY'] = XX'HH' + XHN' + X'H'N + NN' Since X...
  4. E

    help:matlab codes for matched filter

    Here's a simple pseudo code. == T = your_time_length pluse = your_pulse_shape + noise mf = pulse(1); for k=2:T mf(k) = mf(k-1) + pulse(k); end
  5. E

    Maximum likelihood principle....

    ML is based on that all symbols are equally likely. It is nothing to do with a priori probability, which is used for MAP. However, if the priori probabilities are the same among symbols, then ML = MAP. Zero forcing literally forces ISI to be zero. In other words, if H(z) is the channel...
  6. E

    RMS jitter specification

    Since random jitter is unbounded, rms is the effective way to represent it. If you want the random jitter in pk-pk term, you need to use a scaling factor for a specified BER. Otherwise, you cannot get the pk-pk value out of rms. If you got the phase noise, saying N, then your rms jitter in...
  7. E

    Is the VCO duty cycle always 50%?

    Re: VCO Duty cycle The duty cycle variation is another term called DCD(Duty Cycle Distortion) jitter. Since DCD is bounded, it is a kind of DJ(deterministic jitter). In deed, DJ can be decomposed in to ISI, DDJ, DCD and PJ(periodic jitter). As you may know, jitter from VCO output is unbounded...

Part and Inventory Search

Back
Top