搜索资源列表
-
2下载:
遗传算法程序
主要程序
ga.m 遗传算法核心程序
BinaryExample.m 二进制编码应用程序
FloatExample.m 浮点编码的应用程序
相关算子及函数
initializega.m 种群初始化函数
simpleXover.m 用于二进制编码的简单交叉算子
arithXover.m 用于浮点编码的算术交叉算子
binaryMutation 用于二进制编码的变异算子
nonMutation.m 用于浮点编码的非均匀变异算子
-
-
3下载:
parzen窗法,功能是根据样本进行概率密度函数估计。实现了对正态分布概率密度函数和均匀分布双峰概密函数进行估计,Parzen window method, function is based on a sample of the estimated probability density function. The realization of the normal distribution probability density function and uniform distributi
-
-
1下载:
随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。
内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
-
-
0下载:
matlab下均匀分布自相关函数、正态分布自相关函数、随机信号自相关函数、随机相位信号自相关函数及其分别的功率谱密度图形。-matlab autocorrelation function under the uniform distribution, normal distribution, the autocorrelation function, autocorrelation function of random signals, the autocorrelation function
-
-
0下载:
产生雷达中常用的sinc函数和chirp函数,以及均匀分布和高斯分布的白噪声-Commonly used in radar have sinc function and the chirp function, as well as the uniform distribution and Gaussian distribution white noise
-
-
0下载:
a program is generating a signal (harmonic or chirp signal (linear-frequency modulation)) for performing correlation function, which was noised by gaussian or with a noise has a uniform distribution with appropriate parameters (expectation value and
-
-
0下载:
Modeling of Riciean channel by uniform distribution function.
-
-
0下载:
Exponential distribution function by uniform distribution function
-
-
0下载:
利用反函数方法,在均匀分布的基础上产出具有瑞利分布的概率分布的数据.-By inverse function method, based on the output of uniform distribution with the Rayleigh distribution the probability distribution of the data.
-
-
0下载:
模拟连续独立信号。产生一段在[-1,+1]上均匀分布的独立随机信号,长度为0.5s。(1)绘制该段信号的波形;(2)求自相关函数;(3)计算其功率谱-Continuous independent analog signals. Produce a in [-1,+1] on the uniform distribution of independent random signals, a length of 0.5s. (1) Draw the waveform of the paragraph
-
-
0下载:
1.duishuzhengtai:产生对数正态分布
2.gaussian:产生数据量为n的两个相互独立高斯分布y1、y2
3.junyun:自定义 0-1的均匀分布,n代表数据量,一般要大于1024(蒙特卡罗)
4.ruili:瑞利分布,m是瑞利分布的参数,n代表数据量,n一般要大于1024
5.kaifeng:产生开丰分布,其中m代表开丰分布的自由度,n表示产生的点数量
6.tfenbu:本函数产生自由度为m,数据量为n的t分布。
7.weibuer:a=1时,是指数分
-
-
2下载:
根据伪随机序列理论,由混合同余法产生均匀分布的随机数,进而根据中心极限定理来产生高斯噪声。
分析所产生的均匀分布和高斯分布随机信号的均值、方差、自相关等数字特征,估计其概率密度函数并进行分析,估计其功率谱密度并进行分析。说明该高斯噪声是否符合白噪声特性。
对该高斯噪声进行FIR低通滤波,估计输出低通型限带白噪声的功率谱、相关时间等,并结合白噪声通过线性系统相关理论来进行分析。
-According to the theory of pseudo-random sequence, a
-
-
1下载:
首先产生均匀分布,然后通过变换产生高斯分布的随机数,并画出概率密度函数的直方图-Uniform distribution generated first, and then converting a Gaussian distribution random number, and a histogram of the probability density function draw
-
-
0下载:
unifpdf是一种计算均匀分布概率密度的函数,在生成随机数算法中有重要应用。-unifpdf is a calculation of the probability density function of a uniform distribution, have important applications in random number generation algorithm.
-
-
0下载:
均匀分布rand函数和unifrnd函数的比较,正态分布randn函数和normrnd函数的比较。-Uniform distribution rand function and unifrnd function comparison, normal distribution randn function and normrnd function comparison.
-