-
Matlabweiwei
最近一直在研究分类器算法,这是总结的Matlab优化算法问题,希望对大家有用(Recently has been studying the classifier algorithm, which is a summary of the Matlab Optimization problems in the hope of useful U.S.)
- 2008-07-20 11:40:24下载
- 积分:1
-
variable-step-LMS-algorithm-
一种变步长LMS算法及其Matlab仿真(A variable step size LMS algorithm and its Matlab simulation)
- 2011-05-15 20:32:52下载
- 积分:1
-
Kmeans
K-MEANS 算法matlab版本 注释详尽(K-MEANS algorithm matlab detailed release notes)
- 2013-09-10 19:41:36下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1
-
SCDL_supple
Semi-Coupled Dictionary Learning with Applications to Image Super-Resolution and Photo-Sketch Synthesis 文章算法实现(Semi-Coupled Dictionary Learning with Applications to Image Super-Resolution and Photo-Sketch Synthesis Algorithm article)
- 2013-12-19 10:52:33下载
- 积分:1
-
smallWorldNetwork
生成beta-小世界网络
% Authors: LuoNa, ECUST
% v1.0 Created 30-May-2007(generation beta-small-world networks% Authors : LuoNa. ECUST% v1.0 Created 30-May-2007)
- 2007-05-31 09:38:01下载
- 积分:1
-
Jump_main
本程序为跳扩散过程下欧式期权的定价模型,方便大家做出期权走势图(The procedures for the jump diffusion process European option pricing model, we facilitate to make a chart options)
- 2013-09-23 09:34:45下载
- 积分:1
-
Q_location
无功补偿选址优化问题,实现成本最小,网损最少(Location reactive power compensation optimization problem to minimize costs, minimal losses)
- 2020-12-09 15:49:20下载
- 积分:1
-
Viterbi_equalization_BPSK
simulink实现bpsk的均衡技术,这里用的是mlse均衡器,看起来简单,其实这里包括了调制,解调,多径和均衡等技术(simulink realization of the balanced BPSK technology, here is the MLSE equalizer, looks simple, in fact, here including the modulation, demodulation, multipath and balanced technical)
- 2008-05-17 14:55:42下载
- 积分:1
-
fulile
对信号进行傅里叶变换的程序,附带实验报告,有兴趣的同学可以下载(Fourier transform of the signal process, with lab reports, students who are interested can download)
- 2011-05-08 17:10:31下载
- 积分:1