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

搜索资源列表

  1. randn

    0下载:
  2. 随机序列发生器,是一个m序列,生成函数都写在里面,位宽为4,可以改变!-random sequence generator, m is a sequence, generating function will be included in the inside, for four bit-can be changed!
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:117793
    • 提供者:lw234620
  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-02
    • 文件大小:531
    • 提供者:LinJL
  1. matlab

    0下载:
  2. matlab switch lower(type) case uniform R=a+b*randn(M,N) case uniform R= a+(b - a)*rand(M,N- switch lower(type) case uniform R=a+b*randn(M,N) case uniform R= a+(b- a)*rand(M,N
  3. 所属分类:Special Effects

    • 发布日期:2017-03-21
    • 文件大小:587
    • 提供者:jf
  1. FM_phase_noise_

    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. 所属分类:Communication-Mobile

    • 发布日期:2017-04-04
    • 文件大小:2302
    • 提供者:Rafal
  1. Data

    0下载:
  2. IS95中的数据流伪随机序列的产生。用matlab中randn实现-IS95 data streams to be pseudo-random sequence generation. Achieved using randn in matlab
  3. 所属分类:3G develop

    • 发布日期:2017-04-01
    • 文件大小:8077
    • 提供者:lixiao
  1. www

    0下载:
  2. 瑞丽信道仿真 噪声信号由MATLAB函数randn(1,N)产生,它从均值为0、方差为1的正态分布中产生N个伪随机数。每次迭代时,要使用相应的标准差对噪声的幅度进行尺度变换,最后,将输入信号和噪声信号相加得到输出信号。-Ruili channel simulation noise signal by the MATLAB function randn (1, N) generated, which from the mean 0, variance for a normal distribu
  3. 所属分类:3G develop

    • 发布日期:2017-03-22
    • 文件大小:1062
    • 提供者:eunice
  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. lms3

    0下载:
  2. w=(randn(1,M)-randn(1,M))/100 d=zeros(1,M) u=zeros(1,M) u_out=zeros(1,e_max-M) f_out=zeros(1,e_max-M) X delayed input data vector Y measured signal W coefficient vector E enhanced signal clc N=30 f
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-25
    • 文件大小:708
    • 提供者:venkat
  1. example4_4

    0下载:
  2. 例4:在sinc(t)信号中叠加噪声,分析对应频谱 fs=100 采样频率,必须大于两倍基带信号最高频率 ts=1/fs 采样时间间隔 T=2 时间窗大小 - x=x+0.1*randn(1,N) x=awgn(x,-10, measured ) figure plot(t,x) title( 时域信号图 ) xlabel( t /s ) y=fft(x,N) figure if mod(N,2)~=0
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:555
    • 提供者:张红
  1. OFDMsystem

    0下载:
  2. 基于IFFT\FFT的OFDM系统仿真。完整的可运行的代码。信源用randn产生,信道为高斯白噪声,如用其他,可以方便自行修改。-Based on IFFT \ FFT of OFDM system simulation. Complete code can be run. Generated using randn source, channel for the Gaussian white noise, such as the use of other, you can easily mod
  3. 所属分类:3G develop

    • 发布日期:2017-04-02
    • 文件大小:913
    • 提供者:彭俊
  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. monte_carlo

    0下载:
  2. function func_baidu_monte_carlo randn( state , sum(100*clock)) 利用时钟设置随机种子,这样每次产生的随机数就不同了 -function func_baidu_monte_carlo randn( state , sum(100*clock)) 利用时钟设置随机种子,这样每次产生的随机数就不同了
  3. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:19523
    • 提供者:
  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-03
    • 文件大小:825
    • 提供者:Cystrin
  1. lorentzfit

    0下载:
  2. = lorentzfit (× ) lorentzfit 符合输入(× )与罗伦兹功能的形式 “ (× )= 1 / ((- 2)^ 2 + 3号) 输入 :因变量值[ 是] (× ) × :独立变量的值 输出功率 一:名单[ 1 2 3 ] 罗伦兹参数 示例 × = - 16:0.1:35 = 19.4 / ((- 7)^ 2 + 15.8)+ randn (大小(× )/ 10 ) = lorentzfit (× ) 杰瑞德·威尔斯
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1536
    • 提供者:fu jiang
  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-29
    • 文件大小: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-30
    • 文件大小:1160
    • 提供者:yunliangqiu
« 12 3 »
搜珍网 www.dssz.com