-
matlab
MATLAB黄金分割法求最小值,在区间中点的函数值作为返回值。(Golden Section Method MATLAB minimum, midpoint in the range of the function value as the return value.)
- 2010-06-23 00:13:45下载
- 积分:1
-
MATLABchebhigh2cheblow1
自己做的:
(一)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅰ型低通数字滤波器,其采样频率Fs =8KHz,1DB通带边界频率为fp=2KHz。
(二)用双线性变换法设计并用实验系统实现一个三阶的契比雪夫Ⅱ型高通数字滤波器,其采样频率Fs =16KHz,阻带边界频率为fst =4KHz,As=20dB。
((A) design using the bilinear transformation method and the experimental system of a third-order Chebyshev low-pass type Ⅰ digital filter, the sampling frequency Fs = 8KHz, 1DB passband boundary frequency is fp = 2KHz. (B) Bilinear transformation method used to design and use of the experimental system of a third-order Chebyshev type Ⅱ high-pass digital filter, the sampling frequency Fs = 16KHz, stopband boundary frequency fst = 4KHz, As = 20dB.)
- 2009-05-05 14:13:46下载
- 积分:1
-
watershed
this code can be used to segment the image
- 2011-03-11 02:49:00下载
- 积分:1
-
clipping_ccdf
说明: 降低ofdm系统峰均功率比的clipping算法。(lower peak to average power ratio of clipping algorithm.)
- 2006-03-27 15:46:05下载
- 积分: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
-
payment_calc
这是我用MATLAB做的计算器,只供参考(calutor)
- 2009-06-11 01:32:52下载
- 积分:1
-
PFscheduler
LTE上行中传统用户和点到点用户的比例公平算法(Proportional Fair(PF) scheduling algorithm for both cellular and d2d users in LTE uplink)
- 2021-02-28 23:29:35下载
- 积分:1
-
N-one
particle filter粒子滤波简易程序(particle filter)
- 2014-11-07 20:30:34下载
- 积分:1
-
3spots_curve-route_BP-
轻微曲线少量变速条件下的SAR成像算法,3点成像(SAR imaging algorithm curve transmission conditions, 3:00 imaging)
- 2013-04-30 23:20:10下载
- 积分:1
-
聚类指标小结
聚类评价指标的各种说明,非常详细,请仔细阅读。(Cluster evaluation indicators of various descriptions, very detailed.)
- 2020-06-19 05:20:01下载
- 积分:1