-
lms
基于MATLAB的自适应信号噪声抵消 (LMS 算)法(MATLAB-based adaptive noise cancellation signal (LMS count) Act)
- 2009-05-26 20:44:47下载
- 积分:1
-
Handbook-for-Matlab7.0
matlab7.0实用指南(上)(下)两册,.pdf格式,介绍全面,实例丰富,可辅助matlab学习.(Handbook for Matlab7.0, (.pdf))
- 2012-03-28 21:27:47下载
- 积分:1
-
source-code
《MATLAB从入门到精通》一书中的所有源代码(《MATLAB from entry to the master》source code)
- 2012-04-01 10:41:20下载
- 积分:1
-
EquaDiff2
finit difference waveguide
- 2012-04-20 23:18:09下载
- 积分:1
-
coherenceanalysis
analyse the coherence of two signals.
- 2012-11-09 15:43:12下载
- 积分:1
-
unconstrained-nonlinear-
用最速下降法求解无约束非线性规划问题,最大奇异值,其梯度列向量(Using the steepest descent method solving unconstrained nonlinear programming problem)
- 2013-08-25 09:20:33下载
- 积分:1
-
LSTFleida0000
Stf滤波实现的目标跟踪程序,可实现针对非线性情况下的跟踪(Stf filter to achieve the target tracking process enables the tracking for nonlinear case)
- 2010-07-19 10:18:53下载
- 积分:1
-
GAtoolbox_matlab
GA TOOLBOX USING C++
- 2009-05-02 11:58:40下载
- 积分:1
-
function
最小二乘法的源程序代码,和大家交流下,谢谢指教(Least Squares source code, and the exchange of everyone under the advice Thanks)
- 2009-03-11 10:49:08下载
- 积分: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