-
batewosi
是对巴特沃斯滤波器设计的详细讲述,对于初学者有很好的帮助。我觉得比较实用。(Butterworth filter design is described in detail for the beginners have a good help. I think the more practical.)
- 2009-12-05 20:07:17下载
- 积分:1
-
MATLAB_Optimization-algorithm
基于matlab的各种优化算法,线性/非线性优化等等( various optimization algorithms based on Matlab.Linear/Nonlinear optimization)
- 2013-04-09 12:26:51下载
- 积分:1
-
ecgpowerline
this is the code to remove the baseline wander in ecg
- 2015-02-27 01:22:17下载
- 积分:1
-
fftfenxi
基于MATLAB编写的快速傅里叶变换的程序(MATLAB-based programs written in the fast Fourier transform)
- 2014-04-22 10:03:07下载
- 积分:1
-
Partial Shading (ALMarCho)
说明: For partial shading of PV system.
- 2019-06-01 17:50:37下载
- 积分:1
-
svm
用MATLAB编写的svm源程序,可以实现支持向量机,用于特征分类或提取(Using MATLAB svm prepared by the source, can achieve a support vector machine for classification or feature extraction-MATLAB)
- 2013-07-29 10:46:24下载
- 积分:1
-
CMA
16QAM盲均衡,恒模算法,400次仿真,做出星座图,误差曲线(blind equalizaton for 16QAM,constant modulus algorithm,realization 400times ,constellation ,mmse curve)
- 2013-08-31 18:07:45下载
- 积分:1
-
RS223_CONV_BPSK_simulink
MATLAB程序调用SIMULINK的级联码误码仿真RS223_CONV_BPSK_simulink(MATLAB SIMULINK RS223_CONV code RS223_CONV_BPSK_simulink)
- 2013-10-03 16:45:44下载
- 积分:1
-
An-Introduction-to-Programming-and-Numerical-Meth
numerical methods analysis and the taget for the same
- 2014-01-30 22:30:28下载
- 积分:1
-
LHS
拉丁超立方抽样,调用方式如下:S=lhs(m,dist,mu,sigma,lowb,upb)
m: a scalar,the number of sample points
dist: A row with distribution type flags of basic random variables the
value of the flag can be 1 (for uniform distribution, 2(for normal distribution), 3(for lognormal)
and 4(for extreme type 1).
mu: A row vector comprising the mean value of basic random variables.
sigma: A row vector with its length equaligng to mu,including the standard
deviation of basic random variables.
lowb: a row vector with its elements are the lower bound of the sampling
interval
upb:a row vector with its elements are the upper bounds of the sampling
interval
dist,mu,sigma,lowb,upb must have the same length.
Output argument
S: sampling point matrix, of which each row is a sampling point.(code of Latin Hypercube Sampling)
- 2021-03-03 16:29:33下载
- 积分:1