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 zoomkrupesh

  1. Z

    MPEG-1, -2, -3 Decoder implementation

    MPEG Decoder Hi guys, I want to implement a MPEG decoder in a such a way that it can decode MPEG-1,MPEG-2 or MPEG-3 file.So is it possible? And if it is possible then how can I identify that receiving data is in MPEG-1,MPEG-2 or MPEG-3 format Thanks in advance. Krupesh
  2. Z

    Need help to implement parallel chien search algorithm

    Hi, I want to implement parallel chien search algorithm on FPGA.I found some material in which there are two methods are shown to implement the parallel chien search algorithm. In one method there are pt different g.f(2) multiplier(a^1,a^2,a^3,a^4....a^pt) are used. while in other method there...
  3. Z

    Problem with polynomial division

    Hi, I am facing a problem in computing division of two polynomial.I am using lfsr for the equation x^4+x+1.And my input is x^8+1.What should be my output?i.e if I divide x^8+1 by x^4+x+1.Below I have given a code for generating equation x^4+x+1 module s1(clk,rst,data_in,s1); input...
  4. Z

    how go generate parallel 2t syndrome for BCH decoder?

    Parallel BCH decoder Hi, I want to implement parallel BCH decoder.First step of decoding is syndrome computation.I do not know how go generate parallel 2t syndrome for BCH decoder. Can any one guide me ? or Can anyone give me some material for that ? Thanks in advance.
  5. Z

    Need help to decode the bch code

    Hi All, I am working on BCH code.I am using it to correct 4 bit of error of nand flash memory. I have already implemented Hamming code to correct single bit errors.Below I have shown the steps for hamming implementation (1)I applied hamming algorithm on 512bytes. (2)During write operation in...
  6. Z

    Let's collect as many "Useful VHDL Function" as we

    BCH code help Hi, I do not want vhdl code for bch.But I need some help.I want to know how to implement BCH algorithm parallel in hardware. kapatel@slscorp is my email id. Thanks in advance Krupesh

Part and Inventory Search

Back
Top