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 chahid

  1. C

    Simulation is taking too much time

    Sorry the formula is like this : TotalBits = Desired_NB_errors/ (0.5*erfc(sqrt(Eb/N0)) )
  2. C

    Simulation is taking too much time

    Hello, I suggest to do like this: theoritical BER for BPSK over gaussian channel : BER=0.5*erfc(sqrt(Eb/N0)) = Nberrors/TotalBits TotalBits = 0.5*erfc(sqrt(Eb/N0)) / NBerrors (so can determine the TotalBits from your SNR and the Desired Number of errrors) Best Regards...
  3. C

    Laplace implementation in VerilogA

    hello, I want two implement a filter in s-domaine in veriloga, for example ( (s-1)/(s-2) )*exp(-s*Tau). I Know how to do it with zero/pelo but my problem is the delay element exp(-s*Tau). Thanks very much for your help. Chahid
  4. C

    Frequency/Magnitude response of lowpass FIR filter

    Hi Ahmed, In normalized spectrum means sampling frequency = 1 you have just to multiply by the sampling frequency to get it in hz. or use directly freqz(h_lp,1,1024,Fs) Fs is sampling frequency if you put Fs=1000 hz you get the cut frequency = fc_l * Fs
  5. C

    tap in Equalizer MMSE

    hM is the auto correlation matrix. First hAutoCorr = conv(ht,fliplr(ht)); this the autocorrelation of ht you can use xcorr(ht) instead: hAutoCorr(3) is the maximum that should form the diagonal of correlation matrix hM the number 2*kk+1 is the equalizer...
  6. C

    Frequency/Magnitude response of lowpass FIR filter

    Hi, if you do this f=(0:50)/50 plot(f,Mag) your plot will be normalized and you see the relevant part which is 0 to 0.5 the part higher than 0.5 is the negative spectrum (0.5 is the nyquist frequency) your filter is correct. best regards ---------- Post added at...

Part and Inventory Search

Back
Top