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 pinkyvidya

  1. P

    Generation of H matrix for ldpc in matlab

    How to generate H matrix in matlab for ldpc?In matlab using the inbuilt command(fec.ldpcenc) it is possible to generate only default value of 32400x64800 parity matrix.Plz help me to generate H matriz for other parity matrices like (4320,3242)
  2. P

    sparse matrix for ldpc in matlab

    HOw do i generate a sparse matrix for ldpc in matlab?The matlab demo shows for a smaller value.I need for higher values. I tried generating but then the last (N-K) columns of the parity-check matrix must be invertible in GF(2). pls help!!!!!!!!!!!!!!! ITz urgent
  3. P

    How to realize reconfiguration in FPGA?

    Is that bit file u mentioned is the part of the design which has to be configured......How we will know about the size of bit file and how it is created????How can we calculate the turn around time????please reply.............
  4. P

    Dose any FPGA support reconfiguration?

    Does ALTERA devices support run-time reconfiguration.......Is it possible to find reconfiguration time manually???Please reply
  5. P

    Reconfiguration time in FPGA.............

    Thanks for the information.........But I would like to know if there is any equation to in which the netlist size can be given as a parameter to calculate the run-time reconfiguration time in an FPGA...........That will be very helpful for me............
  6. P

    Reconfiguration time in FPGA.............

    Thank you for your reply....But I think irrespective of the FPGA we are using there is some equation based on the size of netlist to find out the reconfiguration time....Kindly help me out with that.......
  7. P

    Reconfiguration time in FPGA.............

    Can anyone help me in finding reconfiguration time in any FPGA?? I need a general equation to calculate the NETLIST RECONFIGURATION TIME for a system designed in hardwareand implemented in any fpga........Please help me..It is very urgent.......... Thank in advance............
  8. P

    Execution time in a C program

    Thanks for your valuable reply..................... @ amraldo [color=darkred]But you should take care of wrapping. Have you ever though of using a profiler? I am begineer in C field. So I am not aware of wrapping. Also I am using NIOS2 soft processor and using Nios 2 Instruction Set...
  9. P

    Execution time in a C program

    Inorder to find execution time in C program, I have used the following piece of code 1. #include <stdio.h> 2. #include <time.h> 3. 4. clock_t start = clock(); 5. /* Code you want timed here */ 6. printf("Time elapsed: %f\n"...
  10. P

    How to do profiling in Nios2 processor of Altera?

    How to do profiling in Nios2 processor of Altera? I had written some c codes in Nios2 processor and simulated using Nios2 ISS and I need to extract the profiling details like execution time and program and data memory used.Can anyone explain me a method to extract profiling datas from Nios? It...
  11. P

    Matlab code for genetic algorithm

    Re: MATLAB CODE FOR GENETIC ALGORITHM Even I came across that tool and its examples.But I need a MATLAB code for genetic algorithm so that I can modify as per my requirement for my project.Kindly help
  12. P

    Matlab code for genetic algorithm

    Re: MATLAB CODE FOR GENETIC ALGORITHM Thank you for your kind reply.But I need the program for Genetic algorithm in MATLAB.Could you please help me with that.
  13. P

    Matlab code for genetic algorithm

    Can any one please help me in providing matlab code for genetic algorithm? I am urgently in need of that code for my project. Please help me. Thanks in advance.
  14. P

    traceback length in convolutional coding

    Sir i went through the paper......but still.................Can it be concluded as traceback length depends only on constraint length. so if constraint length is 7 then traceback length is 35..................but then the BER will be zero which is not practicable right? please help
  15. P

    traceback length in convolutional coding

    How is traceback length determined in convolutional coding?Is it 5 times the constraint length.Are there any other parameters to define it? plz help

Part and Inventory Search

Back
Top