-
PTFT
典型的多项式快速傅里叶变换程序,现在只做到三阶,为初学者提供参考。(A typical polynomial fast Fourier transform program, now only do third-order, provide a reference for beginners.)
- 2011-09-06 19:21:22下载
- 积分:1
-
biquxianzhengti1
本程序可以利用但参数均匀三角多项式曲线来绘制出漂亮的花纹曲线,当然,如果想要获得不同的花纹只需对参数进行调整即可(This procedure can be used but the parameters are homogeneous trigonometric polynomial curve to draw a beautiful pattern curve, of course, if you want to get a different pattern can only adjust the parameters)
- 2011-10-25 17:03:22下载
- 积分:1
-
Project-Sharp1
MATLAB project 1 images
- 2013-12-04 18:48:33下载
- 积分:1
-
sfs
svm前向搜索策略程序,用于特征提取,提高运算速度,提高运算精度(svm program before the search strategy for feature extraction, improve processing speed, improve processing accuracy)
- 2013-12-13 17:09:34下载
- 积分:1
-
small-world-networks
1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。
WS小世界模型构造算法
1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。
2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一个端点取为网络中随机选择的一个节点。其中规定,任意两个不同的节点之间至多只能有一条边,并且每一个节点都不能有边与自身相连。
(In 1998, Watts and Strogatz proposed the concept of the small world network, and the establishment of the WS model. The empirical results show that most real networks have small world (the smaller the shortest path) and clustering properties (high clustering coefficient).
WS small-world model construction algorithm
1, from the rules FIG: consider a nearest neighbor coupling network with N points, they are surrounded by a ring, wherein each node and its left and right adjacent to each of K/2 connected to the node, K is an even number.
The 2 randomized reconnection: randomly with probability p from the new connection on each side of the network, coming section of one of the endpoints remain unchanged, while the other endpoint is taken as the random selection of a node in the network. Which states that between any two different nodes can have at most one edge, and each node can not be connected to its own side.)
- 2021-04-27 08:08:44下载
- 积分:1
-
双曲型方程LaxWendroff的差分格式程序(Matlab)
双曲型方程Lax-Wendroff的差分格式程序(Matlab),非常好的例子,具体算例,有理论分析,解题过程分析,Matlab代码,注释清晰明了,有计算结果输出和图形显示,按照Word文档说明,很快就能学会,操作简单明了,非常适合新手学习。(Lax-Wendroff hyperbolic equation difference scheme (Matlab) program, a very good example, specific examples, theoretical analysis, problem-solving process analysis, Matlab code, comments clear, with the output results and graphical display, according to the Word documentation, and soon will be able to learn, easy to understand, very suitable for beginners to learn.)
- 2020-07-18 16:08:48下载
- 积分:1
-
p08_boundary_segment_length
for calculating boundray segment
- 2009-12-08 16:10:22下载
- 积分:1
-
music2
经典MUSIC算法,只针对非相干空间信号源,原理课参考张贤达版的现代信号处理。(failed to translate)
- 2010-12-28 21:09:56下载
- 积分:1
-
Meanshift-
基于meanshift的视频跟踪,实现了目标的追踪。(Meanshift based video track to achieve the goal of tracking.)
- 2014-11-22 20:20:10下载
- 积分:1
-
forplot
根据多行三列的实验数据(x,y,signal)作出contourf图。其中x,y为二位空间位置(或其他概念的二维),signal为在该位置的信号。此代码先将数据按位置不同求平均,再将signal按照其对应的x,y分配到二位矩阵内。最后作图。编这个代码的初衷是为了制作大脑hippocampus区域place cell 活动性的contour 图。(it s a code i made for plotting a contour graph of experimental data (x,y,signal). The data should be n*3 arrays which cannot be plot into contour directly. In fact, it can subplot 6*6 graphs or more, but speed might be slow..... especially, when you want more detailed graphs.)
- 2010-01-14 18:32:23下载
- 积分:1