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 venky yadav

  1. V

    Power dissipation using VHDL.

    How to find power dissipation and delay using VHDL in Xilinx?
  2. V

    Audio Sampling - Nyquist Shannon Theorem

    Sampling exactly at 40Khz will obviously give you better bandwidth efficiency but your tradeoff would be with the filters which will require sharp cutoff whereas relaxing the cutoff for filter i.e sampling at 44.1KHz will provide a guard band but the tradeoff would be sacrifice of bandwidth
  3. V

    Issues with writing a cyclic code encoder and decoder

    Re: cyclic (7,4) encoder The encoder used is the one in the third post and extend for fire code with "g(x)=(1+x^5)*(1+x+x^3)=1+x+x^3+x^5+x^6+x^8" and the encoder used with "for loop" did work for (7,4) code ....i was not able to check for (35,27) code. Encoder: Shifting from right end gives...
  4. V

    Issues with writing a cyclic code encoder and decoder

    Re: cyclic (7,4) encoder This is in extension with the above program. Actually if u have idea of fire code which is binary cyclic code....so i have extended the above (7,4) cyclic code for (35,27) Fire code - a 3 burst error correcting capability code... So the problem is in the below DECODER...
  5. V

    Issues with writing a cyclic code encoder and decoder

    Re: cyclic (7,4) encoder Hi ....first of all thanks a lot i got the problem solved..... ya k over here is 4....and i am goin to extend for k=27 however the variable part helped me in the process..and i was able to do it in one clock cycle ..... thnks a lot again.... one more doubt ...i didnt...
  6. V

    Issues with writing a cyclic code encoder and decoder

    Re: cyclic (7,4) encoder Actually what i was trying to do is encode the input date i.e cyclic encoding where output b contains the input in last k placs( k is length input) and the n-k places contain the parity bits...which i generated by dividing the input by generator polynomial using a...
  7. V

    Issues with writing a cyclic code encoder and decoder

    ---------------------------------------------------------------------------------- -- Company: -- Engineer: -- -- Create Date: 15:27:16 10/07/2010 -- Design Name: -- Module Name: enc2 - Behavioral -- Project Name: -- Target Devices: -- Tool versions: -- Description: -- --...

Part and Inventory Search

Back
Top