-
robotic-toolboxPforPmatlab
matlab Robotic Roolbox机器人工具箱,用于机器人正、逆运动学计算,轨迹规划,仿真模拟及系统设计(matlab Robotic Roolbox robot kit for robot forward and inverse kinematics calculations, trajectory planning, simulation and system design)
- 2013-11-17 14:22:32下载
- 积分:1
-
C7_3QR
利用MATLAB进行程序C7_3 QR方法的算法(The use of MATLAB to carry out procedures C7_3 QR algorithm)
- 2009-03-17 10:23:23下载
- 积分:1
-
A-Guide-to-MATLAB-Object-Oriented-Programming---A
A Guide to MATLAB Object-Oriented Programming - Andy H. Register
- 2014-02-25 23:03:18下载
- 积分:1
-
modm
Flexible Job Shop Scheduling _modm in matlabe
- 2013-11-30 18:06:53下载
- 积分:1
-
dgnc_cls
For tasklet and interrupt structs defines.
- 2015-03-14 21:29:21下载
- 积分:1
-
Matlab多旅行商实验
用matlab程序求解多旅行商问题,使用蚁群算法(Solving multi traveling salesman problem)
- 2017-08-25 19:14:40下载
- 积分:1
-
node
自适应算法是一种新的算法,本程序提供了该算法去噪功能,用处广泛。(reducing the noise using the self-adaptation)
- 2009-06-13 14:19:32下载
- 积分:1
-
sliceomatic-2.2
This sliceomatic file is coded based on the slice fucntion in MATLAB It can be used to view the shape of various 3D strucntures,whoes cross sections can also be shown.
- 2010-03-03 14:42:19下载
- 积分:1
-
Viterbi_coder
程序中详细介绍了如何实现viterbi维特比的编码和译码(Procedures are described in detail how to implement viterbi Viterbi encoding and decoding program)
- 2014-10-31 14:25:29下载
- 积分:1
-
script2_music_circulaire.m.tar
fs = 8000 t = (0:1/fs:1).
x1 = cos(2*pi*t*300) x2 = cos(2*pi*t*400)
ha = phased.ULA( NumElements ,10, ElementSpacing ,1)
ha.Element.FrequencyRange = [100e6 300e6]
fc = 150e6
x = collectPlaneWave(ha,[x1 x2],[10 20 45 60] ,fc)
rng default
noise = 0.1/sqrt(2)*(randn(size(x))+1i*randn(size(x)))
hdoa = phased.ESPRITEstimator( SensorArray ,ha,...
OperatingFrequency ,fc)
doas = step(hdoa,x+noise)
az = broadside2az(sort(doas),[20 60])
- 2014-01-11 00:13:46下载
- 积分:1