-
MiMoWireSystem
matlab环境,瑞利信道下mimo无线通信系统的仿真,包括原始的单入单出siso,到单入双出sido,到单入多处simo,到mimo系统中垂直分层空时码vblast的误码率仿真曲线。(Matlab environment, Rayleigh Channel mimo wireless communication system simulation, including the original single-input single-output siso, single-and double-sido to multiple single-simo, mimo system of vertical layered space-time codes vblast BER simulation curve.)
- 2007-04-13 23:07:38下载
- 积分:1
-
radon_ambiguity
%radon transform
clear all
%
N=800
n=1:N
fs=200
t=n/fs
x1=exp(j*2*pi*(5*t+0.5*5*t.^2))
x2=exp(j*2*pi*(5*t+0.5*15*t.^2))
x=x1+x2
%N=length(x)
% ambifunb(x )
%*****************************************RAT
naf=ambifunb(x)
htl(abs(naf))
% [wh,rho,theta]=htl(abs(naf))
colormap([0,0,0])
% xlabel( 极半径 )
% ylabel( 角度 )
%**************************************%找出峰值点的坐标,计算初始频率和调频斜率(正确)
%找出峰值点的坐标
b=max(max(wh))
[u,a]=find(wh>=0.8*b)
( Radon transformclear all N = 800 n = 1: N fs = 200 t = n/fs x1 = exp (j* 2* pi* (5* t+ 0.5* 5* t. ^ 2)) x2 = exp ( j* 2* pi* (5* t+ 0.5* 15* t. ^ 2)) x = x1+ x2 N = length (x) ambifunb (x)***************************************** RATnaf = ambifunb (x) htl (abs (naf)) [wh, rho, theta ] = htl (abs (naf)) colormap ([0,0,0]) xlabel (polar radius) ylabel (angle)************************************** to find the coordinates of the peak point, calculating the initial slope of the frequency and FM (right) find the peak point of the coordinates b = max (max ( wh)) [u, a] = find (wh)
- 2008-05-06 21:56:10下载
- 积分:1
-
ComputerManualAppendix
Computer Manual in MATLAB
to accompany
Pattern Classification
- 2010-11-22 06:57:52下载
- 积分:1
-
Hungarian_naming_convention
编程语言的命名规范,有助于提高读取程序的能力。(Naming of programming languages, the ability to help improve reading programs.)
- 2010-11-23 14:38:30下载
- 积分:1
-
music
说明: 此程序是运用music方法估计功率谱,并实现了信号还原。(This program adopts the mathod of music psd to estimate the powerdensity,and get the original signal.)
- 2011-03-10 18:53:04下载
- 积分:1
-
FFT
GIVES THE DIRECTION OF MINUTIA
- 2010-06-07 12:50:15下载
- 积分:1
-
ImageProcessingToolbox
MATLAB的图像处理工具箱手册,涉及了图像显示、图像变换、图像配准等一些常用的图像操作(MATLAB image processing toolbox manual deals with image display, image transformation, image registration and some other commonly used image manipulation)
- 2009-11-03 22:43:43下载
- 积分:1
-
EOF_EXAMPLE
基于matlab的EOF分解程序,包括旋转EOF分解,复数EOF分解等,附带详细的例子(matlab, including rotated EOF decomposition, plural EOF decomposition, etc., along with detailed examples)
- 2015-04-15 10:54:17下载
- 积分:1
-
nlfa
nonlinear separation based on MLP
- 2010-12-23 18:44:15下载
- 积分:1
-
fps3
分形曲面的matlab简单程序,已经测试过。(Fractal surface matlab simple procedure, has been tested.)
- 2011-11-15 21:27:41下载
- 积分:1