-
exam1_ami
说明: 本程序能够产生ami码,并且能够绘制其波形图和功率谱密度图(the procedure can have ami yards, and can draw its waveform and power spectral density map)
- 2006-04-14 10:48:21下载
- 积分:1
-
35个完整的GUI实例系列代码guis_fex
10分钟学习GUI系列视频代码,35个完整的GUI实例系列代码(10 minutes to learn GUI series video code, 35 complete GUI examples of serial code)
- 2017-07-10 06:50:49下载
- 积分:1
-
3x3-neighbor-pixel
Description
All the filters have needed neighbor data the current pixel in the image,here this function(res_window=cover_window(how many neighbor value for row ,how many neighbor value for column ,input image) produce the result( res_window(row,col,total size))
input
inp_img=2d data(row * col)
w=cover size
w=[3 3] = 3x3 cover pixel generation
output
o_img=result 3d
o_img(w(1),w(2),r*col)
if
inp_img=[1 2 3 4 5 6 ]
w=[3 3]
Soloution
it will construct new image
new_img=[0 0 0 0 0 0 1 2 3 0 0 4 5 6 0 0 0 0 0 0]
result
o_img(:,:,1)=[0 0 0 0 1 2 0 4 5]
o_img(:,:,2)=[0 0 0 1 2 3 4 5 6]
finally
o_img(1:3,1:3,6)
example
a=imread( pears.png )
b=rgb2gray(a)
c=cover_window( b,[3 3]) 3x3 window construction
- 2014-10-24 17:14:14下载
- 积分:1
-
滤波器PHD
PHD 滤波器,用于多目标跟踪,很实用的方法(PHD fliter)
- 2020-12-25 16:19:04下载
- 积分:1
-
bpn
matlab bacpropagation neural network
- 2010-02-04 20:16:38下载
- 积分:1
-
GranadaDemo.tar
从2d图片中提取轮廓特征,通过线性回归,建立从特征到3d人体姿态的回归函数,来实现人体3d姿态评估(Contours extracted from the 2d image features, by linear regression, the establishment of 3d human body posture from the feature to the return of function, to achieve the body posture assessment 3d)
- 2011-01-07 23:21:40下载
- 积分:1
-
Decode
说明: PacketX解码例子Decode.rar(PacketX\Examples\Scripts\Decode.rar)
- 2010-03-30 10:38:23下载
- 积分:1
-
MATLAB
1.本程序演示的是用简单遗传算法随机一个种群,然后根据所给的交叉率,变异率,世代数计算最大适应度所在的代数
2.演示程序以用户和计算机的对话方式执行,即在计算机终端上显示“提示信息”之后,由用户在键盘上输入演示程序中规定的命令;相应的输入数据和运算结果显示在其后。
3.测试数据
输入初始变量后用y=100*(x1*x1-x2)*(x1*x2-x2)+(1-x1)*(1-x1)其中-2.048<=x1,x2<=2.048作适应度函数求最大适应度即为函数的最大值
(1. This program demonstrates a simple genetic algorithm is a random population, then according to the crossover rate and mutation rate, fitness for calculating the maximum number of generations in which algebra 2. Demo program to computer users and the implementation of dialogue, that is displayed on a computer terminal " message" after the keyboard input by the user specified in the order demo program the corresponding input data and results in a subsequent operation. 3. Test data input with the initial variables y = 100* (x1* x1-x2)* (x1* x2-x2)+ (1-x1)* (1-x1) where-2.048 < = x1, x2 < = 2.048 ask for the maximum fitness function is the function of the maximum fitness)
- 2011-04-27 10:45:28下载
- 积分:1
-
PCA
用一个仿真实例来说明子空间辨识算法下的Matlab程序设计结构(Akiko is a simulation example the design of the structure of space identification algorithm in Matlab)
- 2021-04-17 18:08:52下载
- 积分:1
-
fish_correcttion_matlab
鱼眼畸变矫正的matlab实现(含GUI),有几种实现方法的可供选择,主函数fish_3D_2014.m包括:2D球面坐标法,3D投影法,金字塔3D投影法(Matlab achieve fisheye distortion correction (including GUI), there are several implementations to choose from, the main function fish_3D_2014.m include: 2D spherical coordinate method, 3D projection, 3D projection pyramid)
- 2015-01-03 10:18:46下载
- 积分:1