CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 白噪声 c

搜索资源列表

  1. chanshengbaizaoshen

    0下载:
  2. 产生白噪声的元文件,使用在c++还进下产生白噪声的元文件
  3. 所属分类:软件工程

    • 发布日期:2014-01-16
    • 文件大小:4909
    • 提供者:simonahu
  1. Text1

    2下载:
  2. c++产生高斯白噪声,可用于通信或信号传输系统中,白噪声产生的程序调用
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1108
    • 提供者:chenlei
  1. whitenoise

    1下载:
  2. 1.产生白噪声程序 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声。算法及程序实现叙述如下。 1) 设定x初值为11,A=179,长度WNlength,均值Average,方差Serror为用户输入的变量; 2) M =235,ζi= x/M; 3) 取ζi的小数部分再赋值给ζi+1,这就是均匀分布白噪声; 4) 利用公式
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5711
    • 提供者:陈栋
  1. MSLS

    0下载:
  2. (1)Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用 计算输出数据 ;用原输出数据 计算 ,用递推最小二乘方法分别对系统参数和模型参数进行估计。 (2)M.dat,wnoise1.dat分别为M和白噪声序列。Wnoise1.dat的长度为700,wnoise2.dat的长度为1000。Msls6.c为N=600的程序,Msls8.c为N=800的程序。 (3)程序运行后,生成的两个h文件为产生的脉冲响应函数。Msls6.dat为msls6.c的参数估计结果,ms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28560
    • 提供者:陈栋
  1. Rayleighdistribution

    1下载:
  2. 使用瑞利分布产生高斯白噪声序列的C语言代码,以及执行文件-Rayleigh distribution using Gaussian white noise sequence generated C-language code, as well as the implementation of the document
  3. 所属分类:语音合成与识别

    • 发布日期:2012-10-26
    • 文件大小:23315
    • 提供者:chen
  1. whitenoise

    0下载:
  2. 产生白噪声的c++源程序,希望对大家有帮助。-Generated white noise c++ Source, I hope all of you help.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:13063
    • 提供者:Azarm
  1. system_identification

    1下载:
  2. 系统辨识的实验代码,包括产生白噪声程序、各种最小二乘法程序等等,包含所有源代码,用C++写的。-Experimental system identification code, including the generation of white noise process, a variety of least squares procedures, etc., including all source code, using C++ written in.
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:452232
    • 提供者:sxd
  1. c-Gauss.noise

    0下载:
  2. 产生高斯白噪声的源码,对数值模拟计算很有帮助的-Generated Gaussian white noise source, the numerical simulation of helpful
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:3260
    • 提供者:wanglu
  1. Thegaussianwhitenoise

    0下载:
  2. 采用visual c++ 高斯白噪声序列的产生-The white gaussian noise sequence
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:26589
    • 提供者:chengyu
  1. gaosizaosheng

    0下载:
  2. 此程序是C++程序 在VC++6.0中编译通过的,可以实现高斯白噪声的生成程序,高斯噪声在实际生活中是很普遍的,尤其是通信领域,此程序为大家提供了方便,并通过了测试。 -This program is C++ program in VC++6.0 compiler adopted to achieve the generation of Gaussian white noise process, Gaussian noise in real life is very common, espe
  3. 所属分类:Document

    • 发布日期:2017-03-29
    • 文件大小:2155
    • 提供者:刘建
  1. wscgensrc190

    2下载:
  2. 无线通信中各种常用信号产生程序,里面具有BPSK,MFSK,QPSK,白噪声等波形产生程序,声称的波形何以存储为Wav文件或直接输出到声卡!适合短波数据通信编程参考!-Wireless communication signals in a variety of commonly used procedures, which have a BPSK, MFSK, QPSK, of white noise such as waveform generation process, claiming t
  3. 所属分类:Modem编程

    • 发布日期:2014-02-14
    • 文件大小:127698
    • 提供者:田野
  1. kalman

    1下载:
  2. 卡尔曼滤波算法的简单实现,里面包含如何用C++编写白噪声。-Kalman filter algorithm simple to achieve, which include how to use C++ to prepare white noise.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1279617
    • 提供者:sada
  1. centrallimittheorem

    0下载:
  2. 使用中心极限定理分布产生高斯白噪声序列的c代码以及执行文件-Using the central limit theorem the distribution of Gaussian white noise sequences generated c code, and executable files
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-28
    • 文件大小:23615
    • 提供者:chen
  1. MyImage

    0下载:
  2. 基于VC++平台,对图像进行处理,可以添加高斯白噪声,运用laplace,gabor等算法实现图像的处理-VC++ based platform for image processing, you can add white Gaussian noise, the use of laplace, gabor such as image processing algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2712391
    • 提供者:zhou
  1. c

    0下载:
  2. 高斯(白)噪声的c程序实现,用C语言编写,已经调试通过。-Gaussian (white) noise of the c program to achieve, with the C language, has been debugged.
  3. 所属分类:software engineering

    • 发布日期:2017-03-31
    • 文件大小:2344
    • 提供者:木木
  1. guass

    1下载:
  2. 产生高斯白噪声的C语言程序,经过测试,可以~~~好程序-Gaussian white noise generated C-language program, tested, can be a good program ~ ~ ~
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1308
    • 提供者:冯雷
  1. GPS2

    1下载:
  2. 用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" C/A code. (1) there should b
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:2562
    • 提供者:李伟
  1. generating-white-noise

    0下载:
  2. 编程产生一组正态分布的白噪声信号,它的均值和方差以及长度可随意调整。将产生的白噪声信号存入数据文件。 本程序算法用C++语言编写。首先用乘同余法产生均匀分布白噪声,再用变换抽样法转换为高斯分布白噪声 -Program produces a set of normal white noise signal, its mean and variance, and the length can be adjusted. Will produce a white noise signal int
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:4908
    • 提供者:chenshan
  1. rm

    1下载:
  2. RM的编码过加性高斯白噪声信道(AWGN)后译码的C++ 实现程序,C语言产生高斯白噪声-RM of coded additive white Gaussian noise channel (AWGN) after decoding in C++ program, C language generated Gaussian white noise
  3. 所属分类:Special Effects

    • 发布日期:2016-11-21
    • 文件大小:499712
    • 提供者:侯红娟
  1. C--guass--noise

    0下载:
  2. C语言 高斯白噪声产生程序, 在通信 信号仿真上 用的很多-gauss noise
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-11-30
    • 文件大小:1505
    • 提供者:张琳
« 12 3 »
搜珍网 www.dssz.com