-
FIRshuzilvboqi
说明: 一个FIR数字低通滤波器的设计,在CCS设计之前先在MATLAB中进行仿真,观察一下效果。并得到参数,然后再导入CCS中,用CCS实现FIR滤波器的设计。(A low-pass FIR digital filter design, design before the CCS in the MATLAB simulation and observe the results. And are parameters, and then import the CCS, the CCS to achieve with FIR filter design.)
- 2011-03-18 11:01:38下载
- 积分:1
-
HoughCircle
matlab进行霍夫变换检测圆...未使用matlab的源码(matlab for Hough transform to detect circles ... not use the source code matlab)
- 2011-04-26 15:57:50下载
- 积分:1
-
200910045186
关于可配置长度的DFT的专利 非常值得学习(Configurable length DFT )
- 2011-05-30 00:57:37下载
- 积分:1
-
rs
contains reeedsolomon code for wireless complete systm
- 2010-08-16 18:11:33下载
- 积分:1
-
histogramequalization
In histogram equalization we are trying to maximize the image contrast by applying a gray level transform which tries to flatten the resulting histogram. The gray level transform is a scaled version of the original image s cumulative histogram. That is, the graylevel transform T is given by T[i] = (G-1)c(i), where G is the number of gray levels and c(i) is the normalized cumulative histogram of the original image.
- 2011-05-25 13:03:31下载
- 积分:1
-
schrod1d
this is the solution of schrodenger equation in one demention.
- 2011-05-27 00:54:34下载
- 积分:1
-
DF-delay-selection
DF加中继基于门限的中继选择,适合基础者学习。(DF plus relay threshold-based relay selection, suitable foundation to learn.)
- 2020-06-29 04:00:01下载
- 积分:1
-
改进的人工势场法Python
说明: 用Python语言编写的改进的人工势场法代码。解决了目标不可达问题。(The improved artificial potential field code written in Python language. The problem of inaccessibility of goals has been solved.)
- 2021-02-04 10:59:58下载
- 积分:1
-
FDAtwo-classification
这是一个二分类器,可以分辨0到9这9个数,并且把1到9分辨为1,把0分辨为0。(This is a two classifiers can distinguish 0-9 number nine, and the 1-9 for a resolution, the resolution was 0 0.)
- 2014-09-29 23:43:06下载
- 积分: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