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 13maruf

  1. 1

    please help to edit this matlab code

    what kind of a code is this???? There is no use of for loop !!! actually there is nothin to do with this code. If i just type B=[b1(:) b2(:) b(3:)] without any coding the result will be same...and what will u do if I say thet a=1:36???
  2. 1

    please help to edit this matlab code

    a = 1:10; b = a; b(2,:)= [0, a(1: end-1)]; b(3,:)= [0, 0, a(1: end-2)]; B = b' I want to generate this B matrix by a for loop...........please help me
  3. 1

    want to generate matrix in matlab.....help me

    This code is helpful.But can you give me a code of this by using a for loop??
  4. 1

    Need a matlab code about Channel Estimation

    Need Help Channel Estimation & matlab code I need a matlab code of channel estimation for a zero forcing equalizer. If d(n) is channel input and h(n) is the channel then we can easily get the output y(n) form y(n)=d(n)*h(n) now if i do not know the channel h(n) where I know the input d(n) and...
  5. 1

    want to generate matrix in matlab.....help me

    i want to generate a (3:N) matrix in matlab where the value will be like this [a0 0 0;a1 a0 0;a2 a1 a0;a3 a2 a1;.........;an an-1 an-2]..........plz help me.......its urgent :(
  6. 1

    Need a matlab code.....Help me Plz

    actually I already have this paper,but I cant convert the algorithm to code.That's why I am asking for help.......
  7. 1

    Need a simple paer and a matlab code......plz help me

    Need a simple paper about channel estimation......plz help me Can anyone give me a simple paper that discusses how the tap coefficients of a FIR channel are estimated or any PPT file where such concepts are explained in quite simple terms.
  8. 1

    Need a matlab code.....Help me Plz

    I need a matlab code of an adaptive LMS Channel Estimation method...... plz help me.........

Part and Inventory Search

Back
Top