-
Untitled2
matlab的源代码 模拟电子运动的源代码(matlab)
- 2009-07-14 14:30:24下载
- 积分:1
-
DS_CDMA_communication_system
这个仿真程序用于实现DS-CDMA通信系统仿真(The simulation program used to implement DS-CDMA Communication System Simulation)
- 2010-05-13 09:27:41下载
- 积分:1
-
simv1.0.2
Simulation of Quartz Crystal Resonator
- 2010-09-25 23:52:49下载
- 积分:1
-
matlab程序设计
说明: matlab课程设计:包含课件,训练题目,及其相关matlab设计的资料(Matlab curriculum design : includes courseware, training topics, and related design information Matlab)
- 2005-12-10 17:21:15下载
- 积分:1
-
vc-matlab
vc与matlab混合编程关于饼图的绘制。(vc and matlab mixed programming drawn on the pie chart.)
- 2013-04-03 13:11:52下载
- 积分:1
-
multi_bit_digi_corrrelation-(2)
matlab实现8位数字复相关,matlab实现数字复相关器,并比较数字相关结果和模拟相关结果的差别(matlab to achieve eight digital complex correlation, matlab realize digital multiplexing correlator)
- 2013-10-13 16:38:28下载
- 积分:1
-
newtonp
根据牛顿插值原理进行数据的拟合,附有牛顿插值原理和它的matlab的实现方法,有点简单了,但是过程中的好些地方还是值得学习的。(Newton interpolation carried out in accordance with the principle of data fitting, with Newton interpolation matlab principle and its realization method, a bit simple, but in the process of a number of places it is still worth learning.)
- 2007-09-04 21:33:16下载
- 积分:1
-
MOBg
This is an implements of vehicle tracking, but implemented to people. You can use this as a people counting.
- 2014-10-12 02:46:48下载
- 积分: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
-
LMS-algorithm-
一种改进的变步长归一化算法的研究,对比归一化算法,有了比较好的改善(An improved variable step length normalization algorithm research, contrast normalization algorithm, a better improvement
)
- 2013-11-29 10:57:56下载
- 积分:1