-
algorithm-of-shortest-path
说明: 介绍了图论中最短路径的floyd最短路算法程序(Describes the shortest path in graph theory, shortest path algorithm program floyd)
- 2011-03-04 23:29:59下载
- 积分:1
-
td-scdma
对TD-SCDMA做了一个简化的仿真,主要包括QPSK调制,扩频。结果有误比特率的值和眼图,绝对可用!(A simplified simulation of TD-SCDMA, including QPSK modulation, spreading. Result of the value of the bit error rate and eye diagram, absolutely free!)
- 2013-04-20 04:42:24下载
- 积分:1
-
SVR关于上证指数的回归预测
利用matlab中的libsvm工具箱对上证指数进行回归,进而通过模糊信息粒化处理,来预测未来五天上证指数的走势。结果证明,预测具有参考价值。
- 2023-02-21 02:25:03下载
- 积分:1
-
SourceCodeforMATLABPrograming
《MATLAB程序设计教程》一书的源代码( MATLAB Programming Tutorial the book s source code)
- 2008-01-10 10:42:33下载
- 积分:1
-
example8_1
bp算法基于matelab 环境下的 算法(bp algorithm matelab environment based on the algorithm)
- 2009-07-17 09:52:22下载
- 积分:1
-
LEACH
leach matlab 源码可用 通过matlab 分析leach 协议(leach matlab)
- 2012-06-22 05:49:15下载
- 积分:1
-
wavelet-image-fusion
小波方法的多焦点图像融合,用的融合规则为Yong Yang:A Novel DWT Based Multi-focus Image Fusion Method的方法(Wavelet method for multi-focus image fusion, the fusion rules: A Novel DWT Based Multi-focus Image Fusion Method method Yong Yang,)
- 2012-12-08 22:20:40下载
- 积分:1
-
精细积分程序
在钟万勰院士最新书上的原代码
% Precise Integration Method
clear;
A=zeros(2);
C=A;
D=[0.5,0;0,1];
B=[-6,2;2,-4];
f0=[0;0;0;10];
f1=zeros(size(f0));
H=[A,D;B,C];
I=eye(size(H));
iH=inv(H);
tf=20;
step=[2,0.5,0.1]; % different step size
N=20;
figure;
hold;
str=["o","x","b-"];
for jj=1:3
%PIM begin
dt=step(jj)/2^N;
Ta=H*dt+(H*dt)^2*(I+
- 2022-01-30 16:59:30下载
- 积分:1
-
FORTRAN_call_MATLAB_draw_the_pic
fortran调用matlab的ppt简介,具体自己看,一个简单的例子(fortran calling matlab About the ppt, the specific own view, a simple example)
- 2008-03-19 22:41:50下载
- 积分:1
-
BDK-SOMPLS
有监督自组织映射-偏最小二乘算法(A supervised self-organising map–partial least squares algorithm),可以用语多变量数据的回归分析(supervised self-organizing map- Partial Least Squares (A supervised self-org anising map- partial least squares algorithm) , terms of the multi- variable regression analysis of data)
- 2007-05-24 21:46:17下载
- 积分:1