搜索资源列表
truetime-1.2-compiled
- TrueTime1.2(用于网络控制系统的仿真,基于MATLAB),能看到网络负载情况-TrueTime1.2 (for network control system simulation, based on MATLAB), will see the network load
tuya
- 使用matlab实现分形涂鸦(doodle)--[1] 抖动的蜂窝-use Matlab Fractal graffiti (doodle) -- [1] Cellular jitter
bangzi
- 使用matlab软件编程实现分形涂鸦(doodle)--[1]几个棒子-using Matlab software programming Fractal graffiti (doodle) -- [a] few stick
calculateW1
- 频率弯折小波中根据小波的截至频率求laguerre参数的MATLAB程序。该值需要限制在正负1之间-Frequency Warped wavelet wavelet as the frequency laguerre parameters for the MATLAB program. The need to limit value plus or minus one between
truetime-1.5
- 用于网络控制系统仿真,作为matlab的一个工具箱,十分好用,简单易操作,1.5为Truetime的最高版本-for network control system simulation, as a Matlab toolbox, a very convenient, simple and easy operation, 1.5 for the maximum version Truetime
Dijkstra
- C语言编程实现D算法。本实验利用Matlab实现。实现以下功能: 1输入必要参数,包括:节点个数、节点间路径长度、给定节点; 2输出给定节点到其它各节点的最短路径、径长; 3节点间路径长度用矩阵形式表示: -D C language programming algorithm. In this study, by Matlab. Achieve the following functions: 1 Enter the required parameters, includ
HahnChristianDissertation
- 德国纽伦堡大学一篇航空声学方面的博士论文,在航空航天器噪声源确定与降噪方面的最新探索工作。-Nuremberg, Germany 1 University Dr. Fang Miandi aviation acoustics papers spacecraft in aviation noise source identification and noise reduction to explore the latest job.
1
- 怎样学会在Matlab中如何指定坐标轴范围-how to specify the axis range In Matlab
hgg8901
- countdown 1. Immune.rar,An implementation of Immune System merged to Cellular Learning Automata.,32KB,downloads 15 2. FuzzyClassifier.zip,A Fuzzy classifier using matlab, c++ and delphi. the source code has merged codes developed by these programm
adaboost-1
- Matlab Adaboost for 2 class which function
Alamouti-matlab
- 分支发射分集方案,2根发射天线、1根接收天线,最高信噪比为12dB,即仿真范围为0dB到12dB-Branch transmit diversity scheme, two transmit antennas, a receiving antenna, the maximum SNR is 12dB, the range for the simulation i.e. 0dB to 12dB
GA-based_Inversion_Example1-1
- simple matlab code example for GA.-simple matlab code example for GA.
FullBNT-1.0.7
- 用于贝叶斯网络的MATLAB开源包,其中包括贝叶斯网络构建、学习、推理的各种函数。(For the Bayesian network of MATLAB open source package, including Bayesian network construction, learning, reasoning of the various functions.)
1
- Q值MATLAB正演反演程序,根据最基本公式编写(Q value MATLAB forward inversion program, according to the most basic formula written)
20160909013603523 (1)
- 清晰、高效的深度学习框架,它是开源的,核心语言是C++,它支持命令行、Python和Matlab接口,它既可以在CPU上运行也可以在GPU上运行(Clear and efficient depth learning framework, which is open source, the core language is c + + support command line, python, and MATLAB interface, which can run on the CPU and r
Matlab
- 产生100Hz的正弦序列,幅值为1,频率为100Hz(Generating the sinusoidal sequence of 100Hz)
GM(1,1)
- MATLAB代码,能够预测灰色GM模型,只需改变里面的数据和掺量(MATLAB code that can predict the grey GM model and just change the inside data and mix)
MATLAB
- 灰色预测GM(1,1)源码各种算法demo(Grey prediction GM (1,1) source code demo)
贝叶斯判决
- 假定某个局部区域细胞识别中正常w1和非正常w2 两类先验概率分别为: 正常状态:P(w1)=0.9 ; 异常状态:P(w2)=0.1 。 现有一系列待观察的细胞,其观察值为: -2.67 -3.55 -1.24 -0.98 -0.79 -2.85 -2.76 -3.73 -3.54 -2.27 -3.45 -3.08 -1.58 -1.49 -0.74 -0.42 -1.12 4.25 -3.99 2.88 -0.98 0.79 1.19 3.07 两类的类条件概率符合正态分布
matlab代码
- 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))