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 hyper-star

  1. H

    short frame of ldpc decoder for DVB-t2

    hi MATLAB support normal frame with 64800 for ldpc code in DVB-S2 standard. but I want to create a short frame for DVB-t2 in MATLAB. short frame langth is 16200. There is values from Annex B and C of the DVB-S2 standard. how can i use them for create short frame? thanks.
  2. H

    VLSI architecture for ldpc decoder

    hi which algorithm do you use for implementation? - - - Updated - - - hi which algorithm do you use for implementation?
  3. H

    model for converting

    hi for example you can use : entity BWSM is port( x, y :in std_logic_vector(7 downto 0); p : in std_logic_vector(15 downto 0)); end; in the architecture you must write: component full_adder port(a, cin, b : in std_logic; sum, cout...
  4. H

    voice record by matlab

    hi,I have a code, may be useful for you here is the code: fs=40000; y=wavrecord(5*fs,fs); plot(y); size(y) z=y(2*fs:3*fs); size(z) figure plot(z) Z=fft(z); z2=fftshift(Z); a=abs(z2); figure plot(a); wavplay(y,fs)

Part and Inventory Search

Back
Top