-
TP1
i want algo of matlab
- 2010-05-20 22:31:40下载
- 积分:1
-
pottemp.m
Potential temperature from in-situ measurements
- 2012-01-26 09:35:07下载
- 积分:1
-
Gabor 滤波器的 Matlab 代码文件夹
功能 gb=gabor_fn(sigma,theta,lambda,psi,gamma) sigma_x = 西格玛;sigma_y = 西格玛/γ;%边界框 nstds = 3;xmax = max(abs(nstds*sigma_x*cos(theta)),abs(nstds*sigma_y*sin(theta)));xmax = ceil(max(1,xmax));ymax = max(abs(nstds*sigma_x*sin(theta)),abs(nstds*sigma_y*cos(theta)));ymax = ceil(max(1,ymax));xmin =-xmax;ymin =-ymax;[x,y] = meshgrid(xmin:xmax,ymin:ymax);旋转 x_theta=x*cos(theta)+y*sin(theta) %;y_theta=-x*sin(theta)+y*cos(theta)gb = exp(-.5*(x_theta.^2/sigma_x^2+y_theta.^2/sigma_y^2)).*cos(2*pi/lambda*x_theta+psi);
- 2022-01-25 21:26:52下载
- 积分:1
-
icaFacesCode
ica, face recognition
- 2010-07-22 10:16:20下载
- 积分:1
-
visionLab4
code for vision stuff homework related
- 2009-11-01 09:16:14下载
- 积分:1
-
matlabyuanchengxu
说明: 遗传算法解决无功优化问题,比较全面的程序提供共享(Genetic algorithm to solve reactive power optimization problem, a more comprehensive program to provide shared)
- 2011-04-17 17:06:43下载
- 积分:1
-
cifafengxi
程序中先判断这个句语句中每个单元为关键字、常数、运算符、界符,对与不同的单词符号给出不同编码形式的编码,用以区分之。(proceedings of the first judgment of sentence statement, the keyword for each of the modules, constant, Operators, the industry website. pairs with different words are given different symbols coding forms of coding to differentiate.)
- 2007-04-29 19:09:28下载
- 积分:1
-
paper_about_cs
基于准KLT 域的线谱对参数压缩感知量化研究.pdf(Compression parameters based on the line spectrum of the quasi-KLT domain perception of the quantitative research. Pdf)
- 2012-10-03 10:55:37下载
- 积分:1
-
SVC_PSOGSA
Optimal SVC by PSOGSA
- 2015-02-14 22:24:44下载
- 积分:1
-
shiyan5
应用布莱克曼窗实现FIR滤波器,并绘制相应波形图案(Application Blackman window FIR filter, and draw the corresponding waveform pattern)
- 2014-01-09 11:50:49下载
- 积分:1