-
matlabPPT
该书详细描述了 matlab编程从入门到精通(Book describes in detail the matlab programming from entry to the master)
- 2009-10-11 09:34:01下载
- 积分:1
-
4
说明: file description has been done
- 2011-06-23 18:12:04下载
- 积分:1
-
Kalman-PROGAM
MATLAB 卡尔曼滤波 原理说明及程序(MATLAB Kalman filter)
- 2013-12-01 20:37:18下载
- 积分:1
-
psoL
利用粒子群算法对直线阵的权系数进行优化,这里只是对相位进行加权,但是程序有很好的宽展功能(Using particle swarm algorithm of linear arrays of the weight coefficient is optimized
)
- 2011-12-18 17:21:52下载
- 积分:1
-
ls_mmse_updated
说明: OFDM系统中基于LS 和 MMSE 的信道估计(OFDM Systems Based on LS and MMSE channel estimation)
- 2010-03-30 15:39:23下载
- 积分:1
-
pmsys
simulation modulate & demod PM
- 2011-05-10 12:40:54下载
- 积分:1
-
orthofit
ORTHOFIT Fit polynomial to data.
YS = ORTHOFIT[X,Y,N] smooths/fits data Y[X] in a least-squares sense using a polynomial of degree N and returns the smoothed data YS.
- 2009-02-28 18:10:17下载
- 积分:1
-
berforbpskmodulation
ber for bpsk modulation
- 2010-09-13 14:13:56下载
- 积分:1
-
rf
说明: 跳频是按跳频序列随机改变一个信道所占有频道频率的技术。在GSM 系统中,可利用跳频技术频率分极和干扰分极的特点,改善网络质量。引入跳频技术,可保证在网络软拥塞不上升的情况下,频率复用度较小。(FH frequency hopping sequence is based on a random channel change in the country channel frequency technology. In the GSM system, can make use of frequency hopping technology sub-polar and polar characteristics of interference and improve network quality. The introduction of frequency-hopping technology to ensure that congestion in the network does not increase in the soft case, a smaller frequency reuse moment.)
- 2009-05-12 19:44:55下载
- 积分:1
-
fixed_point_systems
Fixed-point for functions of several variables (Function fixed_point_systems(x0, N) approximates the solution of a system of nonlinear equations F(x) = (f1(x), f2(x), ..., fn(x)) = 0 rewritten in the fixed-point form x = G(x) = (g1(x), g2(x), ..., gn(x)). This is done by the user at the bottom of the file. The sub-function G(x) has to be updated accordingly with the given system. The iteration scheme x(k+1) = G(x(k)) is implemented until condition |x(k)- x(k-1)| < tol is met, starting with an initial approxiamtion vector x0. If, after N iterations, the stopping criterion is not reached, a message concerning the iterated x s is displayed. the output consists of iterates of each variables x1, x2, ..., xn in each column. )
- 2009-05-14 04:39:19下载
- 积分:1