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 esto1990

  1. E

    Scrambler/Descrambler in MATLAB

    Hello, Im trying to implement 802.11 scrambler/descrambler in matlab. Based on the standard, it should look sth like this: My code looks like this data=zeros(1,7); %data register=[1 0 1 1 1 0 1]; %initial state for i=1:7 temp=xor(register(1),register(4)); % x7 and x4 xor...
  2. E

    [SOLVED] 802.11 a/g/p test signal

    Greetings engi's! I'm currently working on my masters (802.11 wlan receiver with MATLAB/USRPN210). After creating all the important stuff ie: -symbol finder -time synchronization -coarse and fine frequency compensation -symbol demodulator -deinterleaver -Viterbi decoder -descrambler etc. -MAC...

Part and Inventory Search

Back
Top