CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - randn

搜索资源列表

  1. jf_Box_Muller_transform

    0下载:
  2. Box-Muller变换,将[0,1]均匀分布转换为[0,1]高斯正态分布,在matlab中也可用randn函数生成正态分布。变换的思想可用于其他没有正态分布随机函数的编程语言(如C)
  3. 所属分类:matlab例程

    • 发布日期:2014-01-16
    • 文件大小:540
    • 提供者:方俊彬
  1. randn.rar

    1下载:
  2. Visual C++写的,用于生成服从高斯分布的伪随机数的代码,没有位宽为4的限制。,to generate Gaussian random numbers
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:531
    • 提供者:LinJL
  1. AR1

    0下载:
  2. rapresents AR(1) model. dsp and correlation funtion of the ar(1) MODEL. it uses randn to generate vector and filter to do ar(1).
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:697
    • 提供者:lelepal
  1. satish

    0下载:
  2. Avetis Ioannisyan avetis@60ateight.com Last Updated: 11/30/05 LMS Channel Adaptation reset randomizers randn( state ,sum(100*clock)) rand( state ,sum(100*clock)) numPoints = 5000 numTaps = 10 channel order Mu = 0
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:788
    • 提供者:josh
  1. mini2

    0下载:
  2. clear all clc t=0:1/1000:10-1/1000 s=sin(2*pi*t) snr=20 s_power=var(s) varience of s linear_snr=10^(snr/10) factor=sqrt(s_power/linear_snr) noise=randn(1,length(s))*factor x=s+noise Ó É SNR¼ Æ Ë ã 
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:609
    • 提供者:dasu
  1. randn

    0下载:
  2. cma的MATLAB仿真程序,已经仿真过,供大家参考-cma of the MATLAB simulation program has been simulated for reference
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3478
    • 提供者:张福生
  1. FM_phase_noise_1

    0下载:
  2. The file calculates and plots FM noise sidebands for a carrier. It also does sinusoidal modulation. This simple way of adding noise to a carrier is useful for simulation of PLLs. It turns out, though, that the mean of the randn function is not as clo
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2654
    • 提供者:zfhou
  1. histnorm

    0下载:
  2. HISTNORM Histogram normalized [...] = HISTNORM(...) works like HIST, but the frequency is normalized so that area sum is 1. Bonus usage! [...] = HISTNORM(..., plot ) plots and returns the output arguments. Be sure plot is the las
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:825
    • 提供者:Cystrin
  1. qpsk_g_r-

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1735
    • 提供者:yunliangqiu
  1. lab1

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1160
    • 提供者:yunliangqiu
  1. lab2

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1259
    • 提供者:yunliangqiu
  1. lab3

    0下载:
  2. lear N = 10^5 EB_NO = [-1:30] liu1 = zeros(1,N) liu2 = zeros(1,N) for ii = 1:length(EB_NO) m= (2*(rand(1,N)>0.5)-1) + j*(2*(rand(1,N)>0.5)-1) s = (1/sqrt(2))*m normalization of energy to 1 n = 1/sqrt(2)*[randn(1,N) + j*rand
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1742
    • 提供者:yunliangqiu
  1. random-noise

    0下载:
  2. 利用matlab在图像中加入各种随机噪声,包括调用函数,以及randn使用、以及介绍send和state的区别。-Using matlab to join all kinds of random noise in the image, including the calling function, and randn use, as well as the introduction of the difference between send and state.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:2353
    • 提供者:肖墨
  1. randn

    0下载:
  2. 正态随机数的产生 C语言源代码+原理文档 可设定产生随机数的范围-Normal random number generation+ principle of the C language source code documentation can be set to generate a random number of range
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:220026
    • 提供者:笑傲江湖
  1. NearestSymmetricPositiveDefinite

    0下载:
  2. nearestSPD works on any matrix, and it is reasonably fast. As a test, randn generates a matrix that is not symmetric nor is it at all positive definite in general.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:23743
    • 提供者:arche
  1. yuyinxinhaochuli

    0下载:
  2. 录制一段语音 (1)对其进行时频域分析 (2)加随机噪声,并对含噪语音进行时频域分析 (3)设计滤波器对含噪语音进行滤波(wavread,fft,awgn或randn, filter等) -Frequency domain analysis (2) plus random noise, and frequency-domain analysis with noisy speech (3) design filters for filtering noisy speech (wav
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:11702
    • 提供者:zhengxk
  1. matlab语言添加噪声

    0下载:
  2. matlab语言添加噪声及相关程序,  在信号处理中经常需要把噪声叠加到信号上去,在叠加噪声时往往需要满足一定的信噪比,这样产生二个问题,其一噪声是否按指定的信噪比叠加,其二怎么样检验带噪信号中信噪比满足指定的信噪比。在MATLAB中可以用randn产生均值为0方差为1的正态分布白噪声,但在任意长度下x=randn(1,N),x不一定是均值为0方差为1(有些小小的偏差),这样对后续的计算会产生影响。在这里提供3个函数用于按一定的信噪比把噪声叠加到信号上去,同时可检验带噪信号中信噪比。
  3. 所属分类:matlab例程

  1. 验证布尔运动

    0下载:
  2. 2. 布朗运动是英国植物学家在观察液体中浮游微粒的运动发现的随机现象,现在已成为随机过程理论最重要的概念之一。下列M函数brwnm.m给出了一维布朗运动(或称维纳过程),使用格式 [t,w]=brwnm(t0,tf,h) 其中[t0,tf]为时间区间,h为采样步长,w(t)为布朗运动。 function [t,w]=brwnm(t0,tf,h) t=t0:h:tf; x=randn(size(t))*sqrt(h); w(1)=0; for k=1:length(t)-1, w(
  3. 所属分类:matlab例程

  1. kalman-for-menuvering-targets

    0下载:
  2. Kalman filter for tracking menuvaring target. there are codes for const speed, const allc, and randn allc. enjoy
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2609
    • 提供者:lior
  1. uniform_distr

    0下载:
  2. 均匀分布rand函数和unifrnd函数的比较,正态分布randn函数和normrnd函数的比较。-Uniform distribution rand function and unifrnd function comparison, normal distribution randn function and normrnd function comparison.
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:901
    • 提供者:
« 12 »
搜珍网 www.dssz.com