-
sift-0[1].9.19.tar
说明: 尺度不变特征转换(Scale-invariant feature transform 或 SIFT)(Scale Invariant Feature Transform (Scale-invariant feature transform, or SIFT))
- 2010-04-16 15:57:14下载
- 积分:1
-
jinji
matlab中的禁忌算法。主要解决函数优化,寻最优值问题(In matlab ,it can revolosion the problem about chath the rightes answer .)
- 2010-05-22 10:38:50下载
- 积分:1
-
smithcircular
利用matlab程序生成史密斯圆图,供微波工程人员进行参考。(Matlab program to generate a Smith chart for microwave engineering staff for reference.)
- 2012-05-25 19:41:01下载
- 积分:1
-
farrow
该程序实现多项式分数延迟(farrow)的设计。(The program polynomial fractional delay (farrow) design.)
- 2014-12-11 10:21:39下载
- 积分:1
-
embedding
this code can embedding a watermark in an image
- 2013-05-25 22:44:36下载
- 积分:1
-
SOR
说明: 利用逐次超松弛(Successive Over Relaxation)迭代法解线性方程Ax=b(Solving equation AX = B by SOR iterative method)
- 2020-06-06 19:48:33下载
- 积分:1
-
dogma
DOGMA是一个关于在线学习的工具箱,里面很多算法十分实用,包括OISVM(online independent SVM).(DOGMA is a useful online learning alogrithm by matlab code. It includes a lot of useful alogrithm, including Online independent SVM(OISVM))
- 2010-10-02 22:47:12下载
- 积分:1
-
ofdm-qpsk-mycreatechannel
衡量一个数字通信系统性能好坏的指标很多,误码率性能就是一个重要的指标。误码率是指错误接收的码元数载传输总码元数中所占的比例。在该章中,我们将通过MATLAB仿真在发送平均功率和传输速率相同的情况下(A digital communication system performance measure indicators of good or bad a lot of bit error rate performance is an important indicator. Bit error rate refers to the number of errors contained in received transmission symbol the number of total yards per share. In this chapter, we will send through MATLAB simulation of average power and transmission rate in the same circumstances)
- 2010-06-15 11:00:25下载
- 积分:1
-
maxlikehood_algorithm
最大似然估计分类算法的matlab实现,可以对需要分类的数据进行最大似然分类。(Classify using the maximum-likelyhood algorithm.Outputs is the Decision sufrace.)
- 2009-07-15 12:17:32下载
- 积分:1
-
Opt_Steepest
说明: 用最速下降法求最优化解
输入:f为函数名 grad为梯度函数
x0为解的初值 TolX,TolFun分别为变量和函数的误差阈值
dist0为初始步长 MaxIter为最大迭代次数
输出: xo为取最小值的点 fo为最小的函数值
f0 = f(x(0))( Steepest Descent Method with Optimum Solution input: f as a function name grad is gradient function x0 for the solution of the initial TolX, TolFun variables and functions were error threshold dist0 as the initial step MaxIter maximum Diego passage number Output: xo to take the minimum point of fo is the smallest function value f0 = f (x (0)))
- 2011-02-23 13:32:17下载
- 积分:1