-
NumAnlys
东大研究生数值分析上机题,包括牛顿法,高斯算法,逐次超松弛迭代法,3次样条插值,RK4法等函数。(The numerical analysis exercises by computer of southeast university,including Newtons law,Gauss algorithm,SOR,3 times spline interpolation,RK4,etc.
)
- 2011-09-13 17:10:58下载
- 积分:1
-
NewtonIteration
求最小PID可达方差,用于评价PID控制系统的控制系能,比最小方差控制最为评价基准更可靠(PID up to find the minimum variance control system for evaluation of PID control system can be more than the minimum variance control most reliable evaluation criteria)
- 2013-12-17 20:42:34下载
- 积分:1
-
QuadRotorSim-0.1.tar
Electric Motor Parameters UAV design
- 2014-08-25 23:50:15下载
- 积分:1
-
dSPACE-ControlDesk_GUIDE
dSPACE实时仿真系统是由德国dSPACE公司开发的一套基于MATLAB/Simulink的控制系统开发及半实物仿真的软硬件工作平台,实现了和MATLAB/Simulink/RTW的完全无缝连接。dSPACE实时系统拥有实时性强,可靠性高,扩充性好等优点。dSPACE硬件系统中的处理器具有高速的计算能力,并配备了丰富的I/O支持,用户可以根据需要进行组合;软件环境的功能强大且使用方便,包括实现代码自动生成/下载和试验/调试的整套工具。dSPACE软硬件目前已经成为进行快速控制原型验证和半实物仿真的首选实时平台。本文件为dSPACE-controldesk基础教程
(dSPACE real-time simulation system is developed by the German a dSPACE-based MATLAB/Simulink control system development and semi-physical simulation platform of hardware and software work to achieve and MATLAB/Simulink/RTW' s completely seamless. dSPACE real-time system with real-time, high reliability, scalability and good. dSPACE processor hardware system with high-speed computing power, and with a wealth of I/O support, users can be combined as needed powerful software environment and easy to use, including the realization of automatic code generation/download and test/debug set of tools. dSPACE software and hardware has become a fast control loop simulation and prototyping real-time platform of choice.)
- 2010-12-09 23:29:07下载
- 积分:1
-
contrastImprove5
Contrast improuvement using INT operators Ion grayscale image
- 2013-01-28 00:40:31下载
- 积分:1
-
Blocks
clc
close all
clear all
I=imread( desert.jpg )
[r c]=size(I)
bs=16 Block Size (8x8)
nob=(r/bs)*(c/bs) Total number of 8x8 Blocks
Dividing the image into 8x8 Blocks
kk=0
for i=1:(r/bs)
for j=1:(c/bs)
Block(:,:,kk+j)=I((bs*(i-1)+1:bs*(i-1)+bs),(bs*(j-1)+1:bs*(j-1)+bs))
end
kk=kk+(r/bs)
end
Accessing individual Blocks
figure imshow(Block(:,9,1)) This shows u the fist 8x8 Block in a figure window
figure imshow(Block(:,:,2))
- 2013-03-17 15:01:05下载
- 积分:1
-
BinaryAntipodal
Binary Antipodal 之通讯系统模拟 错误率与SNR(Binary Antipodal of the communications system simulation error rate and SNR)
- 2009-11-25 01:15:07下载
- 积分:1
-
channel
说明: 在CDMA中功率控制算法,对初学者应该比较有用,欢迎下载与指导。(Power control in CDMA in the algorithm, should be more useful for beginners are welcome to download and guidance.)
- 2008-10-11 14:38:34下载
- 积分:1
-
bodedelay
guide的玻德图绘制。应用matlab的绘图功能等。(guide the Bolivian Germany mapping. Application of Matlab graphics functions.)
- 2006-06-03 21:26:09下载
- 积分:1
-
2.3.newtwint
是利用matlab程序编写的牛顿插值公式的应用实例的源代码(using Matlab programming Newton interpolation formula examples of the application source code)
- 2006-09-07 08:38:17下载
- 积分:1