-
generating-random-Numbers
产生随机数的方法很多,很多软件自己就有产生随机数函数,本程序用的是乘同余法产生随机数,经对比,效果比matlab自带的要好。(Many methods of generating random Numbers, this procedure is by using congruence method generating random Numbers.)
- 2011-04-19 18:07:35下载
- 积分:1
-
cdma
实现扩频系统。信源产生,扩频,基带成型后加噪声,解扩,低通。判决(Achieve spread spectrum system. Source production, spreading, baseband shaping, add noise, despreading, low-pass. Judgment)
- 2010-10-23 15:35:45下载
- 积分:1
-
imQuery
图像检索与查询,实现图像的检索与查询,用matlab编程实现,其中含有图片。(image retrieval)
- 2011-04-24 10:46:54下载
- 积分:1
-
对三种不同数值的RCS,SNR相对检测距离的仿真以及对三种不同数值的雷达峰值功率,SNR相对检测距离的仿真
对三种不同数值的RCS,SNR相对检测距离的仿真以及对三种不同数值的雷达峰值功率,SNR相对检测距离的仿真(radar SNR RCS)
- 2012-04-16 11:08:39下载
- 积分:1
-
compression
application of compression image
- 2014-02-04 22:31:06下载
- 积分:1
-
spTimer_2.0-0.tar
关于空时建模的程序,有时候苦于没有模型产生数据(On the space-time modeling procedures, sometimes suffer no model to generate data)
- 2015-04-17 11:06:15下载
- 积分:1
-
damage-t
abaqus中umat子程序,可计算混凝土塑性损伤(abaqus in umat subroutine calculate concrete plastic damage)
- 2015-09-04 20:52:27下载
- 积分:1
-
dijkstra1
数学建模迪卡斯特拉算法,最短路问题图论的应用(Mathematical modeling Ducasse Terra algorithm)
- 2013-08-23 13:55:40下载
- 积分:1
-
Matlab-simulink
matlab的simulink的简单介绍和一些例子,适合初学者(the matlab simulink the brief and some examples, suitable for beginners)
- 2013-02-02 19:55:43下载
- 积分:1
-
matlab-code
matlab解线性方程组的源代码
function x=nagauss2(a,b,flag)
% 用途:选列主元Gauss消去法解线性方程组ax=b
% 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,flag若为0,则显示中间过程
(Matlab solution of linear equations source code function nagauss2 x = (a , b, flag)% purposes : a selection PCA Gauss elimination method for solving linear equations ax = b% Format : nagauss2 x = (a, b, flag) for a coefficient matrix, b subguadratic column vector, if the flag is 0, then showed intermediate process)
- 2006-06-02 11:52:10下载
- 积分:1