搜索资源列表
test_uncoded_BPSK
- 未编码传输AWGN信道测试 每帧的输入是相同的,(不是每帧都不一样,这样可以大幅降低计算量) 在帧比特足够多的情况下,应该可以保证随机性-AWGN channel is not coded transmission test input of each frame is the same, (not every frame is different, this can significantly reduce the computation) are enough bits in the
Untitled
- 内容概述:未编码传输AWGN信道测试 每帧的输入是相同的,(不是每帧都不一样,这样可以大幅降低计算量) 在帧比特足够多的情况下,应该可以保证随机性-Descr iption of content: the transmission of uncoded AWGN channel test The input of each frame is the same, (not every frame is not the same, so you can significantly red
Mersenne-1.1
- Mersenne 算法 Mersenne Twister算法产生随机数,并测试和分析其随机性。 -Mersenne algorithm Mersenne Twister algorithm to generate random numbers, and test and analysis of its randomness.
Mersenne-Twister
- 利用Mersenne Twister算法产生随机数,并测试和分析了其随机性。 程序中还加入了界面显示。 各个文件为: initGenerator.m: initGenerator函数,用于初始化随机序列的长度和值 generateNum.m: generateNum函数,当index为0时被调用,用于创建624维的移位寄存器数组 extractNum.m: extractNum函数,根据index当前值选择数组中的数生成随机数,同时改变index的值
randtest(NIST)
- 随机性的NIST测试matlab程序,包含十五种测试指标,功能齐全!-The NIST test for randomness,it contains fifteen tests.