搜索资源列表
disgaosi
- 利用VC++实现,产生服从高斯分布随机数。其中A,B可以自己设定-VC produce obedience Gaussian distribution random number. Where A and B can be set for
log-normal
- 产生N=100个在(0,50)区间内满足对数正态分布的随机数-have N = 100 (0.50) interval to meet the lognormal distribution of random numbers
rayleigh_random
- 产生N=100个在(0,50)区间内满足瑞利分布的随机数-have N = 100 (0.50) interval meet Rayleigh distribution of random numbers
C_Programming_Communication_Foundation
- C语言实现的通信原理实验:包括伪随机数产生及其直方图统计、相关噪声模型及相关函数计算、利用计算机模拟常量信号检测的最佳接收机模型。-C language of communication principle experiments include : Pseudo-Random Number Generation and histogram statistics, Model and associated noise correlation function calculation, using
random
- 生成随机数,用来产生RS编码解码所需要的符合随机分布的数,以便之后检查的科学性
random_number
- 产生服从正态、瑞利、泊松分布的随机数。分别为N(0,1),N(0,3.6),Rayleigh(0,1),R(0,3.6),P(0,1),P(0,3.6)
pingjunlvboqi
- 平均滤波器,对一随机数波形进行滤波。利用循环框架产生一个随机数,然后将这个随机数与前三次循环产生的随机数求平均,最后将平均数送前面板显示。
choice
- 这个是用系统时间产生随机数应用的一个小程序,用到了J2ME底层绘图机制。功能:在你输入4个选项后,系统自动筛选出一个结果。就像考试时a,b,c,d四个选项瞎蒙出来一个-This is the system time with the application of random numbers generated in a small procedure, use the bottom of the drawing mechanism of the J2ME. Function: you inpu
Lotto
- 运行在windows mobile上,产生随机数,有动画,排序,查看历史,自定义范围等。-running on windows mobile,generate random numbers,have animal,sort,look histories,set range.
yuanchengxu
- 高斯的分布产生随机数的方法: 在瑞利分布生成随机数的方法 该程序是用C + +语言,程序的项目可以通过VS2005打开。对于每个分配,程序生成的随机数10000 泊松分布生成随机数的方法:-The program is written by C++ language, the program project can be opened by VS2005. For each distribution, the program generated 10000 random
www
- 瑞丽信道仿真 噪声信号由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
rayleigh
- 利用C仿真随机过程瑞利分布,产生的随机数写到输出文件中-simulation of rayleigh distribution by C language alongwith the output
simulator
- 一些用于通信仿真的函数,包括ofdm系统收发仿真,fft、ifft,随机数产生,bpsk、qpsk调制等-communication simulator functions
random
- 产生符合一定分布的随机数的方法是,先产生(0,1)均匀分布的随机数,然后通过一个适当的变换方法得到所要求分布的随机数。常用的均匀分布伪随机序列发生器有线性同余发生器和线性反馈移位寄存器两种。-That meet certain distribution of the random number is first generated (0,1) uniformly distributed random number, then an appropriate transformation metho
random
- MFC teechatr 产生一个随机数 利用teechart显示 源代码 已经编译 无误-Using a random teechatr MFC teechart display code has been compiled.
PAM8
- 实现PAM8,并进行误码率分析,PAM比特流通过随机数产生-Achieve PAM8, and the bit error rate analysis, PAM random number generator bit stream
normal
- C++产生正态分布,泊松分布,瑞利分布的随机数,并画pdf图-The PDFS of Gaussian、Rayleigh and Poisson distributed random variates
Pe_SNR
- 本次仿真研究多幅度电平信号误码率与信噪比之间的关系,系统框图如上。假设考虑8幅度电平,则根据流程首先需要用一个随机数发生器产生在(0,1)间的均匀随机数,然后将(0,1)区间均匀划分为(0,0.125)、(0.125,0.25)、(0.25,0.375)、(0.375,0.5)、(0.5,0.625)、(0.625,0.75)、(0.75,0.875)、(0.875,1)这些子区间,并分别对应于一个3bit符号000、001、010、011、100、101、110、111,接着分别映射到-7d、
random_num_gen
- 通过随机数产生原理进行verilog编程,从而实现FPGA的随机数产生(Through random number generation principle for Verilog programming, so as to achieve the FPGA random number generation)
datasave random
- 将仿真数据写入TXT文档,是几个函数重载的文件;还有做信道损耗计算的时候需要用到的一些随机数生成函数。(write systemlevel simulation data into txt,in c++,some random number function)