-
ZUIXIAOERCHENG
利用matlab采用最小二乘法很好的实现了振动阻尼的数值求解(Least square method using matlab realize very good vibration damping of the numerical solution)
- 2008-08-20 16:43:11下载
- 积分:1
-
Advanced-algorithms
在本讲义中,我们将着重讲述一些数学建模中常用的算法,包括神经网络算法、遗传算法、模拟退火算法和模糊数学方法。(In this lecture, we will focus on talk about some commonly used mathematical modeling algorithms, including neural networks, genetic algorithm, simulated annealing algorithm and fuzzy mathematics.)
- 2011-05-11 16:54:59下载
- 积分: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
-
E-shopping
project it was fine to understand pleaase see it
- 2015-02-21 13:32:39下载
- 积分:1
-
syscon
Parse the device s DT node for an endianness specification.
- 2015-03-13 10:50:06下载
- 积分:1
-
FYP_V2
matlab 界面编程实例,一个实例搞定界面编程,附加simulink实例,适合新手上路(a brief example for new learner to learn matlab gui)
- 2012-11-27 22:43:36下载
- 积分:1
-
DLM
计算升力面非定常气动力的偶极子网格法MATLAB程序(Matlab functions to calculate unsteady aerodynamic pressures on a lifting surface using doublet lattice method.)
- 2021-01-13 18:58:47下载
- 积分:1
-
MATLABwiithHMM
MATLAB环境下的基于HMM模型的语音识别系统(MATLAB environment model based on HMM Speech Recognition System)
- 2008-06-07 09:25:31下载
- 积分:1
-
MATLAB
以上为matlab在控制系统仿真中一些例子程序,对学习控制系统仿真的朋友有一些帮助(About mathematical modeling risk overdraw problem program, mainly to solve the risk of the investment in the optimal strategy is more than the main Linux multi-threading with processes the correlative analysis of the performance, very classic, is suitable for various beginners above for matlab in control system simulation program some examples to the study of control system simulation friend has some help
)
- 2012-05-26 21:03:10下载
- 积分:1
-
Desktop
经典的功率谱和 双谱估计,很好,看看能用上的。(Classic power spectrum and dual spectrum estimation, well, look at can be used on.)
- 2013-07-24 09:05:30下载
- 积分:1