搜索资源列表
VC_高斯白噪声的产生
- 在图像或信号中加入高斯白噪声的VC源代码 -in image or signal add white Gaussian noise source VC
白噪声产生程序
- matlab在系统辨识中的应用此处为白噪声产生的源代码及运行后结果(包括图像)-Matlab in the system identification of white noise here for the source code and run after the results (including images)
DSP中含有gauss白噪声的双频正弦输入
- DSP中输入信号的生成过程。 conio.cpp实现X(n)信号,其中有两个频率分量的正弦信号(正弦计算由sinwn.cpp实现),频率可变,这里取140Hz和70Hz。 考虑了高斯白噪声,由gauss.cpp实现。 最后该信号共产生2000个点,最后的信号点存储于 “x.txt”文本中。-DSP input signal generation process. Conio.cpp achieve X (n) signal, in which there are two components o
白噪声发生器
- 产生白噪声的一个简单电路,可以供电路设计者参考。
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
pinpu2
- 用Matlab产生正弦波,矩形波,以及白噪声信号,并显示各自时域波形图,FFT实践及频谱分析-Matlab generated by sine wave, square wave, and the white noise signal, and display their time-domain waveform, FFT spectrum analysis of practice and
filter
- labview先产生正弦波,叠加高斯白噪声,然后通过滤波处理,回复原正弦信号,欢迎参阅。-labview to generate sine wave, superimposed Gaussian white noise, and then through the filter processing, responding to the original sinusoidal signal, please refer to.
Guass0420
- 高斯白噪声的产生,高斯随机数程序,采用瑞丽分布,适用产生高斯白噪声,程序中的方差和期望值已经标出-高斯随机数程序,采用瑞丽分布,适用产生高斯白噪声,程序中的方差和期望值已经标出
single-generate
- 产生典型的几种信号波形,如方波,三角波,白噪声等。-A typical signal waveforms generated several, such as square, triangle, white noise.
c-Gauss.noise
- 产生高斯白噪声的源码,对数值模拟计算很有帮助的-Generated Gaussian white noise source, the numerical simulation of helpful
createwhitenoise
- 产生白噪声的方法,调试通过,数据和代码都齐全。-Generated white noise method, debug through, data and code are complete.
baizaosheng
- 可以产生白噪声,体现了随机现象,欢迎大家使用,-Can generate white noise, reflecting a random phenomenon, welcome to use,
gaussn
- 通信系统仿真与分析中经常用到的高斯白噪声的产生方法-Communication System Simulation and Analysis in the frequently used Gaussian white noise, the method of
ex_04_10_1
- 产生一个4096点的正弦加白噪声序列,且产生该序列的幅度谱-Produce a 4096 point increase in white noise sinusoidal sequence, and generate the sequence of the amplitude spectrum
WHITE
- 产生高斯白噪声,用于系统辨识和参数估计,产生随机信号-Generated Gaussian white noise
CH2CH5CH7
- 随机序列产生程序、白噪声产生程序、M序列产生程序、Bayes辨识算法程序-system identification
awgn白噪声添加方法
- 在matlab中无论是wgn还是awgn函数,实质都是由randn函数产生的噪声。即:wgn函数中调用了randn函数,而awgn函数中调用了wgn函数。(The principle of AWGN adding white noise)
基于MATLAB产生并验证高斯白噪声
- 利用MATLAB平台使用两种方式产生高斯白噪声,并通过自相关函数、功率谱密度、KSTEST检测来验证产生序列为高斯白噪声序列