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 poomathi

  1. P

    can u help 4 BER performance in MIMO?I need matlab codes for this......

    Below is the matlab code for alamouti model %Transmitter part if syms_in is the symbols to the input of 2 Tx antenna function syms_out = tx_Alamouti(syms_in) num_symbols = length(syms_in); ant1_syms = zeros(1,num_symbols); ant2_syms = zeros(1,num_symbols); syms_out = zeros(2,num_symbols); %...

Part and Inventory Search

Back
Top