-
salary
某家电企业在全国二线城市的年销售量Y(单位:万台)与该城市人口数X1(单位:万人)以及该市人均月收入X2(单位:元)之间的关系,在某年对15个城市作了调查,得上述各量的观测值(见数据表data1.txt)(A household electrical appliance enterprises in the country in sales of second-tier cities, Y (unit: million units) and the urban population, the number of X1 (unit: million) and the city' s per capita monthly income X2 (unit: yuan) between, in a particular year made a survey of 15 cities, was the amount of the above observations (see data sheet data1.txt))
- 2010-06-21 14:24:05下载
- 积分:1
-
jade
信号盲分离算法中ICA算法中的一种算法:jade(Blind signal separation algorithm in ICA algorithm in an algorithm: jade)
- 2011-07-27 15:33:12下载
- 积分:1
-
output_of_DCT_in_image_fusion
u can calculate DCT
clc
inp = imread( Im1.jpg )
inp1 = imread( Im2.jpg )
A = double(inp(:,:,1))
B = double(inp1(:,:,1))
A1=double(blkproc(A,[8 8], dct2 ))
B1=double(blkproc(B,[8 8], dct2 ))
[r,c] = size(A1)
r1 = []
for i=1:r
for j=1:c
if A1(i,j) > B1(i,j)
r1(i,j)=A1(i,j)
else
r1(i,j)=B1(i,j)
end
end
end
r1= double(r1(:,:,1))
C=blkproc(r1,[8 8], idct2 )
round(C)
C1=idct2(r1)
figure
imshow(uint8(C))
figure
imshow(uint8(C1))
imwrite(uint8(C), dct8x8min.jpg )
- 2011-01-09 23:26:05下载
- 积分:1
-
cs229-notes12
这是 Andrew Ng 机器学习讲义《Reinforcement Learning and Control》,包含了离散和连续MDP的内容,比官网的课件全。(官网的缺乏连续MDP部分)(This is Andrew Ng Machine Learning Materials " Reinforcement Learning and Control" , contains a discrete and continuous MDP content than the official website of the courseware whole. (Official website of the lack of continuous MDP section))
- 2013-07-22 14:42:52下载
- 积分:1
-
mdlopen
It cab be open old format of mdl file on new version of matlab
invalid model name or file does not exist.
due to the presence of characters that are not supported in the
current character encoding setting windows-949
clc clear close all
bdclose all set_param(0, CharacterEncoding , ISO-8859-1 )
- 2014-10-04 18:41:09下载
- 积分:1
-
jiale
加热炉的PID算法控制温度,经常用于温度控制方面的算法,此项目为FPGA控制温控经常用的算法,决对可行。(PID algorithm to control the temperature of the furnace, is often used for temperature control algorithms, this project FPGA control thermostat frequently used algorithms, never to be feasible.)
- 2015-03-09 19:50:15下载
- 积分:1
-
Document1
its matlab code for lane detection algorithm for intelligent highway
- 2014-01-17 02:51:58下载
- 积分:1
-
SimulationofFuzzylogiccontrolbsaedDCmotor
Ind Simulation of Fuzzy logic controller bsaed DC motor .uainf mTL chck it
- 2013-11-28 22:08:16下载
- 积分:1
-
LevelSet_ChunmingLi_v0
基于灰度图像的目标物的提取、边缘检测、迭代收缩(Extract target grayscale images based on edge detection, iterative shrinkage)
- 2013-11-27 21:28:19下载
- 积分:1
-
MATLAB-GA
genetic algorithm on optimization Parameters program
- 2015-04-06 16:12:34下载
- 积分:1