-
MATLAB_-30-case-studies
matlab 智能算法30例介绍,其中有背景,分析,程序,供大家参考。(matlab introduce intelligent algorithms 30 cases, including the background, analysis, procedures, for your reference.)
- 2013-08-15 14:49:25下载
- 积分:1
-
LTEtransmitter
LTE格式下,发送端编码,包括导频序列的产生和插入,(The pilot sequence‘s generation and insertion)
- 2012-05-05 17:31:31下载
- 积分:1
-
equalization
着篇文章是关于均衡的 感觉很好 尤其是概念方面 值得学习 分享一下(Forward to articles about the balanced feel good, especially the concept of worth learning to share)
- 2013-02-28 22:46:09下载
- 积分:1
-
exRBFNN
用于初学者学习径向基函数神经网络,可以了解径向基函数神经网络的预测程序。对径向基函数神经网络有一个大体的了解。(For beginners to learn the radial basis function neural network prediction program can understand radial basis function neural network. Radial basis function neural network has a general understanding.)
- 2014-02-01 13:22:04下载
- 积分:1
-
gabor
gabor 小波matlab变换,与C结合(gabor wavelet transform matlab, and C combined)
- 2009-04-24 12:04:25下载
- 积分:1
-
mat4
Digital Image processing basics
using matlab and can be transformed to c++
using open cv
- 2010-12-08 02:44:13下载
- 积分:1
-
s_aloha
Aloha implementation in matlab
- 2011-05-31 22:00:00下载
- 积分:1
-
modulation_function-askfskbpskqpsk
BPSK、QPSK、8PSK、FSK、ASK调制源码,本人初学MATLAB,用于简单调制方面。作为功能函数调用。对于MATLAB系统函数而言可能存在差距。(BPSK, QPSK, 8PSK, FSK, ASK modulation source, I am beginner MATLAB, for the simple modulation areas. As a function of function calls. MATLAB functions for the system in terms of the gap that may exist.)
- 2011-09-14 18:38:46下载
- 积分:1
-
abs_model
汽车制动防抱死系统的MATLAB/SIMULINK仿真模型,通过门限值作用(MATLAB/SIMULINK simulation model of automobile anti-lock braking system, through the threshold effect)
- 2020-12-11 16:29:18下载
- 积分:1
-
dijikstra
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. For example, if the vertices of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols, most notably IS-IS and OSPF (Open Shortest Path First).
- 2012-04-12 21:01:48下载
- 积分:1