-
MATLAB_Primer_7th_Ed
matlab教程 英文版 MATLAB_Primer_7th_Ed(matlab tutorial English version MATLAB_Primer_7th_Ed)
- 2009-11-25 06:14:51下载
- 积分: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
-
MieCoated
用Mie理论计算双层粒子的散射角——散射光强曲线
1.RB1.m 计算第一类Ricatti-Bessel函数的函数
2.RB2.m 计算第二类Ricatti-Bessel函数的函数
3. Alegendr.m 计算角函数 和 的函数
4. MieCoeff.m 计算包覆粒子米尔系数的函数
5. Amp.m 计算散射光复振幅的函数
6. MieIntensity.m 画包覆粒子散射角-光强图
(Mie theory calculations using double-particle scattering angle- scattering intensity curve 1. RB1.m calculate the first class Ricatti-Bessel function of the function 2. RB2.m calculate the second category Ricatti-Bessel function of the function 3. Alegendr.m computing angle functions and function 4. MieCoeff.m coated particles Mill coefficient calculation function 5. Amp.m calculate the scattering amplitude recovery function 6. MieIntensity.m painting coated particle scattering angle- light intensity diagram)
- 2013-10-05 14:40:22下载
- 积分:1
-
polygeom
Code for obtaining Center of math of polygon.
enjoy it.
- 2013-11-09 01:17:05下载
- 积分:1
-
AVS_speech_codes
AVS Speech Code this code describe AVS sppech code in Matlab
- 2014-02-16 05:34:48下载
- 积分:1
-
GA-knapsack
Post codes, solve GA-knapsack with the help of genetic algorithms using MATLAB software.
- 2017-01-02 22:54:58下载
- 积分:1
-
状态空间方法建立的线性二自由度的车辆模型
说明: 通过状态空间方法建立了线性二自由度的车辆模型,然后通过转换,将状态空间转换成传递函数的形式,能看到速度变化后,质心侧偏角和横摆角速度的变化趋势。(The vehicle model with linear two degrees of freedom is established by the state space method, and then the state space is transformed into the form of transfer function through transformation. After the speed changes, the change trend of the sideslip angle and the yaw rate of the center of mass can be seen.)
- 2020-07-04 00:00:02下载
- 积分:1
-
nmfnt
说明: MIT图像实验室的NMF代码,将一幅图像分解成多个特征部分(NMF image processing codes by MIT)
- 2011-03-18 16:26:34下载
- 积分:1
-
test_main
MATLAB CODE FOR STEGANOGRAPHY
- 2014-09-25 02:40:29下载
- 积分:1
-
geometry
非线性几何的matlab程序,使用matlab进行了仿真。程序代码简洁,有详细注释(Nonlinear geometry of the matlab program, the use of MATLAB simulation. The code is simple, there are detailed notes )
- 2016-05-25 16:26:06下载
- 积分:1