代码搜索:mimo matlab
找到约 10,000 项符合「mimo matlab」的源代码
代码结果 10,000
www.eeworm.com/read/336193/12464871
m mimo_test.m
%practise
Nt=2;
Nr=2;
t=10;
f=mimo_channel(Nr,Nt,t)
www.eeworm.com/read/221611/14735806
m mimo_sim.m
function [BER_total,CIR]=mimo_sim(Iter,name)
N_channel=3;
SNR=[55:5:65];
n=1000;
blocks_min=1;
blocks_max=1;
BER_total=[];
g_rsc1=[1 1 1;1 0 1];
g_rsc2=[1 1 1;1 0 1];
g_rsc3=[1 1 1;1 0 1];
mem1=size
www.eeworm.com/read/221611/14735813
m mimo_awgn.m
function BER_total_AWGN=mimo_AWGN(name)
N_channel=3;
n=5000;
SNR=[0:10];
blocks_min=1000;
blocks_max=2000;
BER_total_AWGN=[];
g_rsc1=[1 1 1;1 0 1];
g_rsc2=[1 1 1;1 0 1];
g_rsc3=[1 1 1;1 0 1];
[st_t1
www.eeworm.com/read/211850/15172360
m mimo_main.m
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% mimo_main.m
% This program is designed to estimate MIMO parameters
% in the Frequency D
www.eeworm.com/read/209496/15218419
m mimo_ofdm.m
%------------------------------------------
% EE359 final project, Fall 2002
% Channel estimation for a MIMO-OFDM system
% By Shahriyar Matloub
%----------------------------------------
www.eeworm.com/read/294145/3919664
c block_mimo.c
/***************************************************************************
* block_mimo.c - Define a MIMO-block with an input or output-size
* -------------------
*
www.eeworm.com/read/294145/3920114
m mimo_midamble.m
% This matlab script simulates the MIMO channel estimation
% Based on the paper by Jaiganesh, Markus, Harish
% titled 'optimal Channel training for multiple antenna systems
% The matrix required on th
www.eeworm.com/read/294145/3920308
h mimo_radio.h
#ifndef _SIMPLE_RADIO_H__
#define _SIMPLE_RADIO_H__
#define SLOTS 4
#define SLOT_LEN 20
#define SLOT_OFFSET 1
struct bch_struct {
char str[60];
};
#endif
www.eeworm.com/read/294145/3920326
h ldpc_mimo.h
#ifndef _SIMPLE_RADIO_H__
#define _SIMPLE_RADIO_H__
#define NO_TX 2
#define NO_RX 2
#define SLOTS 4
#define SLOT_LEN 20
#define SLOT_OFFSET 1
struct bch_struct {
char str[60];
};
#endif