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 bulx

  1. B

    how to integrate the function

    never thought a day would come that one could answer like this! http://integrals.wolfram.com/index.jsp?expr=1%2F%281%2Bax^2%29^2&random=false -b
  2. B

    ofdm carriers discrete or analog

    1.how com discrete carriers(present in ifft) modulate input sequence? Whay call the carriers "discrete". each of them is a continuous signal, they are at discrete frequencies, if you want. Each individual carrier is modulated (eg QPSK) by the input data sequence. 2.which parameter of carrier is...
  3. B

    What is the physical meaning of energy and power signal?

    Re: energy signal +power signal Energy signal is one which has finite energy, so that it makes sense to talk about its energy, more than its power. Like a limited duration signal whose square will sum up to a finite number, but power is zero. A power signal is one that has finite power, like a...
  4. B

    How to conver pulse signal in s domain

    Do an fourier transform on the pulse's equation. - b
  5. B

    When not to use Fourier Transform?

    FT is useful when the waveform is deterministic. (one can write an equation or give the value of the wave at any point in time). In PSK, FSK etc, the waveform is not predictable, since the modulating binary data is random. So we need to use PSD to find the spectrum info of such a signal. (FT of...
  6. B

    How to conver pulse signal in s domain

    Instead, why not convert gain from transfer function (s-domain)to frequency response (w domain), by evaluating the transfer function at s= jw?
  7. B

    combinational division by 3

    one half-way solution: you would notice that 1/3 = 1/4 +1/16 + 1/64 + 1/256 + .. (to infinity) So you could get an approx result by doing shift-by-2 many times and adding up. - b ...and further refine by dividing the difference of above result*3 from original number by3 (using a look up...
  8. B

    Channel Capacity and transition probability question

    What are the number of input possibilities? What are the output possibilities? If I assume that input possibilities are 3 (say -1, 0, +1), and out put possibilities are 2 (-1, +1), then your transition matrix can be interpreted p(-1/-1) p(0/-1) p(-1/+1) p(+1/-1) p(0/-1) p(-1/+1) note: p...
  9. B

    PAM bandwidth, QAM bandwidth

    What is missing above is how many levels is the PAM scheme using and number of constellation pints in the QAM. Both QAM and PAM can occupy same BW depending on the pulse shape used for modulation. -b
  10. B

    [SOLVED] how to calculate noise variance from noise power spectral density value

    eqn holds, if you convert left side to simple ratio from dBm. you'll have to find out whats the relevant BW, it is not mentioned in the first post. You could also assume the BW of the noise is the same as that for your signal, but it really depends on the system. - b
  11. B

    [SOLVED] how to calculate noise variance from noise power spectral density value

    since PSD is flat here, total noise power across all frequencies = BW * PSD This is the same as the variance of the noise = σ²/2 Agree? - b
  12. B

    want to generate matrix in matlab.....help me

    a = [a1, a2,...,an] b = a; b(2,:)= [0, a(1: end-1)] b(3,:)= [0, 0, a(1: end-2)] B = b' - b
  13. B

    Path Loss in Matlab???

    if h is the impulse response (it is conventional to use h for impulse response), yes, it should be convolved with x(t). However, if h is in matrix form (corresponding to multiple paths), it could still be written as multiplication, which is the normal way of writing in wireless context. - b
  14. B

    Path Loss in Matlab???

    include PL into h as a scalar. h' = h *PL, and use it to calculate y(t). - b
  15. B

    Need some advise on changing my careee

    1. prob not; but analog guys would lead small but extremely performance-crucial parts of the system - b

Part and Inventory Search

Back
Top