-
case30
高等电力网络分析 附录B中的30节点潮流计算实验数据(Higher power network analysis in Appendix B 30 node experimental data flow calculation)
- 2013-09-28 16:44:58下载
- 积分:1
-
lag2fqd
拉格朗日算法已知三组温度与压力数据:(3,53.5) (4,55.3) (5,56.2)求4.15对应的值为55.492375,结果正确。如果将以上数组顺序颠倒,已知压力55.492375求对应的温度,结果为4.185739,可以看到上下两个结果误差较大,就是说不能象这样去颠倒顺序去求值的。但是实际上我们可能经常要求知道压力去求温度,那么遇到这样的情况,只能采用试算法:一种简单的方法就是二分法迭代,书上都有介绍就不多讲了。(Lagrange method已知三组温度与压力数据:(3,53.5) (4,55.3) (5,56.2)求4.15对应的值为55.492375,结果正确。如果将以上数组顺序颠倒,已知压力55.492375求对应的温度,结果为4.185739,可以看到上下两个结果误差较大,就是说不能象这样去颠倒顺序去求值的。但是实际上我们可能经常要求知道压力去求温度,那么遇到这样的情况,只能采用试算法:一种简单的方法就是二分法迭代,书上都有介绍就不多讲了。)
- 2010-11-09 23:13:14下载
- 积分: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
-
pca
matlab principal component analysis, PCA算法.(matlab principal component analysis, PCA algorithm.)
- 2008-05-30 22:10:17下载
- 积分:1
-
zhengshi
一个matlab的表面轮廓滤波程序,以圆度为实例(a Matlab surface contour filtering process to the examples of roundness)
- 2007-04-09 14:14:46下载
- 积分:1
-
markov2
基于MATLAB的马尔科夫实现代码,简单易懂,希望对大家有所帮助(MATLAB-based implementation of Markov code, easy to understand, we want to help)
- 2010-06-08 13:37:44下载
- 积分:1
-
chaoliu
用于计算输电网的潮流,充分考虑了线路中的变压器,并且对变压器模型设定了不同的输入方式,较为灵活的输入。(For the calculation of the trend on the transmission grid, give full consideration to the line transformer and the transformer model set a different input methods, more flexible input.)
- 2013-04-18 14:39:26下载
- 积分:1
-
AE2200D28Mcode
This is the map with all the matlab codes used by group D28
- 2012-06-07 20:39:38下载
- 积分:1
-
★自适应遗传算法基于MATLAB
说明: 自适应遗传算法(Adaptive genetic algorithm)
- 2019-04-02 09:41:43下载
- 积分:1
-
psk-gui
应用psk调制解调的gui实现通信系统的仿真(Psk modulation and demodulation gui application for communication system simulation)
- 2013-11-07 22:39:28下载
- 积分:1