Description: 基于CORDIC算法的指数函数生成器的各种理论基础,通俗易懂-CORDIC algorithm based on exponential function generator for a variety of theoretical basis, user-friendly Platform: |
Size: 2232320 |
Author:远 额 |
Hits:
Description: 随机数生成类。封装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 distribution of the random numbers. all The distributions can pass ts test. Platform: |
Size: 4096 |
Author:winxp |
Hits:
Description: 常用随机数发生器,C实现
/*
* 文件包含了6个函数,它们能产生符合相应分布的规律的随机数:
* GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列)
* GenBernoulliRnd : 产生一个随机数,符合伯努利分布。
* GenBinomialRnd : 产生一个随机数,符合二项分布。
* GenPoissonRnd : 产生一个随机数,符合泊松分布。
* GenExponentRnd : 产生一个随机数,符合指数分布。
* GenGaussRnd : 产生一个随机数,符合高斯分布。
*/-Common random number generator, C implementation /** file contains six functions, they can produce in line with the corresponding distribution laws of random numbers:* GenUniformRnd: generate a random number, in line with evenly distributed. (Pseudo-random sequence)* GenBernoulliRnd: generate a random number, in line with the Bernoulli distribution.* GenBinomialRnd: generate a random number, in line with binomial distribution.* GenPoissonRnd: generate a random number, in line with Poisson distribution.* GenExponentRnd: generate a random number, in line with exponential distribution.* GenGaussRnd: generate a random number, in line with Gaussian distribution.* / Platform: |
Size: 1024 |
Author:lo |
Hits:
Description: 虚拟信号发生器是一个GUI产生(1)周期函数(包括正弦,三角,锯齿,和方波)不同振幅,频率和阶段 (2)不同振幅平方脉冲序列,频率,分期及职责循环 (3)双参数指数函数 (4)高斯曲线之间的范围不同,标准偏差和手段,以及(5)不同幅度的高斯噪声。你也可以添加一个偏移或高斯噪声的前四个以上任何职能。图形用户界面还能使用户可以添加指定的信号(或者乘以它的)一个先前定义的信号。
-Virtual Signal Generator is a GUI that produces (1) periodic functions (including sinusoidal, triangle, sawtooth, and square waves) of varying amplitudes, frequencies, and phases (2) square pulse trains of varying amplitudes, frequencies, phases, and duty cycles (3) two-parameter exponential functions (4) Gaussian curves of varying bounded areas, standard deviations, and means and (5) Gaussian noise of varying amplitude. One can also add an offset or Gaussian noise to any of the first four functions above. The GUI also enables the user to add the designated signal to (or multiply it by) a previously defined signal.
Platform: |
Size: 15360 |
Author:young |
Hits:
Description: 数据生成器;
人工合成各种数据,包括均匀分布,正太分布,指数分布数据等;-Data Generator
Generating a variety kind of data, including uniform distribution, Normal distribution and exponential distribution etc.
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 随机数发生器
此功能会产生连续的值(功法的文章中讨论的五个分布随机分布,指数,对数正态分布,拉伸指数,截止功法)。使用信息包含在文件类型的帮助randht在MATLAB提示符更多信息。
幂律分布拟合
这项功能同时实现的离散和连续的最大似然估计拟合幂律分布的数据,以及善良的合适的方法来估计缩放区域较低的截止。使用信息包含在文件类型的帮助plfit在MATLAB提示符更多信息。-This function is a random number generator will produce discrete values (power law discussed in five articles distributed random distribution, exponential, lognormal, stretching index cutoff power law). The use of information contained in the file type of help randht in MATLAB prompt for more information. Power-law distribution fitting This function implements both discrete and continuous maximum likelihood estimation fitting power-law distribution of data, and kind suitable method to estimate the scaling region lower cutoff. The use of information contained in the file type of help plfit in MATLAB prompt for more information. Platform: |
Size: 46080 |
Author:ligan |
Hits:
Description: This report describes the transformation techniques to generate non-uniform random numbers with the exponential, normal and arbitrary distributions. These are generated by random number generator, which is referred to as multiplicative congruential generator or as Lehmer s generator. Then randomness of the generated distributions is tested by graphically and by chi square test. Platform: |
Size: 223232 |
Author:shani |
Hits:
Description: 在matlab下运行,产生标准均匀分布,正态分布和指数分布的随机数发生器程序。-In matlab running, generate standard uniform, normal and exponential distribution random number generator program. Platform: |
Size: 9216 |
Author:lichuanjiang |
Hits:
Description: 几个练习使用Labview编程的产物,主要包括:1.正弦扫频信号发生器,可选择频率变化规律(不变、线性、指数变化)以及幅度变化规律(不变、线性、指数变化),还可以通过MathScript节点自定义频率、幅度变化规律;
2.声卡数据采集及频谱分析;3.会说话的小圆点;4.十六进制数布尔数组显示;5.在字符串中显示多种字体;6.钢琴键盘模拟-Several products by practicing Labview programming, including:
1 Sine sweep signal generator, selectable frequency variation (constant, linear, exponential change) and amplitude variation (constant, linear, exponential changes), you can also customize the frequency and amplitude variation through MathScript Node 2 sound card data acquisition and spectrum analysis 3 talking dots 4 hexadecimal to boolean array display 5 display a variety of fonts in the string 6. Piano keyboard simulation Platform: |
Size: 214016 |
Author:Alexander |
Hits: