-
FEM_Polycarpou_Matlab
"introduction to the finite element method in electromagnetics" 配套源码。
内容包括了1-D,2-D的4~5个FEM例子,适合初学者用。( Introduction to the finite element method in electromagnetics auxiliary source. Includes a 1-D ,2-D FEM of 4 to 5 examples, for beginners to use.)
- 2008-08-02 04:29:57下载
- 积分:1
-
function
利用matlab实现数字视频处理的图像采集和压缩采样等运算(Digital video processing using matlab image acquisition and compression sampling and operations)
- 2011-06-12 21:35:42下载
- 积分:1
-
two_joint_workspace
利用matlab的simulink进行两杆的工作空间仿真(workspace simulation using matlab)
- 2013-08-13 11:03:30下载
- 积分:1
-
imp_freq_response
how to calculate the impulse response from the frequency response of a Power delay profile
- 2013-12-06 19:36:40下载
- 积分:1
-
GaussianMixtureModel_2-
高斯混合模型关于高斯混合模型(GMM)的matlab源代码(on Gaussian mixture model (GMM) Matlab source code)
- 2020-12-21 14:29:09下载
- 积分:1
-
Chapter5ReadMe
code for signal strenght of radio receiver
- 2010-10-17 05:49:33下载
- 积分: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
-
EKF-matlab-simulation
扩展卡尔曼滤波程序,matlab 仿真。(EKF simulation)
- 2013-09-28 15:33:43下载
- 积分:1
-
audiostegno
text file containing other detail
- 2012-04-10 00:35:15下载
- 积分:1
-
Surveillance2
用MAtlab写的不错的运动目标检测的分析平台。
研究人员可借此学习在Matlab71上如何编写图形化界面的程序,
同时可以将自己的代码在平台上面运行,方面地查看运行的效果。(MAtlab written with a good moving target detection analysis platform. Researchers can learn how to prepare Matlab71 graphical interface procedures, also can be its own code of the platform above operation, Operation View regard to the effect.)
- 2007-04-22 16:07:05下载
- 积分:1