-
autoyuzhi
利用迭代方法自动确定图像目标分割阈值。程序包内有matlab源程序,示例图片及运行结果比较。(Iterative method automatically determines the image object segmentation threshold. Matlab source code within the package, sample images, and operations were.)
- 2010-07-14 10:44:06下载
- 积分:1
-
ChaosToolbox1p2_trial
用于混沌分析的matlab程序,包括各种标准混沌吸引子的产生,相空间重构参数选择、混沌预测等。(Chaotic analysis for matlab procedures, including a variety of criteria for selecting the chaotic attractor, phase space reconstruction parameters, such as chaotic prediction.)
- 2008-05-10 15:07:16下载
- 积分: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
-
yangxuanfenjie1
计算超声射频数据的实用程序,主要对数据进行滤波操作,进行频谱分析。(Utility calculation ultrasound radiofrequency data, data filtering, spectrum analysis.)
- 2013-03-17 20:53:24下载
- 积分:1
-
Matlabdaima
作汽车驱动力——行驶阻力平衡图并确定车辆最高车速及爬坡度(For car drivers- driving resistance equilibrium diagram and determine the maximum vehicle speed and gradeability)
- 2011-10-31 13:08:44下载
- 积分:1
-
bpclassfy
bp实现数据分类,是我自己编的,程序很好用的(bp for data classification, is my own code, the program is useful for)
- 2011-11-02 15:58:11下载
- 积分:1
-
Nested array
嵌套阵列DOA估计matlab例程,基于Nested Arrays A Novel Approach to Array Processing With Enhanced Degrees of Freedom。(Matlab simulation for DOA estimation with nested array.)
- 2021-04-13 18:38:56下载
- 积分:1
-
Xfoil-Interface
翼型气动计算软件XFOIL的Matlab界面(Airfoil interface with Matlab computing software XFOIL)
- 2021-03-02 12:09:33下载
- 积分:1
-
lcl-BODE
本文件仿真有关LCL滤波器的伯德图,希望大家一起学习。仿真并不是很全面,没有把所有的情况都考虑在内,但是提供了一个仿真的思路。(This document the simulation about the bode plots of the LCL filter, hope we learn together. Simulation is not very comprehensive, not all things into consideration, but provides a simulation of train of thought.
)
- 2013-04-23 12:47:55下载
- 积分:1
-
TLD-object-tracking
物体追踪程序,c++与matlab 的混合编程,可以实现对任何物体的实时追踪,效果很棒。(Track the program, c++ matlab mixed programming objects, can achieve real-time tracking of any object, and the results were fantastic.)
- 2012-12-15 19:59:54下载
- 积分:1