搜索资源列表
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)
白噪声发生器
- 产生白噪声的一个简单电路,可以供电路设计者参考。
白噪声产生程序
- 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 wh
VC_高斯白噪声的产生
- 在图像或信号中加入高斯白噪声的VC源代码 -in image or signal add white Gaussian noise source VC
baizaosheng
- 在matlab中产生N(0,1)分布的白噪声-produced in Matlab N (0,1) and the white noise! !
chanshengbaizaoshen
- 产生白噪声的元文件,使用在c++还进下产生白噪声的元文件-White noise generated metadata file, use c++ Also produces white noise into the meta-document
digitalsignal
- 这是一个基于Matlab的虚拟信号发生器的源代码,该信号发生器可以产生你需要的任意波形,还有白噪声.-This is a Matlab-based virtual signal generator source code, the signal generator can generate arbitrary waveform you need, as well as white noise.
whitenoise
- 白噪声发生器,利用白噪声发生器产生白噪声。白噪声发生器,可以调制幅值,频率,相位。白噪声发生器,是一款很好的发生器。-White noise generator, the use of white noise generator white noise. White noise generator, can be amplitude modulation, frequency, phase. White noise generator,
whitenoise
- 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为用户输入的变量; 2) M =235,ζi= x/M; 3) 取ζi的小数部分
createwhitenoise
- 产生白噪声的方法,调试通过,数据和代码都齐全。-Generated white noise method, debug through, data and code are complete.
baizaosheng
- 可以产生白噪声,体现了随机现象,欢迎大家使用,-Can generate white noise, reflecting a random phenomenon, welcome to use,
WHITE
- 产生高斯白噪声,用于系统辨识和参数估计,产生随机信号-Generated Gaussian white noise
matlabsystemindetfition
- matlab系统辨识,m序列的产生,逆m序列的产生,白噪声的产生-matlab system identification, m sequence generation, reverse m sequence generation, white noise generation
whitenoise
- 可以用matlab软件产生白噪声,在许多行业都可以用到-prodice white noise from matlab soft.it is used in many science.
chap2_01_WhiteNoise_series
- 利用matlab产生白噪声,是建模与辨识的基础程序-White noise generated by matlab is the basis for modeling and identification procedures
白噪声及有色噪声序列的产生
- %白噪声及有色噪声序列的产生 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,
王轩-2150320137-第一次作业
- 此程序是用于产生白噪声的,简洁明了,内附讲解文档。(This procedure is used to generate white noise, concise and clear, containing the documentation.)
awgn白噪声添加方法
- 在matlab中无论是wgn还是awgn函数,实质都是由randn函数产生的噪声。即:wgn函数中调用了randn函数,而awgn函数中调用了wgn函数。(The principle of AWGN adding white noise)