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 merkawa

  1. M

    Matlab functions for AWGN and fading channel models

    function [DecOutput] = gf2dec(GFInput,m,prim_poly) GFInput = GFInput(:)'; % force a row vector GFRefArray = gf([0:(2^m)-1],m,prim_poly); for i=1:length(GFInput) for k=0:(2^m)-1 temp = isequal(GFInput(i),GFRefArray(k+1)); if (temp==1)...
  2. M

    Reed solomon Code for encoder and decoder

    Hi there! I need the RS code realization in MatLab or model of coder/decoder in Simulink? Does anybody here can help me sending it to merkawa@rambler.ru? Thanks! Best regards, Nikolay.
  3. M

    source code on kalman filter

    kalman filter source Does anybody has the same source code for this book not the 2nd Edition but the Third Edition? I need it. Best regards.

Part and Inventory Search

Back
Top