共查询到20条相似文献,搜索用时 15 毫秒
1.
通过对[1]中二元Bent序列的等价定义,本文给出了使用前馈网络生成二元Bent序列的快速方法,使二元Bent序列的产生比[2]中的方法简单,迅速。 相似文献
2.
产生2元de Bruijn序列的一个新算法 总被引:3,自引:0,他引:3
2元n级deBruijn序列是由n级移位寄存器产生的周期为2n的移位寄存器序列,给出了2元deBruijn序列的一个新的生成算法,该算法能生成2s·g(n,s)个n级如de Bruijin序列,其中,0≤s≤2(n-7)/3;当 2l-1<s≤2L时,g(n,s)=n-3L-6-[(n-2L-6)/(L+1)]。 相似文献
3.
In this paper, based on a result of Lidl and Mullen (Mathematical Journal of Okayama University, 1991), the maximum length and the second maximum length that can be attained by cycles of Dickson permutation polynomial (of the first kind) with parameter 1 are studied. Necessary and sufficient conditions for these two lengths to be attained are given, which are connected with Fermat primes and Mersenne primes, respectively. Furthermore, a class of coordinate sequences that maintains a large period is obtained, which is shown to be the coordinate sequences derived from cycles of the second maximum length. Explicit formulas for their periodicity and shift-equivalences are also presented. 相似文献
4.
混沌二进制序列构成的安全性研究 总被引:3,自引:0,他引:3
由混沌映射驱动得到的伪随机二进制序列应确保有足够的比特安全性。信息有规律地泄漏,会导致有可能利用有限长度的输出序列完全地破译混沌驱动序列,并恢复有限长度的初始密钥,重建全部的输出序列。 相似文献
5.
6.
ZHU Fengxiang QI Wenfeng 《电子学报:英文版》2008,(2):356-360
Linear complexity and k-error linear complexity of the stream cipher are two important standards to scale the randomicity of key sequences. For a random 2n-periodic binary sequence, the number of sequences with given 2-error linear complexityis provided. Then the expected 2-error linear complexity of a random 2n-periodic binary sequence is given. 相似文献
7.
8.
9.
文章采用了自适应模糊控制来跟踪光伏发电系统的最大功率输出点.自适应模糊控制算法比传统的模糊控制算法对如负载跳变、太阳能电池以及外部条件的改变具有更强的适应能力,能更准确的跟踪系统的最大功率输出点.光伏发电系统由太阳能电池、交错并联磁集成Boost变换器和自适应模糊控制器组成.采用交错并联磁集成技术可以减小电感的稳态相电流纹波,提高变换器的效率,同时还能提高光伏发电系统的暂态性能.自适应模糊控制方法对外界条件的改变具有更强的适应能力.最后使用了ORCAD软件对整个系统进行了仿真,并对负载突变和太阳能电池电流改变进行了仿真.仿真结果表明了采用自适应模糊控制算法可以提高光伏发电系统的总体性能. 相似文献
10.
11.
12.
The concept of a finite binary random sequence does not seem to be covered in the classical foundations of the theory of probability. Solomonoff, Kolmogorov and Chaitin have tried to include this case by considering the lengths of programs required to generate these sequences: a longer program implying more randomness. However this definition is difficult to apply. This paper presents a straightforward procedure using Walsh functions to determine the pattern in a binary sequence. A quantitative measure of randomness has also been proposed. This has been defined as the number of independent data (via the Walsh transform) required to generate the sequence divided by the length of the sequence. However at present this classification procedure is restricted to sequences of length 2k only. When extended to infinite sequences it yields results agreeing with those by the classical probability theory. 相似文献
13.
Mahdiye Hajirahimi Abdolreza Nabavi Ehsanolah Kabir 《Journal of Signal Processing Systems》2012,68(3):391-399
Dilation and erosion are two fundamental operations of mathematical morphology for image processing. This paper presents three hybrid wave-pipeline (HWP) architectures for real-time binary dilation operator. With minor changes to the number and/or to the type of the basic gates, they can be employed as erosion operator. In the first HWP-architecture, each single cell utilizes the wave technique along with delay units for balancing the data paths. By minimizing the number of delay units, the second HWP-architecture with reduced power consumption and hardware complexity is obtained. The third HWP-architecture employs wave technique in each three cascaded cells. This architecture improves the above performance further, at the cost of slight reduction in maximum clock frequency and clock frequency range. Simulation results, using a 0.18 μm CMOS technology, indicate that the HWP architectures have higher speed, less hardware complexity, and lower power consumption compared to pipeline (P) architecture. Also, they are faster than wave-pipeline (WP) architecture, without the difficulty of balancing the delay of long signal paths. Simulation illustrates that the third HWP-architecture dilates a 1024 × 1024 image by a 21 × 21 structuring element (SE) in 214.64 μs. The maximum frequency of operation is 5 GHz for the power supply of 1.8 V. The power dissipation is 410 mW, and the chip area is 0.075 mm2. 相似文献
14.
15.
16.
17.
The purpose of this paper is to determine the p-adic complexity of the Ding-Helleseth-Martinsen (DHM) sequences with period N = 2q, where q ≡ 5 (mod 8) is a prime number. We firstly use the p-adic exponential valuation, cyclotomic numbers of order four,Gauss periodsandquadratic Gauss sumson finite field Fq and valued in ZpN?1 to determine the p-adic complexity of the DHM sequences. 相似文献
18.
《Circuits and Systems II: Express Briefs, IEEE Transactions on》2008,55(10):1046-1050
19.
最优二叉树的生成及应用 总被引:1,自引:0,他引:1
衡量一个算法的优劣有许多因素,效率就是其中之一。而效率指的就是算法的执行时间。提高效率是软件开发必须注重的问题。对同一个问题往往有多个算法可以解决,在同等条件下,执行时间短的算法其效率是最高的。从霍夫曼树的定义以及霍夫曼算法出发,介绍如何构造霍夫曼树以及利用霍夫曼算法优化程序设计的原理,重点讨论在判定类问题中利用霍夫曼树可以建立最佳判定算法,提高程序的执行速度。 相似文献