搜索资源列表
rand_noise_generate
- 产生高斯分布的白噪声的方法. 数据输出格式为txt. 可以读取到其它程序中, 作为后续开放使用. -have a Gaussian distribution of white noise method. Data output format txt. Can be read into other procedures, As a follow-up opening.
plotgaussiandata
- 高斯分布二维的数据的产生和画图函数,供数据仿真分析用
高斯分布
- 基于中心极限定理的高斯分布产生方法。获得均值为0,方差为1的标准正态分布,返回值落在[-3,3]之内的数据。使用移位运算加速算法的运行。
rand_noise_generate
- 产生高斯分布的白噪声的方法. 数据输出格式为txt. 可以读取到其它程序中, 作为后续开放使用. -have a Gaussian distribution of white noise method. Data output format txt. Can be read into other procedures, As a follow-up opening.
plotgaussiandata
- 高斯分布二维的数据的产生和画图函数,供数据仿真分析用-Two-dimensional Gaussian distribution of data generation and drawing functions, for simulation data analysis
whitenoise
- 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为用户输入的变量; 2) M =235,ζi= x/M; 3) 取ζi的小数部分
MATLAB-OFDM
- 根据OFDM的基本原理, 利用MATLAB编写 OFDM系统仿真的程序,通过分步执行,能够比较清 楚地了解OFDM实现的整个过程,熟悉每一步变化 的数据特征。对掌握OFDM的原理和熟悉MATLAB 仿真都是非常重要的,仿真的最后给出了该OFDM 系统仿真的误码率。其中qpskmod.m 为QPSK调制 的函数 qpskdemod.m 为QPSK解调的函数 comb.m 为产生加性高斯白噪声的函数 giins.
matlab1
- 产生高斯白噪声,已知期望和方差,这样就生成了一组随机数据-Generated white Gaussian noise of known expectation and variance, thus generating a set of random data
rand_gen
- 随即分布数据产生的程序,产生均匀分布、瑞利分布、标准高斯分布、莱斯分布的随机变量-Then the distribution of data generation process, resulting in uniform distribution, Rayleigh distribution, the standard Gaussian distribution, Rice distribution of the random var
DrawGuassin
- matlab代码,描述了如何画高斯一维分布,和二维,三维以及高维分布,有产生高斯数据的matalb函数-matlab code,discr ipt how to draw a gaussian function and the code that produce the data for this fuction
GPS2
- 用MATLAB在产生的观测数据中捕获其中PRN 号码为“5”C/A 码。 (1) 观测数据应该有一定的多普勒频偏D f(-10kHz〈D f〈+10kHz); (2) 加入高斯白噪声,使其信噪比为-20dB; (3) 捕获成功后,应给出捕获标志,并给出估计的频偏和码偏值。-Generated by MATLAB in which observed data capture PRN number is " 5"
gauss-number
- 高斯函数产生随机数,并进行了数据输出 ,可画出图像-Gaussian function to generate random numbers, and carried out data output, the image can be drawn
白噪声及有色噪声序列的产生
- %白噪声及有色噪声序列的产生 clear all; close all; L=500; %仿真长度 d=[1 -1.5 0.7 0.1]; c=[1 0.5 0.2]; %D、C多项式的系数(可用roots命令求其根) nd=length(d)-1; nc=length(c)-1; %nd、nc为D、C的阶次 xik=zeros(nc,1); %白噪声初值,相当于ξ(k-1)...ξ(k-nc) ek=zeros(nd,
KNN
- 这是自己编的用KNN方法对产生的高斯数据进行分类的MATLAB程序,里面有高斯训练及测试数据的产生,还有分类,程序里有注释-This is their series with the KNN method to classify the Gaussian data generated MATLAB program, which has produced a Gaussian training and test data, as well
VEXNVSB187
- 产生符合均匀分布,高斯分布,指数分布,泊松分布,伽玛分布等的随机数()
Desktop
- 产生随机高斯数据,是一个非常好用而且正确的程序(Generating random Gaussian data is a very useful and correct procedure)
GMMs
- function对数据EM算法进行fit,并对产生的高斯混合模型的最大似然估计进行绘图。输出结构体obj,带有高斯混合模型的参数mu,sigma。(Function carries out fit for data EM algorithm, and draws the maximum likelihood estimation of the Gauss mixture model. The output structure is ob
Kdistribution
- 基于球不变随机过程法,使用复合高斯模型来产生K分布杂波数据的matlab仿真程序 (为了不低于上传文件的大小要求传了两份一样的,编程就几句话实在弄不大)(A matalab simulation program for producing K distribution clutter data, which used compound Gauss model, and is based on spherically invariant
LDA_ FDA_with_tutorial
- LDA降维是常用的降维手段之一,是常用的有监督学习降维工具。这个文件对其产生W后的使用进行了简要说明,使用W进行最终的降维可以得到十分漂亮的分析结果(在数据分布符合假设分析的情况下。)(LDA dimension reduction is one of the commonly used dimensionality reduction methods. It is a commonly used supervised learning
L4_1
- a)产生两个都具有200个二维向量的数据集和(注意:在生成数据集之前最好使用命令randn(‘seed’,0)初始化高斯随机生成器为0(或任意给定数值),这对结果的可重复性很重要)。向量的前半部分来自均值向量的正态分布,并且协方差矩阵。向量的后半部分来自均值向量的正态分布,并且协方差矩阵。其中是一个2*2的单位矩阵。 (b)在上述数据集上和分别属于+1类和-1类,请在上述数据集的两类中各随机抽取150个样本作为训练集,运用Logist