-
simulink_question
学习MATLAB的simulink工具箱时会经常遇到的问题,很好很受用,肯定对初学者有帮助。(MATLAB-simulink toolbox learning problems often encountered when, well popular with, certainly helpful for beginners.)
- 2010-09-09 21:56:45下载
- 积分:1
-
FDM&FEM
说明: 利用matlab实现电磁场数值方法里面的有限差分与有限元法。(Using matlab to achieve numerical method of electromagnetic field inside the finite difference and finite element method.)
- 2020-12-24 10:39:06下载
- 积分:1
-
root-finding
it is a mathmatica program for root finding
- 2011-04-15 20:14:08下载
- 积分:1
-
tdoaex
time difference of arrival
- 2013-11-08 15:51:45下载
- 积分: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
-
Pitch_Control_Hydraulic_Testrig
pitch controler in wind turbines
- 2014-01-03 19:02:33下载
- 积分:1
-
close
BP Network ,实现对BP网络的编程,采用matlab实现,基本的BP网络(BP network
)
- 2012-12-31 17:07:04下载
- 积分:1
-
delay
Delay routines, using a pre-computed loops_per_jiffy value.
- 2014-09-19 10:58:58下载
- 积分:1
-
1DeepLearnToolbox-master
深度学习matlab工具箱,已经测试通过的源码,可以应用在图像识别、模式识别、语音识别等领域(Deep learning matlab source code, which can be applied in graph identification, pattern recognition and sound recognition)
- 2015-12-17 10:49:35下载
- 积分:1
-
真正的模式识别领域的数据处理matlab程序
是学习PCA特征提取的很好的学习资料,在matlab R2009b调试通过,主同步信号PSS在时域上的相关仿真,是小学期课程设计的题目,针对EMD方法的不足,微分方程组数值解方法。
- 2023-04-05 11:45:03下载
- 积分:1