搜索资源列表
matlab-white-noise-- 用MATLAB产生高斯白噪声
- 用MATLAB产生高斯白噪声,并画出其时域波形、自相关函数和功率谱。-MATLAB white noise
产生高斯白噪声
- 产生高斯白噪声,标准差和期望都固定,如N=f(0.1,2),这种形式的,随机产生40个,Generated white Gaussian noise, standard deviation and expectations are fixed, such as N = f (0.1,2), this form of randomly generated 40
Guassian 中心极限定理产生高斯白噪声
- 用中心极限定理产生高斯白噪声,能直接运行,可以看出效果图-Central limit theorem with Gaussian white noise have a direct run, one can see the effect of map
broadsig_gen
- 宽带信号产生程序,高斯噪声通过滤波器产生,希望对大家有帮助。-this is a wideband signal generation program. Geting broadband signal by make aussian noise go through the filter.
Gaussiannoise
- 分别用中心极限定理和Box-Muller方法产生高斯噪声-Central limit theorem, respectively, and Box-Muller methods Gaussian noise
Guass0420
- 高斯白噪声的产生,高斯随机数程序,采用瑞丽分布,适用产生高斯白噪声,程序中的方差和期望值已经标出-高斯随机数程序,采用瑞丽分布,适用产生高斯白噪声,程序中的方差和期望值已经标出
gauss
- 应用比较广泛的高斯函数,产生高斯噪声的简单C++语言-Used widely in the Gaussian function, Gaussian noise generated C++ language simple
matlab1
- 产生高斯白噪声,已知期望和方差,这样就生成了一组随机数据-Generated white Gaussian noise of known expectation and variance, thus generating a set of random data
lixiang
- 理想无算法调制解调,包含了产生高斯噪声的子程序。-Non-ideal modulation and demodulation algorithms, including Gaussian noise to generate the subroutine.
Gauss
- 产生高斯白噪声的程序已经调通 可以用来产生平均值为1的 白噪声-Have a Gaussian white noise process has been transferred Qualcomm
NoiseGenerator
- 本实验要求根据课本中给出的高斯噪声和椒盐噪声的概率分布的形状和参数编写两个通用程序分别给一个图像中添加高斯噪声和椒盐噪声。高斯噪声是n维分布都服从高斯分布的噪声,椒盐噪声是图像中经常见到的一种噪声是一种随机的黑点或者白点。在实验中通过它们对应的概率密度函数得到噪声分布函数进而与原图像进行叠加产生出对应的噪声图像-Textbooks in this experiment are given under the Gaussian noise and salt and pepper noise in
4psk
- M=4的PSK通信系统进行蒙特卡罗仿真 仿真BPSK和4PSK调制信号在高斯信道下的性能,并与理论分析结果相比。 (1) 画出两条性能曲线,一条是根据理论平均错误概率画出,另一条是仿真曲线; (2) 程序的基本流程:信源产生信息比特、调制、将调制信号送入信道(产生高斯白噪声的程序)、接收端检测、将检测结果与信源原始信息比较计算误符号率和误比特率; (3) 在给定信噪比下,第二步需多次重复,以得到一个平均错误概率; (4) 信噪比范围:BPSK(0dB – 10dB),
How_to_use_MATLAB_generated_Gaussian_white_noise.r
- 如何用MATLAB产生高斯白噪声-How to use MATLAB generated Gaussian white noise !!!!!!!!!!!!~~~~~~~~
centrallimittheorem
- 使用中心极限定理分布产生高斯白噪声序列的c代码以及执行文件-Using the central limit theorem the distribution of Gaussian white noise sequences generated c code, and executable files
SoftwareDesignOfDigitalSignalProcessing
- 数字信号处理软件设计,能够产生常见的数字信号如:正弦波 三角波 随机信号 以及高斯噪声,并对其进行频谱分析 同时也包括FIR IIR滤波器设计,并对产生的数字信号进行滤波-software design of digital signal processing that can generate many signals ,analysize their frequency Spectrum and design filter(FIR、IIR)to filter.
VirtualSignalGeneratoring
- 虚拟信号发生器是一个GUI产生(1)周期函数(包括正弦,三角,锯齿,和方波)不同振幅,频率和阶段 (2)不同振幅平方脉冲序列,频率,分期及职责循环 (3)双参数指数函数 (4)高斯曲线之间的范围不同,标准偏差和手段,以及(5)不同幅度的高斯噪声。你也可以添加一个偏移或高斯噪声的前四个以上任何职能。图形用户界面还能使用户可以添加指定的信号(或者乘以它的)一个先前定义的信号。 -Virtual Signal Generator is a GUI that produces (1) periodi
guass
- 产生高斯白噪声的C语言程序,经过测试,可以~~~好程序-Gaussian white noise generated C-language program, tested, can be a good program ~ ~ ~
Gauss
- 产生高斯噪声的C代码,可以在信号处理加入的噪声,经实验验证,符合仿真。-Gauss Noise
ciisygauss
- 简单源代码,可以产生高斯噪声,简单易懂,使用方便。-Simple source code, you can generate Gaussian noise, easy to understand, easy to use.
基于MATLAB产生并验证高斯白噪声
- 利用MATLAB平台使用两种方式产生高斯白噪声,并通过自相关函数、功率谱密度、KSTEST检测来验证产生序列为高斯白噪声序列