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 kalyanasv

  1. K

    WIMAX using STBC technique model in MATLAB

    Hi, You can start with looking at this website STBC, and further develop the WiMAx code based on the protocol. Have fun!
  2. K

    [SOLVED] Computer Architecute lite Single cycle MIPS design problem

    Hi, Have you tried using a signal trace tool like Modelsim, VCS, Questa....etc to see how the signal are changing? (Highly recommended) (If you have then attach the waveforms, they would be mighty useful) i) in your definition of DMEM you have hard coded some values. Depending on the...
  3. K

    Assist GPS (A-GPS, U-blox)

    Hi, As klystron mentioned you need to give a approximate location of the unit. As with u-blox, I presume you have gone through this link. Typically inthe event of warm start or hot start you should be able to get the ephemeris data as is. The only problem can be at cold start. Regarding the...
  4. K

    Exception error from Xilinx ISE

    Hi, There are a multitude of possibilities for ISE throwing an error as such. i) Are you using a core function corresponding to an ip? ii) As you mentioned the design might be too large to compile..a factor 1.3 doesn't seem to be much but how many filters are you implementing, polyphase...
  5. K

    Uniquely Decodeable Code Weak vs Strong Def

    You are correct this is not true. i.e. it does not a UD code for this particular type of code. For equilength codes this criteria works better. (i.e. reasonable good assumption for ECC but doesn't work well with data compression) There could have been a misinterpretation/misrepresentation...
  6. K

    Matlab code for Bit error rate of turbo coded ofdm system on AWGN channel

    Can you post the exact code? tell what you did exactly...and we could go on from there.
  7. K

    awgn channel for wireless optical channel

    the gaussian channel is modeled by considering noise as a gaussian variable. Typically you vary the variance value over a range to analyse how your channel performs over different variance values. i.e. SNR is a function of variance and you need to consider the for different values. How to...
  8. K

    Is high Z same as floating?

    High Z is not floating. Floating can be any state more like a "X". Whereas high Z is high impedance state, check for its usage in tri-state buffers as an example for a better understanding.
  9. K

    Clock Generation Verilog/VLSI

    Conceptually Yes, but create an extra MSB bit so that your using only 1 bit combinational logic. Time wise I suggest you compute the number of bits according to your requirement. Finite State Machine, is a simple concept which is used to abstract the application into a digital process. Few good...
  10. K

    Clock Generation Verilog/VLSI

    Hi, Firstly considering your using a FPGA is rather an overkill you could use a simple 8051 microcontroller to do the job. Nevertheless, you have a 10KHz clock and get a sample every 10 mins => generate a derived clock e.g. in verilog design a simple 16 bit counter and use the MSB transition...
  11. K

    The difference between two constellations

    Hi, Your comparison is between i) 16-QAM ii) 16-APSK. Firstly do pay heed the answer is only correct for linear channel models. The explanation for the answer , the problem with having 16 phases is maximizing SNR performance and doing a ML detection based on (typically euclidean distance)...
  12. K

    Generating W-CDMA or SC-FDMA-QAM I/Q data

    Hi, The simplest is to use Simulink to generate **broken link removed**. Other options include specific Matlab, Octave code. Further there are also C++ codes. All depends on your budget and time limitations. All of them support offline as well as quasi-real-time analysis, so that should not be...
  13. K

    adding noise to an oversampled ofdm signal

    Hi, The SNR definition there you can look at it as SNR_bit=Eb/N0=(SNR_symbol)*(W/R), where R is your rate and W is the bandwidth. Now, you for R = Symbol Rate * modulation = (20*W*log2(M)), here W is the normal bandwidth and M is your modulation i.e. M=2 for QPSK. so we have R=20*W. Then...
  14. K

    Urgent,please help me about covariance matrix pf channel

    To compute the covariance take the sample vector cov(rx) will give the covariance matrix of the signal. The diag(cov(rx)) will provide the variance values for that signal.
  15. K

    help in ask modulation and demodulation in matlab

    Hi, I presume your considering 2 samples per bit, firstly you want to ensure your 'd' variable corresponds to two samples per bit. i.e., you want to ensure d(2*i-1) and d(2*i) are the same for a two samples per bit scenario. At the receiver similarly you will integrate over these two samples...

Part and Inventory Search

Back
Top