-
PFC10
PFC功率因素校正电路,基于乘法器的APFC(PFC power factor correction circuit, multiplier-based APFC)
- 2010-08-06 17:04:40下载
- 积分:1
-
FDK
projection and backprojection
- 2013-11-05 21:19:11下载
- 积分:1
-
DenoisingMed
给出了用中值滤波器去噪的matlab程序(give a denoise program on matlab by median filter )
- 2009-05-08 20:43:54下载
- 积分:1
-
dataCollector
可以通过计算机向下位机发送串口数据,适合初学者,用matlab实现(send data from pc)
- 2010-01-02 11:25:50下载
- 积分: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
-
ddddd
[数学信号处理及其MATLAB实现].赵红怡.扫描版:本书介绍数字基本理论和matlab实现(This book introduces the basic theory and matlab implementation figures)
- 2013-08-04 09:04:38下载
- 积分:1
-
EMD-denoising
this program discribe the denosing process by EMD
- 2013-10-27 02:27:27下载
- 积分:1
-
2019072105
说明: 识别视频中特定颜色的圆,在图像上标记,并作出路径(Identify the circles of a particular color in the video, mark them on the image, and make the ways out)
- 2020-06-16 20:20:02下载
- 积分:1
-
bitlocker_detect
含:分析物理磁盘的分区表和各分区的bootsector for bitlocker以及WINDOWS下设备枚举.(including : Analysis of the physical disk partition table and the district for the bootsector bitlocker and W INDOWS equipment under enumeration.)
- 2006-12-31 16:49:14下载
- 积分:1
-
GA_toolbox
1.附件结构: gatbx.rar: (1)gatbx-origin.zip (2)gatbx-toolbox.rar (3)gatbx-example.rar
2.调试所用Matlab版本是6.5,gatbx-toolbox是调试过程中使用的工具箱,有些热心的研友已经提供了该工具箱,之所以再贴一遍,是因为6.5版本下调试该工具箱会出现一些错误提示,在该版本中已经进行了改正,使用该工具箱只需要将压缩包下的gatbx和gatbxTest_fns加入到Matlab搜索路径即可,另外gatbx-origin是Sheffield大学提供的原始版本的工具箱,未做任何改动,两者可做比较之用
3.gatbx-example是算例调试源码和各算例的调试说明,大家可以对照原书进行比较
4.窃以为gatbx工具箱较之Matlab7新版下的gads工具箱更能让人熟悉和了解遗传算法的原理和计算过程,虽然在可视化方面不及gads(1 attachment structure: gatbx.rar: (1) gatbx-origin.zip (2) gatbx-toolbox.rar (3) gatbx-example.rar
2 debugging using Matlab version 6.5, gatbx-toolbox is used during debugging toolkit, and some enthusiastic research has provided the Friends of the toolbox, paste again the reason is because the 6.5 version of the toolkit will be to debug some error, in this version has been corrected, use the toolkit to archive only under gatbx and gatbx Test_fns can be added to the Matlab search path, in addition to the University of Sheffield gatbx-origin is the original version of the tools available box, without making any changes, both to do comparison with the
3.gatbx-example is the study of debugging code and debugging examples illustrate, we can compare against the original book
4. I humbly believe gatbx than Matlab7 new toolbox toolbox under gads more people are familiar with and understand the principles of genetic algorithms and calculations, although less than in the visual )
- 2011-06-26 10:08:51下载
- 积分:1