搜索资源列表
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 wh
利用乘同余法写的白噪声程序
- 利用乘同余法写的白噪声程序
白噪声发生器
- 产生白噪声的一个简单电路,可以供电路设计者参考。
wgn 高斯白噪声
- 高斯白噪声
IS-95 FIR滤波器从白噪声中滤得低通噪声
- 使用matlab7.0使用IS-95 FIR滤波器从白噪声中滤得低通噪声,给出输入和输出模拟白噪声样本图,以及输入和输出噪声功率谱图。
bch码在高斯白噪声情况下的编解码
- bch码在高斯白噪声情况下的编解码
白噪声产生程序
- 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
数字视频图像传输系统实现中几个问题的研究
- MATLAB程序的仿真比较。随后,针对QPsK,详细讨论了其基本原理和具体的实现算法,并进行了仿真验证,然后选用HSP502巧数字上变频芯片和HSP50214B数字下变频芯片,设计了数字调制、解调器的实现方案。最后,作为对整个数字视频图像传输系统的宏观认识,利用M户JLAB中的实时建模仿真Simullnk库对典型的视频图像传输系统一数字视频广播系统(D vB),进行了建模、仿真和初步的分析,结果表明:在高斯白噪声的传输环境下,系统采取的
white
- 为我们提供了一段白噪声数据产生的matlab程序-to provide us with a white noise of data procedures Matlab
uwbbpsk
- 用matlab编辑的关于超宽带通信的BPSK调制的误码率分析,系统仿真时加入高斯白噪声,仿真结果给出了时域和频域图-BER analysis of the ultra wide bank BPSK communication channel with AWGN, time and spectrum figures are given in the end.
uwbppm
- 经PPM调制的超宽带信号经高斯白噪声信道的系统仿真,给出了时域和频域图-After the PPM modulation ultra-wide band signal after the Gauss white noise channel system simulation,and give the time domain and the frequency range chart!
gngauss
- 高斯白噪声的算法源代码,用于通信系统的matlab编程-Gaussian white noise algorithm source code for communications systems Matlab programming
VC_高斯白噪声的产生
- 在图像或信号中加入高斯白噪声的VC源代码 -in image or signal add white Gaussian noise source VC
白噪声及有色噪声序列的产生
- %白噪声及有色噪声序列的产生 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,
白噪声高斯
- 在给定高斯白噪声的均值以及均方根的情况下,生成高斯白噪声(The Gaussian white noise is generated in the case of the mean of the Gaussian white noise and the root mean square)
awgn白噪声添加方法
- 在matlab中无论是wgn还是awgn函数,实质都是由randn函数产生的噪声。即:wgn函数中调用了randn函数,而awgn函数中调用了wgn函数。(The principle of AWGN adding white noise)
2.9零均值高斯白噪声通过低通带通滤波器前后特性
- 用matlab仿真零均值高斯白噪声通过低通带通滤波器前后特性,程序完善,结果与理论值非常接近(The zero mean white Gauss noise is simulated by MATLAB, and the program is perfect through the low pass bandpass filter. The result is very close to the theoretical value.)