-
ffog
一段可以借鉴的增强图像效果的matlab代码,能达到很好的效果,可以参考。(Some can learn from the matlab code, can achieve good results, you can reference.)
- 2011-07-24 00:43:14下载
- 积分:1
-
16QAM
16QAM在SG中的模型,对于学习system generator 很实用的(this 16QAM application in SG,and it s very useful for you to study system generator)
- 2010-11-18 10:52:02下载
- 积分:1
-
system-simulation-based-Simulink
一本基于simulink的系统仿真技术与应用很有用的超星图书(A system based on simulink simulation technology and application of useful books Superstar)
- 2011-09-23 00:59:21下载
- 积分:1
-
@lgcz
基于图的半监督学习算法,matlab代码。。。。(Semi-supervised learning algorithm based on graph, matlab code. . . .)
- 2014-12-02 08:54:52下载
- 积分:1
-
Clustering_Coefficient
求网络图中各节点的聚类系数及整个网络的聚类系数 求解每个节点的聚类系数,找某节点的所有邻居,这些邻居节点构成一个子图(Seeking clustering coefficient network diagram and the entire network clustering coefficient of each node)
- 2013-12-24 15:58:25下载
- 积分:1
-
changfilename2222
使用matlab软件修改文件名,可以一次性修改很多歌文件名字(Use matlab software to modify the file name)
- 2014-02-24 17:25:30下载
- 积分:1
-
yes700
对三相电网电压进行无源控制
采用了拉格朗日方程
对负载扰动作了分析(Three-phase grid voltage Passive Control
Using Lagrange equation
Load disturbance analyzed)
- 2020-10-19 16:07:25下载
- 积分:1
-
code
GMM,LDA,PCA,GMM,LDA,PCAGMM,LDA,PCA(the code of GMM,LDA,PCA)
- 2014-11-03 15:33:54下载
- 积分:1
-
csharpapp
csharp app using dll file that built in matlab using matlab builder NE for .net
- 2014-02-01 16:04:57下载
- 积分:1
-
moving_average_v3.1
Smooths a matrix (with/without NaN s) via recursive moving average method and eliminates data gaps.
(MOVING_AVERAGE(X,F) smooths the vector data X with a boxcar window of size 2F+1, i.e., by means of averaging each element with the F elements at his right and the F elements at his left. The extreme elements are also averaged but with less data, obviously. Leaving the edges intact. The method is really fast.
MOVING_AVERAGE2(X,M,N) smooths the matrix X with a boxcar window of size (2M+1)x(2N+1), i.e., by means of averaging each element with its surrounding elements that fits in the mentioned box centered on it. This one is also really fast. The elements at the edges are averaged too, but the corners are left intact.
NANMOVING_AVERAGE(X,F) or NANMOVING_AVERAGE(X,F,1) accept NaN s elements in the vector X the latter interpolates also those NaN s elements surrounded by numeric elements.
NANMOVING_AVERAGE2(X,M,N) or NANMOVING_AVERAGE2(X,M,N,1) accept elements NaN s in the matrix X the latter interpolates also those NaN elements surrounded by numeric elements.)
- 2009-03-06 23:10:07下载
- 积分:1